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

12 3 4 5

  /external/chromium_org/ash/system/
tray_accessibility.cc 71 base::string16 label = bundle.GetLocalizedString(
138 bundle.GetLocalizedString(
147 bundle.GetLocalizedString(
155 bundle.GetLocalizedString(
161 bundle.GetLocalizedString(
187 bundle.GetLocalizedString(
194 bundle.GetLocalizedString(
tray_caps_lock.cc 58 text_label_->SetText(bundle.GetLocalizedString(text_string_id));
70 shortcut_label_->SetText(bundle.GetLocalizedString(shortcut_string_id));
153 views::Label* label = new views::Label(bundle.GetLocalizedString(string_id));
tray_update.cc 79 bundle.GetLocalizedString(IDS_ASH_STATUS_TRAY_UPDATE)));
80 SetAccessibleName(bundle.GetLocalizedString(IDS_ASH_STATUS_TRAY_UPDATE));
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 130 installer::GetLocalizedString(IDS_PRODUCT_NAME_BASE);
136 installer::GetLocalizedString(IDS_OEM_MAIN_SHORTCUT_NAME_BASE);
153 installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
159 installer::GetLocalizedString(IDS_SHORTCUT_TOOLTIP_BASE);
227 installer::GetLocalizedString(IDS_UNINSTALL_CHROME_BASE);
  /external/chromium_org/ppapi/thunk/
ppb_pdf_thunk.cc 19 PP_Var GetLocalizedString(PP_Instance instance, PP_ResourceString string_id) {
23 return enter.functions()->GetLocalizedString(string_id);
137 &GetLocalizedString,
  /external/chromium_org/ash/system/tray/
special_popup_row.cc 67 rb.GetLocalizedString(string_id),
74 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_PREVIOUS_MENU));
tray_popup_header_button.cc 37 SetAccessibleName(bundle.GetLocalizedString(accessible_name_id));
tray_bar_button_with_title.cc 74 base::string16 text = rb.GetLocalizedString(title_id);
  /external/chromium/chrome/browser/importer/
external_process_importer_bridge.cc 88 string16 ExternalProcessImporterBridge::GetLocalizedString(int message_id) {
external_process_importer_bridge.h 61 virtual string16 GetLocalizedString(int message_id) OVERRIDE;
in_process_importer_bridge.h 55 virtual string16 GetLocalizedString(int message_id) OVERRIDE;
  /external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.cc 387 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_OTHER_WIFI));
391 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_TURN_ON_WIFI));
395 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_OTHER_MOBILE));
410 ui::ResourceBundle::GetSharedInstance().GetLocalizedString(
648 base::string16 text = rb.GetLocalizedString(status_message_id);
662 base::string16 text = rb.GetLocalizedString(message_id);
674 rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_WIFI_SCANNING_MESSAGE);
698 text = rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_NETWORK_NO_VPN);
700 text = rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_NO_NETWORKS);
768 this, rb.GetLocalizedString(IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS))
    [all...]
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h 69 virtual string16 GetLocalizedString(int message_id) OVERRIDE;
  /external/chromium_org/chrome/common/
chrome_content_client.h 32 virtual string16 GetLocalizedString(int message_id) const OVERRIDE;
  /external/chromium_org/chrome/common/importer/
importer_bridge.h 84 virtual string16 GetLocalizedString(int message_id) = 0;
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.h 82 virtual string16 GetLocalizedString(int message_id) OVERRIDE;
bookmarks_file_importer.cc 100 bridge->GetLocalizedString(IDS_BOOKMARK_GROUP);
  /external/chromium_org/content/shell/common/
shell_content_client.cc 32 string16 ShellContentClient::GetLocalizedString(int message_id) const {
  /external/chromium_org/ppapi/cpp/private/
pdf.h 25 static Var GetLocalizedString(const InstanceHandle& instance,
pdf.cc 29 Var PDF::GetLocalizedString(const InstanceHandle& instance,
33 get_interface<PPB_PDF>()->GetLocalizedString(
  /external/chromium_org/webkit/glue/
webkit_glue_unittest.cc 24 virtual base::string16 GetLocalizedString(int) OVERRIDE {
  /external/chromium/chrome/browser/chromeos/
customization_document_unittest.cc 202 deal->GetLocalizedString("en-US", "notification_text"));
204 deal->GetLocalizedString("en", "notification_text"));
  /external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc 106 std::string deal_text = deal->GetLocalizedString(locale,
157 deal_text = deal->GetLocalizedString(locale, "notification_text");
  /external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl 75 PP_Var GetLocalizedString(
  /external/chromium_org/ash/system/chromeos/
tray_tracing.cc 45 label_->SetText(bundle.GetLocalizedString(IDS_ASH_STATUS_TRAY_TRACING));

Completed in 801 milliseconds

12 3 4 5