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

1 2 3 4 5

  /external/clang/test/SemaObjC/
format-strings-system.h 7 extern NSString *GetLocalizedString(NSString *str);
8 #define NSLocalizedString(key) GetLocalizedString(key)
  /external/chromium_org/chrome/installer/util/
l10n_string_util.h 25 virtual string16 GetLocalizedString(int installer_string_id) = 0;
37 std::wstring GetLocalizedString(int base_message_id);
chrome_app_host_distribution.cc 43 installer::GetLocalizedString(IDS_PRODUCT_APP_LAUNCHER_NAME_BASE);
49 installer::GetLocalizedString(IDS_PRODUCT_APP_LAUNCHER_NAME_BASE);
65 installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
71 installer::GetLocalizedString(IDS_APP_LAUNCHER_SHORTCUT_TOOLTIP_BASE);
77 installer::GetLocalizedString(IDS_APP_LAUNCHER_PRODUCT_DESCRIPTION_BASE);
109 installer::GetLocalizedString(IDS_UNINSTALL_APP_LAUNCHER_BASE);
chrome_frame_distribution.cc 41 installer::GetLocalizedString(IDS_PRODUCT_FRAME_NAME_BASE);
47 installer::GetLocalizedString(IDS_PRODUCT_FRAME_NAME_BASE);
57 installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
google_chrome_sxs_distribution.cc 34 installer::GetLocalizedString(IDS_SXS_SHORTCUT_NAME_BASE);
l10n_string_util.cc 40 std::wstring GetLocalizedString(int base_message_id) {
42 return g_translation_delegate->GetLocalizedString(base_message_id);
  /external/chromium_org/chrome/browser/ui/app_list/
chrome_signin_delegate.cc 61 GURL gurl(rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_LEARN_MORE_LINK));
80 return rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_HEADING);
85 return rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_TEXT);
90 return rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_BUTTON);
95 return rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_LEARN_MORE_TEXT);
100 return rb.GetLocalizedString(IDS_APP_LIST_SIGNIN_SETTINGS_TEXT);
  /external/chromium_org/content/child/
webkitplatformsupport_impl.cc 19 string16 WebKitPlatformSupportImpl::GetLocalizedString(int message_id) {
20 return GetContentClient()->GetLocalizedString(message_id);
webkitplatformsupport_impl.h 25 virtual string16 GetLocalizedString(int message_id) OVERRIDE;
  /external/chromium_org/android_webview/common/
aw_content_client.h 19 virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
aw_content_client.cc 33 string16 AwContentClient::GetLocalizedString(int message_id) const {
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_delegate_impl.h 25 virtual string16 GetLocalizedString(int resource_id) const OVERRIDE;
input_method_delegate_impl.cc 29 string16 InputMethodDelegateImpl::GetLocalizedString(int resource_id) const {
  /external/chromium_org/chromeos/ime/
input_method_delegate.h 27 virtual string16 GetLocalizedString(int resource_id) const = 0;
fake_input_method_delegate.cc 21 string16 FakeInputMethodDelegate::GetLocalizedString(int resource_id) const {
fake_input_method_delegate.h 29 virtual string16 GetLocalizedString(int resource_id) const OVERRIDE;
  /external/chromium_org/ppapi/tests/
test_pdf.cc 21 RUN_TEST(GetLocalizedString, filter);
26 pp::Var string = pp::PDF::GetLocalizedString(instance_,
  /external/chromium_org/content/shell/common/
shell_content_client.h 21 virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
  /external/chromium/chrome/common/
common_glue.cc 45 string16 GetLocalizedString(int message_id) {
  /external/chromium_org/ash/system/user/
login_status.cc 40 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(message_id);
  /external/chromium_org/ppapi/thunk/
ppb_pdf_api.h 16 virtual PP_Var GetLocalizedString(PP_ResourceString string_id) = 0;
  /external/chromium/chrome/browser/importer/
importer_bridge.h 66 virtual string16 GetLocalizedString(int message_id) = 0;
  /external/chromium_org/chrome/browser/chromeos/
mobile_config_unittest.cc 145 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/ppapi/proxy/
pdf_resource.h 39 PP_Var GetLocalizedString(PP_ResourceString string_id) OVERRIDE;
  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 121 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BATTERY_FULL);
127 battery_time_status = rb.GetLocalizedString(
131 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_BATTERY_CALCULATING);
164 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
178 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
182 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(

Completed in 429 milliseconds

1 2 3 4 5