Home | History | Annotate | Download | only in common

Lines Matching refs:SetRawInfo

54   profile->SetRawInfo(autofill::NAME_FIRST, s.ColumnString16(2));
55 profile->SetRawInfo(autofill::NAME_MIDDLE, s.ColumnString16(3));
56 profile->SetRawInfo(autofill::NAME_LAST, s.ColumnString16(4));
57 profile->SetRawInfo(autofill::EMAIL_ADDRESS, s.ColumnString16(5));
58 profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(6));
59 profile->SetRawInfo(autofill::ADDRESS_HOME_LINE1, s.ColumnString16(7));
60 profile->SetRawInfo(autofill::ADDRESS_HOME_LINE2, s.ColumnString16(8));
61 profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(9));
62 profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(10));
63 profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(11));
67 profile->SetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER, s.ColumnString16(13));
80 profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(1));
81 profile->SetRawInfo(autofill::ADDRESS_HOME_STREET_ADDRESS,
83 profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(3));
84 profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(4));
85 profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(5));
105 credit_card->SetRawInfo(autofill::CREDIT_CARD_NAME, s.ColumnString16(2));
106 credit_card->SetRawInfo(autofill::CREDIT_CARD_TYPE, s.ColumnString16(3));
107 credit_card->SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, s.ColumnString16(5));
108 credit_card->SetRawInfo(
129 credit_card->SetRawInfo(autofill::CREDIT_CARD_NAME, s.ColumnString16(1));
130 credit_card->SetRawInfo(autofill::CREDIT_CARD_EXP_MONTH, s.ColumnString16(2));
131 credit_card->SetRawInfo(