Searched defs:GetInfo (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/components/metrics/net/
H A Dwifi_access_point_info_provider.cc19 bool WifiAccessPointInfoProvider::GetInfo(WifiAccessPointInfo *info) { function in class:WifiAccessPointInfoProvider
H A Dwifi_access_point_info_provider_chromeos.cc32 bool WifiAccessPointInfoProviderChromeos::GetInfo(WifiAccessPointInfo* info) { function in class:WifiAccessPointInfoProviderChromeos
/external/chromium_org/components/autofill/core/browser/
H A Dform_group.cc23 if (GetInfo(AutofillType(*type), app_locale) == text)
34 if (!GetInfo(AutofillType(*type), app_locale).empty())
39 base::string16 FormGroup::GetInfo(const AutofillType& type, function in class:autofill::FormGroup
H A Daddress.cc141 base::string16 Address::GetInfo(const AutofillType& type, function in class:autofill::Address
H A Dphone_number.cc71 // number's region, which is only available via GetInfo().
94 base::string16 PhoneNumber::GetInfo(const AutofillType& type, function in class:autofill::PhoneNumber
159 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
169 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale);
H A Dcontact_info.cc228 base::string16 NameInfo::GetInfo(const AutofillType& type, function in class:autofill::NameInfo
240 if (value != GetInfo(type, app_locale))
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_renderer_state.cc60 bool WebViewRendererState::GetInfo(int guest_process_id, function in class:extensions::WebViewRendererState
/external/chromium_org/extensions/common/manifest_handlers/
H A Dlauncher_page_info.cc23 LauncherPageInfo* LauncherPageHandler::GetInfo(const Extension* extension) { function in class:extensions::LauncherPageHandler
61 LauncherPageInfo* info = GetInfo(extension);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_library_view.cpp39 bool LibraryView::GetInfo(size_t* load_address, function in class:crazy::LibraryView
49 crazy_->GetInfo(load_address, load_size, relro_start, relro_size);
H A Dcrazy_linker_shared_library.h65 void GetInfo(size_t* load_address, function in class:crazy::SharedLibrary
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc76 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { function in class:base::FileEnumerator
H A Dfile_enumerator_posix.cc115 FileEnumerator::FileInfo FileEnumerator::GetInfo() const { function in class:base::FileEnumerator
H A Dfile_posix.cc434 bool File::GetInfo(Info* info) { function in class:base::File
H A Dfile_proxy.cc159 if (file_.GetInfo(&file_info_))
290 bool FileProxy::GetInfo(const GetFileInfoCallback& callback) { function in class:base::FileProxy
H A Dfile_win.cc275 bool File::GetInfo(Info* info) { function in class:base::File
/external/chromium_org/device/serial/
H A Dserial_connection.cc41 void SerialConnection::GetInfo( function in class:device::SerialConnection
/external/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.h46 GetInfo () function in class:ThreadMemory
49 m_backing_thread_sp->GetInfo();
/external/chromium_org/third_party/skia/tools/
H A Dsvn.py77 def GetInfo(self): member in class:Svn
/external/skia/tools/
H A Dsvn.py77 def GetInfo(self): member in class:Svn
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc127 const ThemeInfo* GetInfo(const Extension* extension) { function in namespace:extensions::__anon5659
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/chrome/browser/ui/autofill/
H A Ddata_model_wrapper.cc44 return GetInfo(type);
62 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)));
95 base::Bind(&DataModelWrapper::GetInfo, base::Unretained(this)),
119 base::string16 AutofillProfileWrapper::GetInfo(const AutofillType& type) const { function in class:autofill::AutofillProfileWrapper
145 GetInfo(AutofillType(HTML_TYPE_COUNTRY_CODE, HTML_MODE_NONE)));
179 base::string16 AutofillShippingAddressWrapper::GetInfo( function in class:autofill::AutofillShippingAddressWrapper
185 return AutofillProfileWrapper::GetInfo(type);
195 base::string16 AutofillCreditCardWrapper::GetInfo(const AutofillType& type) function in class:autofill::AutofillCreditCardWrapper
203 return card_->GetInfo(type, g_browser_process->GetApplicationLocale());
233 base::string16 WalletAddressWrapper::GetInfo(cons function in class:autofill::WalletAddressWrapper
271 base::string16 WalletInstrumentWrapper::GetInfo(const AutofillType& type) function in class:autofill::WalletInstrumentWrapper
332 base::string16 FullWalletBillingWrapper::GetInfo(const AutofillType& type) function in class:autofill::FullWalletBillingWrapper
364 base::string16 FullWalletShippingWrapper::GetInfo( function in class:autofill::FullWalletShippingWrapper
385 base::string16 I18nAddressDataWrapper::GetInfo(const AutofillType& type) const { function in class:autofill::I18nAddressDataWrapper
[all...]
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.cc157 base::string16 FullWallet::GetInfo(const std::string& app_locale, function in class:autofill::wallet::FullWallet
209 return billing_address_->GetInfo(type, app_locale);
215 return shipping_address_->GetInfo(type, app_locale);
H A Dwallet_address.cc330 base::string16 Address::GetInfo(const AutofillType& type, function in class:autofill::wallet::Address
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration.cc20 return version->GetInfo();
74 ServiceWorkerRegistrationInfo ServiceWorkerRegistration::GetInfo() { function in class:content::ServiceWorkerRegistration
110 ServiceWorkerRegistrationInfo info = GetInfo();
130 ServiceWorkerRegistrationInfo info = GetInfo();
313 ServiceWorkerRegistrationInfo info = GetInfo();
/external/chromium_org/content/renderer/
H A Dskia_benchmarking_extension.cc115 .SetMethod("getInfo", &SkiaBenchmarking::GetInfo);
292 void SkiaBenchmarking::GetInfo(gin::Arguments* args) { function in class:content::SkiaBenchmarking

Completed in 360 milliseconds

12