HomeSort by relevance Sort by last modified time
    Searched refs:GetInfo (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win_unittest.cc 166 EXPECT_EQ(profiles[1].GetInfo(NAME_FIRST), profile1[0].value);
167 EXPECT_EQ(profiles[1].GetInfo(NAME_MIDDLE), profile1[1].value);
168 EXPECT_EQ(profiles[1].GetInfo(NAME_LAST), profile1[2].value);
169 EXPECT_EQ(profiles[1].GetInfo(EMAIL_ADDRESS), profile1[3].value);
170 EXPECT_EQ(profiles[1].GetInfo(COMPANY_NAME), profile1[4].value);
171 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_COUNTRY_CODE), profile1[7].value);
172 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_CITY_CODE), profile1[6].value);
173 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_NUMBER), L"5555555");
174 EXPECT_EQ(profiles[1].GetInfo(PHONE_HOME_WHOLE_NUMBER), L"14445555555");
176 EXPECT_EQ(profiles[0].GetInfo(NAME_FIRST), profile2[0].value)
    [all...]
address_unittest.cc 31 string16 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
35 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
39 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
50 string16 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
56 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
62 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
68 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
74 country = address.GetInfo(ADDRESS_HOME_COUNTRY);
form_group.cc 34 if (StringToLowerASCII(GetInfo(*iter)) !=
35 StringToLowerASCII(form_group.GetInfo(*iter)))
57 if (StringToLowerASCII(GetInfo(*iter)) !=
58 StringToLowerASCII(form_group.GetInfo(*iter)))
75 SetInfo(*iter, form_group.GetInfo(*iter));
84 SetInfo(*iter, form_group.GetInfo(*iter));
form_group.h 34 virtual string16 GetInfo(AutofillFieldType type) const = 0;
contact_info.h 29 virtual string16 GetInfo(AutofillFieldType type) const;
109 virtual string16 GetInfo(AutofillFieldType type) const;
128 virtual string16 GetInfo(AutofillFieldType type) const;
autofill_profile.cc 135 (*values)[i] = form_group_items[i].GetInfo(type);
231 string16 AutofillProfile::GetInfo(AutofillFieldType type) const {
237 return form_group->GetInfo(return_type);
291 (*values)[0] = GetInfo(type);
403 int comparison = GetInfo(types[index]).compare(
404 profile.GetInfo(types[index]));
422 int comparison = GetInfo(single_value_types[i]).compare(
423 profile.GetInfo(single_value_types[i]));
463 return GetInfo(ADDRESS_HOME_LINE1) +
464 GetInfo(ADDRESS_HOME_CITY)
    [all...]
autofill_ie_toolbar_import_win.cc 219 phone = profile.GetInfo(PHONE_HOME_COUNTRY_CODE);
220 phone.append(profile.GetInfo(PHONE_HOME_CITY_CODE));
221 phone.append(profile.GetInfo(PHONE_HOME_NUMBER));
223 phone = profile.GetInfo(PHONE_FAX_COUNTRY_CODE);
224 phone.append(profile.GetInfo(PHONE_FAX_CITY_CODE));
225 phone.append(profile.GetInfo(PHONE_FAX_NUMBER));
249 string16 cc_number = credit_card.GetInfo(CREDIT_CARD_NUMBER);
credit_card.cc 195 string16 CreditCard::GetInfo(AutofillFieldType type) const {
364 int comparison = GetInfo(types[index]).compare(
365 credit_card.GetInfo(types[index]));
537 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NAME))
539 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_TYPE))
541 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_NUMBER))
543 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_MONTH))
545 << UTF16ToUTF8(credit_card.GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR));
address.h 30 virtual string16 GetInfo(AutofillFieldType type) const;
phone_number.h 29 virtual string16 GetInfo(AutofillFieldType type) const;
credit_card.h 31 virtual string16 GetInfo(AutofillFieldType type) const;
contact_info.cc 89 string16 NameInfo::GetInfo(AutofillFieldType type) const {
358 string16 EmailInfo::GetInfo(AutofillFieldType type) const {
401 string16 CompanyInfo::GetInfo(AutofillFieldType type) const {
autofill_profile.h 50 virtual string16 GetInfo(AutofillFieldType type) const;
53 // Multi-value equivalents to |GetInfo| and |SetInfo|.
credit_card_unittest.cc 135 card.GetInfo(CREDIT_CARD_NUMBER));
personal_data_manager.cc 97 return !profile.GetInfo(ADDRESS_HOME_LINE1).empty() &&
98 !profile.GetInfo(ADDRESS_HOME_CITY).empty() &&
99 !profile.GetInfo(ADDRESS_HOME_STATE).empty() &&
100 !profile.GetInfo(ADDRESS_HOME_ZIP).empty();
293 string16 stored_number = imported_profile->GetInfo(number_type);
323 local_imported_credit_card->GetInfo(CREDIT_CARD_NUMBER)))) {
702 string16 email = profile.GetInfo(EMAIL_ADDRESS);
707 string16 state = profile.GetInfo(ADDRESS_HOME_STATE);
714 string16 zip = profile.GetInfo(ADDRESS_HOME_ZIP);
autofill_profile_unittest.cc 655 // Expect regular |GetInfo| returns the first element.
656 EXPECT_EQ(kJohnDoe, p.GetInfo(NAME_FULL));
686 // Expect regular |GetInfo| returns empty value.
687 EXPECT_EQ(string16(), p.GetInfo(NAME_FULL));
699 // Expect regular |GetInfo| returns the first element.
700 EXPECT_EQ(kJohnDoe, p.GetInfo(EMAIL_ADDRESS));
730 // Expect regular |GetInfo| returns empty value.
731 EXPECT_EQ(string16(), p.GetInfo(EMAIL_ADDRESS));
743 // Expect regular |GetInfo| returns the first element.
744 EXPECT_EQ(kJohnDoe, p.GetInfo(PHONE_HOME_WHOLE_NUMBER))
    [all...]
select_control_handler.cc 206 string16 field_text = form_group.GetInfo(type);
autofill_manager.cc     [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_profile_change_processor.cc 331 specifics.set_name_first(UTF16ToUTF8(profile.GetInfo(NAME_FIRST)));
332 specifics.set_name_middle(UTF16ToUTF8(profile.GetInfo(NAME_MIDDLE)));
333 specifics.set_name_last(UTF16ToUTF8(profile.GetInfo(NAME_LAST)));
335 UTF16ToUTF8(profile.GetInfo(ADDRESS_HOME_LINE1)));
337 UTF16ToUTF8(profile.GetInfo(ADDRESS_HOME_LINE2)));
338 specifics.set_address_home_city(UTF16ToUTF8(profile.GetInfo(
340 specifics.set_address_home_state(UTF16ToUTF8(profile.GetInfo(
342 specifics.set_address_home_country(UTF16ToUTF8(profile.GetInfo(
344 specifics.set_address_home_zip(UTF16ToUTF8(profile.GetInfo(
346 specifics.set_email_address(UTF16ToUTF8(profile.GetInfo(EMAIL_ADDRESS)))
    [all...]
autofill_profile_model_associator.cc 65 << p->GetInfo(NAME_FIRST)
66 << p->GetInfo(NAME_LAST)
93 << (*ix)->GetInfo(NAME_FIRST)
94 << (*ix)->GetInfo(NAME_LAST)
213 if (UTF16ToUTF8(f->GetInfo(t)) == specifics_field)
326 << UTF16ToUTF8(profile.GetInfo(NAME_FIRST))
327 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
345 << UTF16ToUTF8(profile.GetInfo(NAME_FIRST))
346 << UTF16ToUTF8(profile.GetInfo(NAME_LAST))
  /external/v8/src/
type-info.cc 72 Handle<Object> TypeFeedbackOracle::GetInfo(unsigned ast_id) {
81 Handle<Object> map_or_code = GetInfo(expr->id());
92 Handle<Object> map_or_code = GetInfo(expr->id());
107 Handle<Object> map_or_code = GetInfo(expr->id());
120 Handle<Object> map_or_code = GetInfo(expr->id());
139 Handle<Object> map_or_code = GetInfo(expr->id());
157 Handle<Object> value = GetInfo(expr->id());
163 Handle<Object> value = GetInfo(expr->id());
170 Handle<Object> map_or_code = GetInfo(prop->key()->id());
176 Handle<Object> value = GetInfo(stmt->PrepareId())
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 328 address.SetString("companyName", profile->GetInfo(COMPANY_NAME));
329 address.SetString("addrLine1", profile->GetInfo(ADDRESS_HOME_LINE1));
330 address.SetString("addrLine2", profile->GetInfo(ADDRESS_HOME_LINE2));
331 address.SetString("city", profile->GetInfo(ADDRESS_HOME_CITY));
332 address.SetString("state", profile->GetInfo(ADDRESS_HOME_STATE));
333 address.SetString("postalCode", profile->GetInfo(ADDRESS_HOME_ZIP));
367 credit_card->GetInfo(CREDIT_CARD_NAME));
369 credit_card->GetInfo(CREDIT_CARD_NUMBER));
371 credit_card->GetInfo(CREDIT_CARD_EXP_MONTH));
374 credit_card->GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR))
    [all...]
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 65 string16 text = profile.GetInfo(COMPANY_NAME);
67 text = profile.GetInfo(ADDRESS_HOME_LINE1);
69 text = profile.GetInfo(ADDRESS_HOME_LINE2);
71 text = profile.GetInfo(ADDRESS_HOME_CITY);
73 text = profile.GetInfo(ADDRESS_HOME_STATE);
75 text = profile.GetInfo(ADDRESS_HOME_ZIP);
77 text = profile.GetInfo(ADDRESS_HOME_COUNTRY);
107 string16 text = credit_card.GetInfo(CREDIT_CARD_NAME);
109 text = credit_card.GetInfo(CREDIT_CARD_EXP_MONTH);
111 text = credit_card.GetInfo(CREDIT_CARD_EXP_4_DIGIT_YEAR)
    [all...]
web_database_migration_unittest.cc     [all...]
  /external/webkit/Source/WebCore/platform/haiku/
ClipboardHaiku.cpp 130 for (int32 i = 0; data->GetInfo(B_ANY_TYPE, i, &name, &type, &count) == B_OK; i++)

Completed in 1311 milliseconds

1 2