OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocalizedString
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/external/chromium_org/ash/system/tray/
tray_popup_header_button.cc
37
SetAccessibleName(bundle.
GetLocalizedString
(accessible_name_id));
tray_bar_button_with_title.cc
72
base::string16 text = rb.
GetLocalizedString
(title_id);
/external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.h
69
virtual base::string16
GetLocalizedString
(int message_id) OVERRIDE;
/external/chromium_org/chrome/common/
chrome_content_client.h
34
virtual base::string16
GetLocalizedString
(int message_id) const OVERRIDE;
/external/chromium_org/chrome/common/importer/
importer_bridge.h
84
virtual base::string16
GetLocalizedString
(int message_id) = 0;
/external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc
149
return installer::
GetLocalizedString
(string_id);
181
installer::
GetLocalizedString
(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
187
installer::
GetLocalizedString
(IDS_SHORTCUT_TOOLTIP_BASE);
238
installer::
GetLocalizedString
(IDS_UNINSTALL_CHROME_BASE);
chrome_frame_distribution.cc
67
installer::
GetLocalizedString
(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
browser_distribution.cc
179
// installer::
GetLocalizedString
(IDS_OEM_MAIN_SHORTCUT_NAME_BASE)
182
return installer::
GetLocalizedString
(IDS_APP_LIST_SHORTCUT_NAME_BASE);
205
return installer::
GetLocalizedString
(IDS_APP_SHORTCUTS_SUBDIR_NAME_BASE);
242
installer::
GetLocalizedString
(IDS_PRODUCT_DESCRIPTION_BASE);
/external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.h
81
virtual base::string16
GetLocalizedString
(int message_id) OVERRIDE;
bookmarks_file_importer.cc
104
bridge->
GetLocalizedString
(IDS_BOOKMARK_GROUP);
/external/chromium_org/content/shell/common/
shell_content_client.cc
36
base::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/ppapi/proxy/
pdf_resource.h
39
PP_Var
GetLocalizedString
(PP_ResourceString string_id) OVERRIDE;
pdf_resource_unittest.cc
30
TEST_F(PDFResourceTest,
GetLocalizedString
) {
42
PP_Var var = pdf_iface->
GetLocalizedString
(
/external/chromium_org/ash/system/
tray_update.cc
79
bundle.
GetLocalizedString
(IDS_ASH_STATUS_TRAY_UPDATE)));
80
SetAccessibleName(bundle.
GetLocalizedString
(IDS_ASH_STATUS_TRAY_UPDATE));
/external/chromium_org/ash/system/chromeos/
tray_tracing.cc
43
label_->SetText(bundle.
GetLocalizedString
(IDS_ASH_STATUS_TRAY_TRACING));
tray_caps_lock.cc
71
text_label_->SetText(bundle.
GetLocalizedString
(text_string_id));
85
shortcut_label_->SetText(bundle.
GetLocalizedString
(shortcut_string_id));
203
views::Label* label = new views::Label(bundle.
GetLocalizedString
(string_id));
/external/chromium_org/content/public/common/
content_client.cc
81
base::string16 ContentClient::
GetLocalizedString
(int message_id) const {
content_client.h
106
virtual base::string16
GetLocalizedString
(int message_id) const;
/external/chromium_org/ppapi/c/private/
ppb_pdf.h
94
struct PP_Var (*
GetLocalizedString
)(PP_Instance instance,
/external/chromium_org/ash/system/chromeos/power/
power_status.cc
241
return rb.
GetLocalizedString
(
255
battery_time_accessible = rb.
GetLocalizedString
(
258
battery_time_accessible = rb.
GetLocalizedString
(
tray_power.cc
103
GetLocalizedString
(IDS_CHARGER_REPLACEMENT_ACCESSIBILTY_NOTIFICATION);
264
rb.
GetLocalizedString
(IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE),
265
rb.
GetLocalizedString
(
/external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc
113
std::string deal_text = deal->
GetLocalizedString
(locale,
196
deal->
GetLocalizedString
(locale, "notification_text");
/external/chromium_org/ppapi/api/private/finish_writing_these/
ppb_pdf.idl
75
PP_Var
GetLocalizedString
(
Completed in 969 milliseconds
1
2
3
4