Searched defs:GetLocalizedString (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/android_webview/common/
H A Daw_content_client.cc46 base::string16 AwContentClient::GetLocalizedString(int message_id) const { function in class:android_webview::AwContentClient
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_delegate_impl.cc34 base::string16 InputMethodDelegateImpl::GetLocalizedString( function in class:chromeos::input_method::InputMethodDelegateImpl
/external/chromium_org/chromecast/shell/common/
H A Dcast_content_client.cc28 base::string16 CastContentClient::GetLocalizedString(int message_id) const { function in class:chromecast::shell::CastContentClient
/external/chromium_org/chromeos/ime/
H A Dfake_input_method_delegate.cc21 base::string16 FakeInputMethodDelegate::GetLocalizedString( function in class:chromeos::input_method::FakeInputMethodDelegate
/external/chromium_org/content/shell/common/
H A Dshell_content_client.cc36 base::string16 ShellContentClient::GetLocalizedString(int message_id) const { function in class:content::ShellContentClient
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.cc92 base::string16 ShellContentClient::GetLocalizedString(int message_id) const { function in class:extensions::ShellContentClient
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.cc40 std::wstring GetLocalizedString(int base_message_id) { function in namespace:installer
42 return g_translation_delegate->GetLocalizedString(base_message_id);
60 return ReplaceStringPlaceholders(GetLocalizedString(base_message_id),
/external/chromium_org/chromecast/common/
H A Dcast_resource_delegate.cc76 bool CastResourceDelegate::GetLocalizedString(int message_id, function in class:chromecast::CastResourceDelegate
/external/chromium_org/content/public/common/
H A Dcontent_client.cc81 base::string16 ContentClient::GetLocalizedString(int message_id) const { function in class:content::ContentClient
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc96 virtual base::string16 GetLocalizedString(int installer_string_id) OVERRIDE;
421 base::string16 TranslationDelegate::GetLocalizedString( function in class:TranslationDelegate
/external/chromium_org/chrome/browser/importer/
H A Din_process_importer_bridge.cc313 base::string16 InProcessImporterBridge::GetLocalizedString(int message_id) { function in class:InProcessImporterBridge
/external/chromium_org/chrome/utility/importer/
H A Dexternal_process_importer_bridge.cc188 base::string16 ExternalProcessImporterBridge::GetLocalizedString( function in class:ExternalProcessImporterBridge
/external/chromium_org/ppapi/cpp/private/
H A Dpdf.cc29 Var PDF::GetLocalizedString(const InstanceHandle& instance, function in class:pp::PDF
33 get_interface<PPB_PDF>()->GetLocalizedString(
/external/chromium_org/ppapi/proxy/
H A Dpdf_resource.cc50 PP_Var PDFResource::GetLocalizedString(PP_ResourceString string_id) { function in class:ppapi::proxy::PDFResource
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_thunk.cc19 PP_Var GetLocalizedString(PP_Instance instance, PP_ResourceString string_id) { function in namespace:ppapi::thunk::__anon10300
23 return enter.functions()->GetLocalizedString(string_id);
165 &GetLocalizedString,
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config.cc94 std::string MobileConfig::CarrierDeal::GetLocalizedString( function in class:chromeos::MobileConfig::CarrierDeal
/external/chromium_org/chrome/common/
H A Dchrome_content_client.cc500 base::string16 ChromeContentClient::GetLocalizedString(int message_id) const { function in class:ChromeContentClient
/external/chromium_org/components/pdf/renderer/
H A Dppb_pdf_impl.cc63 PP_Var GetLocalizedString(PP_Instance instance_id, function in namespace:pdf::__anon6690
324 &GetLocalizedString, //
/external/chromium_org/ppapi/c/private/
H A Dppb_pdf.h94 struct PP_Var (*GetLocalizedString)(PP_Instance instance, member in struct:PPB_PDF
/external/chromium_org/ui/base/resource/
H A Dresource_bundle.cc82 rb.GetLocalizedString(IDS_UI_FONT_FAMILY_CROS));
480 base::string16 ResourceBundle::GetLocalizedString(int message_id) { function in class:ui::ResourceBundle
482 if (delegate_ && delegate_->GetLocalizedString(message_id, &string))
/external/chromium_org/pdf/
H A Dout_of_process_instance.cc298 GetLocalizedString(PP_RESOURCESTRING_PDFGETPASSWORD));
300 GetLocalizedString(PP_RESOURCESTRING_PDFLOADING));
302 GetLocalizedString(PP_RESOURCESTRING_PDFLOAD_FAILED));
1308 std::string OutOfProcessInstance::GetLocalizedString(PP_ResourceString id) { function in class:chrome_pdf::OutOfProcessInstance
1309 pp::Var rv(pp::PDF::GetLocalizedString(this, id));

Completed in 465 milliseconds