HomeSort by relevance Sort by last modified time
    Searched refs:localized_strings (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 53 DictionaryValue* localized_strings) {
54 DCHECK(localized_strings);
79 RegisterStrings(localized_strings, resources, arraysize(resources));
80 RegisterTitle(localized_strings, "browserPage",
83 localized_strings->SetString("instantLearnMoreLink",
85 localized_strings->SetString("defaultBrowserUnknown",
88 localized_strings->SetString("defaultBrowserUseAsDefault",
advanced_options_handler.h 29 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
certificate_manager_handler.h 29 virtual void GetLocalizedValues(DictionaryValue* localized_strings);
advanced_options_handler.cc 65 DictionaryValue* localized_strings) {
66 DCHECK(localized_strings);
177 RegisterStrings(localized_strings, resources, arraysize(resources));
178 RegisterTitle(localized_strings, "advancedPage",
181 localized_strings->SetString("privacyLearnMoreURL",
content_settings_handler.cc 186 DictionaryValue* localized_strings) {
187 DCHECK(localized_strings);
252 RegisterStrings(localized_strings, resources, arraysize(resources));
253 RegisterTitle(localized_strings, "contentSettingsPage",
255 localized_strings->SetBoolean("enable_click_to_play",
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 79 DictionaryValue* localized_strings) {
80 DCHECK(localized_strings);
113 RegisterStrings(localized_strings, resources, arraysize(resources));
114 RegisterTitle(localized_strings, "manageProfile",
116 RegisterTitle(localized_strings, "createProfile",
119 localized_strings->SetBoolean("profileShortcutsEnabled",
122 localized_strings->SetBoolean(
content_settings_handler.cc 280 DictionaryValue* localized_strings) {
281 DCHECK(localized_strings);
405 RegisterStrings(localized_strings, resources, arraysize(resources));
406 RegisterTitle(localized_strings, "contentSettingsPage",
411 RegisterTitle(localized_strings, "cookies",
413 RegisterTitle(localized_strings, "images",
415 RegisterTitle(localized_strings, "javascript",
417 RegisterTitle(localized_strings, "plugins",
419 RegisterTitle(localized_strings, "popups",
421 RegisterTitle(localized_strings, "location"
    [all...]
create_profile_handler.h 34 base::DictionaryValue* localized_strings) OVERRIDE;
certificate_manager_handler.h 39 base::DictionaryValue* localized_strings) OVERRIDE;
content_settings_handler.h 33 base::DictionaryValue* localized_strings) OVERRIDE;
  /external/chromium/chrome/browser/chromeos/
customization_document.cc 220 localized_strings(NULL) {
229 deal_dict->GetDictionary(kLocalizedContentAttr, &localized_strings);
235 if (localized_strings) {
237 if (localized_strings->GetDictionary(locale, &locale_dict) &&
240 } else if (localized_strings->GetDictionary(kDefaultAttr, &locale_dict) &&
customization_document.h 121 DictionaryValue* localized_strings; member in struct:chromeos::ServicesCustomizationDocument::CarrierDeal
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source.cc 54 DictionaryValue localized_strings; local
55 DictionaryValue* dict = &localized_strings;
  /external/chromium_org/chrome/utility/importer/
external_process_importer_bridge.cc 32 const DictionaryValue& localized_strings,
38 // localized_strings value that is passed in (see http://crbug.com/46003 ).
39 localized_strings_.reset(localized_strings.DeepCopy());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 37 base::DictionaryValue* localized_strings) OVERRIDE;
bluetooth_options_handler.h 36 base::DictionaryValue* localized_strings) OVERRIDE;
internet_options_handler.h 49 base::DictionaryValue* localized_strings) OVERRIDE;
bluetooth_options_handler.cc 77 DictionaryValue* localized_strings) {
78 DCHECK(localized_strings);
148 RegisterStrings(localized_strings, resources, arraysize(resources));
  /external/chromium_org/content/browser/webui/
web_ui_data_source_impl.h 36 const base::DictionaryValue& localized_strings) OVERRIDE;
web_ui_data_source_impl.cc 114 const base::DictionaryValue& localized_strings) {
115 localized_strings_.MergeDictionary(&localized_strings);
  /external/chromium/chrome/browser/ui/webui/
slideshow_ui.cc 114 DictionaryValue localized_strings; local
117 SetFontAndTextDirection(&localized_strings);
123 slideshow_html, &localized_strings);
mediaplayer_ui.cc 166 DictionaryValue localized_strings; local
169 localized_strings.SetString("errorstring", "Error Playing Back");
171 SetFontAndTextDirection(&localized_strings);
185 playlist_html, &localized_strings);
188 mediaplayer_html, &localized_strings);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 189 DictionaryValue localized_strings; local
191 ->GetLocalizedStrings(&localized_strings);
192 self->core_oobe_actor_->ReloadContent(localized_strings);
oobe_ui.h 100 void GetLocalizedStrings(base::DictionaryValue* localized_strings);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.h 31 virtual void GetLocalizedValues(DictionaryValue* localized_strings);

Completed in 781 milliseconds

1 2 3 4 5 6 78 9