HomeSort by relevance Sort by last modified time
    Searched refs:GetInfo (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_api.cc 27 results_ = api::system_display::GetInfo::Results::Create(
  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper_unittest.cc 27 wrapper.GetInfo(AutofillType(CREDIT_CARD_EXP_MONTH)));
69 wrapper.GetInfo(AutofillType(CREDIT_CARD_EXP_MONTH)));
97 instrument_wrapper.GetInfo(
102 address_wrapper.GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER)).empty());
  /external/chromium_org/components/autofill/core/browser/
address.h 30 virtual base::string16 GetInfo(const AutofillType& type,
phone_number.h 39 virtual base::string16 GetInfo(const AutofillType& type,
phone_number_unittest.cc 127 phone.GetInfo(AutofillType(PHONE_HOME_CITY_CODE), "US"));
132 phone.GetInfo(AutofillType(PHONE_HOME_CITY_CODE), "US"));
138 phone.GetInfo(AutofillType(PHONE_HOME_CITY_CODE), "US"));
145 phone.GetInfo(AutofillType(PHONE_HOME_CITY_CODE), "US"));
autofill_ie_toolbar_import_win_unittest.cc 173 profiles[1].GetInfo(AutofillType(PHONE_HOME_COUNTRY_CODE), "US"));
175 profiles[1].GetInfo(AutofillType(PHONE_HOME_CITY_CODE), "US"));
177 profiles[1].GetInfo(AutofillType(PHONE_HOME_NUMBER), "US"));
phone_number.cc 83 // number's region, which is only available via GetInfo().
107 base::string16 PhoneNumber::GetInfo(const AutofillType& type,
165 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
175 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale);
  /external/chromium_org/ppapi/proxy/
ppp_graphics_3d_proxy.cc 51 const InterfaceProxy::Info* PPP_Graphics3D_Proxy::GetInfo() {
ppp_instance_private_proxy.cc 56 const InterfaceProxy::Info* PPP_Instance_Private_Proxy::GetInfo() {
ppp_messaging_proxy.cc 67 const InterfaceProxy::Info* PPP_Messaging_Proxy::GetInfo() {
ppp_mouse_lock_proxy.cc 57 const InterfaceProxy::Info* PPP_MouseLock_Proxy::GetInfo() {
ppb_var_deprecated_proxy.h 31 static const Info* GetInfo();
ppp_input_event_proxy.cc 76 const InterfaceProxy::Info* PPP_InputEvent_Proxy::GetInfo() {
  /external/chromium/chrome/browser/autofill/
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;
  /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_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 127 const ThemeInfo* GetInfo(const Extension* extension) {
141 const ThemeInfo* theme_info = GetInfo(extension);
147 const ThemeInfo* theme_info = GetInfo(extension);
153 const ThemeInfo* theme_info = GetInfo(extension);
160 const ThemeInfo* theme_info = GetInfo(extension);
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_address_unittest.cc 412 // Verifies that WalletAddress::GetInfo() can correctly return both country
426 EXPECT_EQ(ASCIIToUTF16("FR"), address.GetInfo(type, "en-US"));
429 EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
432 EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
435 // Verifies that WalletAddress::GetInfo() can correctly return a concatenated
450 address1.GetInfo(type, "en-US"));
462 EXPECT_EQ(ASCIIToUTF16("address_line_1"), address2.GetInfo(type, "en-US"));
474 EXPECT_EQ(base::string16(), address3.GetInfo(type, "en-US"));
full_wallet.h 55 base::string16 GetInfo(const AutofillType& type);
  /external/chromium_org/base/files/
file_enumerator.h 118 FileInfo GetInfo() const;
  /external/chromium/chrome/browser/sync/glue/
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/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...]
  /external/chromium_org/chrome/browser/extensions/api/system_storage/
system_storage_api.cc 27 results_ = api::system_storage::GetInfo::Results::Create(

Completed in 481 milliseconds

12 3 4 5 6