Searched refs:GetLocalizedString (Results 1 - 25 of 92) sorted by relevance

1234

/external/clang/test/SemaObjC/
H A Dformat-strings-system.h7 extern NSString *GetLocalizedString(NSString *str);
8 #define NSLocalizedString(key) GetLocalizedString(key)
/external/chromium_org/chrome/installer/util/
H A Dl10n_string_util.h25 virtual base::string16 GetLocalizedString(int installer_string_id) = 0;
37 std::wstring GetLocalizedString(int base_message_id);
39 // Returns the localized version of a string (obtained from GetLocalizedString)
H A Dchrome_app_host_distribution.cc52 return installer::GetLocalizedString(IDS_PRODUCT_APP_LAUNCHER_NAME_BASE);
67 installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
73 installer::GetLocalizedString(IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP_BASE);
79 installer::GetLocalizedString(IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION_BASE);
93 installer::GetLocalizedString(IDS_UNINSTALL_APP_LAUNCHER_BASE);
H A Dfirewall_manager_win.cc50 return GetLocalizedString(IDS_INBOUND_MDNS_RULE_NAME_CANARY_BASE);
52 return GetLocalizedString(IDS_INBOUND_MDNS_RULE_NAME_BASE);
58 return GetLocalizedString(IDS_INBOUND_MDNS_RULE_DESCRIPTION_CANARY_BASE);
60 return GetLocalizedString(IDS_INBOUND_MDNS_RULE_DESCRIPTION_BASE);
H A Dgoogle_chrome_sxs_distribution.cc46 return installer::GetLocalizedString(
50 return installer::GetLocalizedString(IDS_SXS_SHORTCUT_NAME_BASE);
58 return installer::GetLocalizedString(
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/ppapi/tests/
H A Dtest_pdf.cc21 RUN_TEST(GetLocalizedString, filter);
26 pp::Var string = pp::PDF::GetLocalizedString(instance_,
/external/chromium_org/chromeos/ime/
H A Dinput_method_delegate.h26 virtual base::string16 GetLocalizedString(int resource_id) const = 0;
H A Dfake_input_method_delegate.cc21 base::string16 FakeInputMethodDelegate::GetLocalizedString( function in class:chromeos::input_method::FakeInputMethodDelegate
/external/chromium_org/android_webview/common/
H A Daw_content_client.h21 virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
H A Daw_content_client.cc46 base::string16 AwContentClient::GetLocalizedString(int message_id) const { function in class:android_webview::AwContentClient
/external/chromium_org/ash/system/user/
H A Dlogin_status.cc40 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(message_id);
/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
H A Dinput_method_delegate_impl.h26 virtual base::string16 GetLocalizedString(int resource_id) const OVERRIDE;
/external/chromium_org/chromecast/shell/common/
H A Dcast_content_client.h21 virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
H A Dcast_content_client.cc28 base::string16 CastContentClient::GetLocalizedString(int message_id) const { function in class:chromecast::shell::CastContentClient
/external/chromium_org/content/shell/common/
H A Dshell_content_client.h23 virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config_unittest.cc145 deal->GetLocalizedString("en-US", "notification_text"));
147 deal->GetLocalizedString("en", "notification_text"));
231 deal->GetLocalizedString("en-GB", "notification_text"));
233 deal->GetLocalizedString("en", "notification_text"));
/external/chromium_org/extensions/shell/common/
H A Dshell_content_client.h25 virtual base::string16 GetLocalizedString(int message_id) const OVERRIDE;
/external/chromium_org/ppapi/thunk/
H A Dppb_pdf_api.h16 virtual PP_Var GetLocalizedString(PP_ResourceString string_id) = 0;
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/ash/system/chromeos/power/
H A Dpower_status_view.cc112 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BATTERY_FULL);
118 battery_time_status = rb.GetLocalizedString(
122 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING);
155 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
169 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
173 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
/external/chromium_org/ash/system/
H A Dtray_accessibility.cc80 base::string16 label = bundle.GetLocalizedString(
163 bundle.GetLocalizedString(
172 bundle.GetLocalizedString(
180 bundle.GetLocalizedString(
186 bundle.GetLocalizedString(
195 bundle.GetLocalizedString(
203 bundle.GetLocalizedString(
233 bundle.GetLocalizedString(
240 bundle.GetLocalizedString(
/external/chromium_org/ash/system/tray/
H A Dspecial_popup_row.cc66 rb.GetLocalizedString(string_id),
73 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_PREVIOUS_MENU));
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.cc342 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_OTHER_WIFI));
346 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_TURN_ON_WIFI));
350 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_OTHER_MOBILE));
355 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
493 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS));
499 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_NETWORK_PROXY_SETTINGS));
550 container->AddChildView(CreateInfoBubbleLine(bundle.GetLocalizedString(
554 container->AddChildView(CreateInfoBubbleLine(bundle.GetLocalizedString(
558 container->AddChildView(CreateInfoBubbleLine(bundle.GetLocalizedString(
562 container->AddChildView(CreateInfoBubbleLine(bundle.GetLocalizedString(
[all...]

Completed in 2378 milliseconds

1234