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

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/ui/autofill/
data_model_wrapper.h 53 virtual base::string16 GetInfo(const AutofillType& type) const = 0;
101 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
128 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
140 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
158 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
178 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
198 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
215 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
231 virtual base::string16 GetInfo(const AutofillType& type) const OVERRIDE;
data_model_wrapper.cc 43 return GetInfo(type);
61 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)));
93 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)),
116 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const {
142 GetInfo(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
176 base::string16 AutofillShippingAddressWrapper::GetInfo(
182 return AutofillProfileWrapper::GetInfo(type);
192 base::string16 AutofillCreditCardWrapper::GetInfo(const AutofillType& type)
200 return card_->GetInfo(type, g_browser_process->GetApplicationLocale());
230 base::string16 WalletAddressWrapper::GetInfo(const AutofillType& type) const
    [all...]
data_model_wrapper_unittest.cc 30 wrapper.GetInfo(AutofillType(CREDIT_CARD_EXP_MONTH)));
88 instrument_wrapper.GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
92 address_wrapper.GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
165 wrapper.GetInfo(AutofillType(CREDIT_CARD_EXP_MONTH)));
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_library_view.cpp 39 bool LibraryView::GetInfo(size_t* load_address,
49 crazy_->GetInfo(load_address, load_size, relro_start, relro_size);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_library_view.cpp 39 bool LibraryView::GetInfo(size_t* load_address,
49 crazy_->GetInfo(load_address, load_size, relro_start, relro_size);
  /external/chromium_org/components/autofill/core/browser/
autofill_data_model.cc 22 return GetInfo(type, app_locale);
form_group.cc 23 if (GetInfo(AutofillType(*type), app_locale) == text)
34 if (!GetInfo(AutofillType(*type), app_locale).empty())
39 base::string16 FormGroup::GetInfo(const AutofillType& type,
address_unittest.cc 25 address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
30 country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
32 country = address.GetInfo(
35 country = address.GetInfo(
40 country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
42 country = address.GetInfo(
45 country = address.GetInfo(
60 address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
67 country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US");
74 country = address.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY), "en-US")
    [all...]
form_group.h 36 // returned value. For user-visible strings, use GetInfo() instead.
47 virtual base::string16 GetInfo(const AutofillType& type,
address.h 30 virtual base::string16 GetInfo(const AutofillType& type,
contact_info_unittest.cc 57 name.GetInfo(AutofillType(NAME_FIRST), "en-US"));
59 name.GetInfo(AutofillType(NAME_MIDDLE), "en-US"));
61 name.GetInfo(AutofillType(NAME_LAST), "en-US"));
63 name.GetInfo(AutofillType(NAME_FULL), "en-US"));
phone_number.h 39 virtual base::string16 GetInfo(const AutofillType& type,
  /external/chromium_org/dbus/
file_descriptor.cc 30 bool ok = file.GetInfo(&info);
  /external/chromium_org/components/autofill/content/browser/wallet/
full_wallet_unittest.cc 475 full_wallet.GetInfo("", AutofillType(CREDIT_CARD_NUMBER)));
477 full_wallet.GetInfo(
494 full_wallet.GetInfo("", AutofillType(CREDIT_CARD_NUMBER)));
496 full_wallet.GetInfo(
511 full_wallet.GetInfo(
515 full_wallet.GetInfo(
519 full_wallet.GetInfo(
526 full_wallet.GetInfo("", AutofillType(CREDIT_CARD_TYPE)));
536 full_wallet->GetInfo("", AutofillType(CREDIT_CARD_NUMBER)));
538 full_wallet->GetInfo("", AutofillType(CREDIT_CARD_TYPE)))
    [all...]
wallet_address_unittest.cc 521 // Verifies that WalletAddress::GetInfo() can correctly return both country
537 EXPECT_EQ(ASCIIToUTF16("FR"), address.GetInfo(type, "en-US"));
540 EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
543 EXPECT_EQ(ASCIIToUTF16("France"), address.GetInfo(type, "en-US"));
546 // Verifies that WalletAddress::GetInfo() can correctly return a concatenated
565 address1.GetInfo(type, "en-US"));
580 EXPECT_EQ(ASCIIToUTF16("address_line_1"), address2.GetInfo(type, "en-US"));
595 EXPECT_EQ(base::string16(), address3.GetInfo(type, "en-US"));
  /external/chromium_org/content/browser/service_worker/
service_worker_registration.cc 34 ServiceWorkerRegistrationInfo ServiceWorkerRegistration::GetInfo() {
40 active_version_ ? active_version_->GetInfo() : ServiceWorkerVersionInfo(),
41 waiting_version_ ? waiting_version_->GetInfo()
  /art/compiler/llvm/
intrinsic_helper.h 111 static const IntrinsicInfo& GetInfo(IntrinsicId id) {
118 return (id <= MaxIntrinsicId) ? GetInfo(id).name_ : "InvalidIntrinsic";
122 return GetInfo(id).attr_;
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.h 71 void GetInfo(gin::Arguments* args);
  /external/chromium_org/v8/src/
type-info.cc 43 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) {
58 Handle<Object> TypeFeedbackOracle::GetInfo(int slot) {
70 Handle<Object> maybe_code = GetInfo(id);
80 Handle<Object> maybe_code = GetInfo(ast_id);
88 Handle<Object> maybe_code = GetInfo(ast_id);
99 Handle<Object> value = GetInfo(slot);
105 Handle<Object> info = GetInfo(slot);
113 Handle<Object> value = GetInfo(feedback_vector_slot);
122 Handle<Object> maybe_code = GetInfo(ast_id);
134 Handle<Object> info = GetInfo(slot)
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.h 46 GetInfo ()
49 m_backing_thread_sp->GetInfo();
  /external/chromium_org/chrome/browser/extensions/api/system_display/
system_display_api.cc 30 results_ = api::system_display::GetInfo::Results::Create(all_displays_info);
  /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/tools/gn/
function_write_file_unittest.cc 78 foo_file.GetInfo(&original_info);
84 foo_file.GetInfo(&new_info);
  /external/chromium_org/base/files/
file_enumerator.h 121 FileInfo GetInfo() const;
file_proxy.h 100 // Proxies File::GetInfo. The callback can't be null.
102 bool GetInfo(const GetFileInfoCallback& callback);

Completed in 692 milliseconds

1 2 3 4 5 6 7 8