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

12

/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.cc131 base::string16 Address::GetInfo(const AutofillType& type, function in class:autofill::Address
H A Dphone_number.cc77 // number's region, which is only available via GetInfo().
100 base::string16 PhoneNumber::GetInfo(const AutofillType& type, function in class:autofill::PhoneNumber
158 base::string16 number = GetInfo(AutofillType(PHONE_HOME_NUMBER), app_locale);
168 GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER), app_locale);
/external/chromium_org/ppapi/proxy/
H A Dppp_graphics_3d_proxy.cc51 const InterfaceProxy::Info* PPP_Graphics3D_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_Graphics3D_Proxy
H A Dppp_instance_private_proxy.cc56 const InterfaceProxy::Info* PPP_Instance_Private_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_Instance_Private_Proxy
H A Dppp_messaging_proxy.cc67 const InterfaceProxy::Info* PPP_Messaging_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_Messaging_Proxy
H A Dppp_mouse_lock_proxy.cc57 const InterfaceProxy::Info* PPP_MouseLock_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_MouseLock_Proxy
H A Dppp_input_event_proxy.cc76 const InterfaceProxy::Info* PPP_InputEvent_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_InputEvent_Proxy
H A Dppp_video_decoder_proxy.cc99 const InterfaceProxy::Info* PPP_VideoDecoder_Proxy::GetInfo() { function in class:ppapi::proxy::PPP_VideoDecoder_Proxy
/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.cc367 bool File::GetInfo(Info* info) { function in class:base::File
H A Dfile_win.cc241 bool File::GetInfo(Info* info) { function in class:base::File
/external/skia/tools/
H A Dsvn.py77 def GetInfo(self): member in class:Svn
/external/chromium/chrome/browser/autofill/
H A Daddress.cc106 string16 Address::GetInfo(AutofillFieldType type) const { function in class:Address
H A Dphone_number.cc95 string16 PhoneNumber::GetInfo(AutofillFieldType type) const { function in class:PhoneNumber
H A Dcontact_info.cc89 string16 NameInfo::GetInfo(AutofillFieldType type) const { function in class:NameInfo
358 string16 EmailInfo::GetInfo(AutofillFieldType type) const { function in class:EmailInfo
401 string16 CompanyInfo::GetInfo(AutofillFieldType type) const { function in class:CompanyInfo
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_apitest.cc104 virtual bool GetInfo(api::serial::ConnectionInfo* info) const { function in class:extensions::FakeEchoSerialConnection
H A Dserial_connection.cc154 bool SerialConnection::GetInfo(api::serial::ConnectionInfo* info) const { function in class:extensions::SerialConnection
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc127 const ThemeInfo* GetInfo(const Extension* extension) { function in namespace:extensions::__anon6987
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/content/renderer/
H A Dskia_benchmarking_extension.cc117 " native function GetInfo();"
118 " return GetInfo(picture);"
133 if (name->Equals(v8::String::NewFromUtf8(isolate, "GetInfo")))
134 return v8::FunctionTemplate::New(isolate, GetInfo);
313 static void GetInfo(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:__anon8566::SkiaBenchmarkingWrapper
/external/chromium_org/ppapi/c/extensions/dev/
H A Dppb_ext_socket_dev.h396 int32_t (*GetInfo)(PP_Instance instance, member in struct:PPB_Ext_Socket_Dev_0_2
590 int32_t (*GetInfo)(PP_Instance instance, member in struct:PPB_Ext_Socket_Dev_0_1
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dfull_wallet.cc157 base::string16 FullWallet::GetInfo(const AutofillType& type) { function in class:autofill::wallet::FullWallet
220 GetInfo(AutofillType(CREDIT_CARD_NUMBER)));
H A Dwallet_address.cc278 base::string16 Address::GetInfo(const AutofillType& type, function in class:autofill::wallet::Address
/external/chromium_org/ppapi/thunk/
H A Dppb_ext_socket_thunk.cc248 int32_t GetInfo(PP_Instance instance, function in namespace:ppapi::thunk::__anon10305
382 &GetInfo,
400 &GetInfo,

Completed in 3818 milliseconds

12