Searched defs:localized_strings (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dproxy_handler.cc31 DictionaryValue* localized_strings) {
32 DCHECK(localized_strings);
34 localized_strings->SetString("proxyPage",
36 localized_strings->SetString("proxy_config_title",
38 localized_strings->SetString("proxyDirectInternetConnection",
41 localized_strings->SetString("proxyManual",
43 localized_strings->SetString("sameProxyProtocols",
46 localized_strings->SetString("httpProxy",
48 localized_strings->SetString("secureHttpProxy",
50 localized_strings
30 GetLocalizedValues( DictionaryValue* localized_strings) argument
[all...]
H A Dlanguage_chewing_handler.cc31 DictionaryValue* localized_strings) {
32 DCHECK(localized_strings);
34 RegisterTitle(localized_strings, "languageChewingPage",
38 localized_strings->SetString(
50 localized_strings->SetString(
53 localized_strings->SetString(
56 localized_strings->SetString(
66 localized_strings->SetString(
77 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
85 localized_strings
30 GetLocalizedValues( DictionaryValue* localized_strings) argument
[all...]
H A Dlanguage_hangul_handler.cc22 DictionaryValue* localized_strings) {
23 DCHECK(localized_strings);
25 RegisterTitle(localized_strings, "languageHangulPage",
28 localized_strings->SetString("hangul_keyboard_layout",
31 localized_strings->Set("HangulkeyboardLayoutList", GetKeyboardLayoutList());
21 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dlanguage_mozc_handler.cc28 DictionaryValue* localized_strings) {
29 DCHECK(localized_strings);
31 RegisterTitle(localized_strings, "languageMozcPage",
35 localized_strings->SetString(
44 localized_strings->SetString(
47 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
54 localized_strings->SetString(
65 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
27 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dlanguage_pinyin_handler.cc26 DictionaryValue* localized_strings) {
27 DCHECK(localized_strings);
29 RegisterTitle(localized_strings, "languagePinyinPage",
33 localized_strings->SetString(
40 localized_strings->SetString(
61 localized_strings->Set(
25 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dlanguage_customize_modifier_keys_handler.cc45 DictionaryValue* localized_strings) {
46 DCHECK(localized_strings);
48 localized_strings->SetString("xkbRemapSearchKeyToContent",
51 localized_strings->SetString("xkbRemapControlKeyToContent",
54 localized_strings->SetString("xkbRemapAltKeyToContent",
75 localized_strings->Set(kDataValuesNames[i], list_value);
44 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dstats_options_handler.cc24 DictionaryValue* localized_strings) {
23 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dsystem_options_handler.cc34 DictionaryValue* localized_strings) {
35 DCHECK(localized_strings);
37 RegisterTitle(localized_strings, "systemPage", IDS_OPTIONS_SYSTEM_TAB_LABEL);
38 localized_strings->SetString("datetime_title",
40 localized_strings->SetString("timezone",
42 localized_strings->SetString("use_24hour_clock",
46 localized_strings->SetString("touchpad",
48 localized_strings->SetString("enable_tap_to_click",
51 localized_strings->SetString("sensitivity",
53 localized_strings
33 GetLocalizedValues( DictionaryValue* localized_strings) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dui_account_tweaks.cc17 base::DictionaryValue* localized_strings) {
18 DCHECK(localized_strings);
25 localized_strings->SetString("ownerUserId", display_email);
27 localized_strings->SetBoolean("currentUserIsOwner",
30 localized_strings->SetBoolean("loggedInAsGuest",
33 localized_strings->SetBoolean("loggedInAsLocallyManagedUser",
16 AddAccountUITweaksLocalizedValues( base::DictionaryValue* localized_strings) argument
H A Dbluetooth_pairing_ui.cc25 DictionaryValue localized_strings; local
28 core_handler_->GetLocalizedValues(&localized_strings);
31 bluetooth_handler_->GetLocalizedValues(&localized_strings);
37 source->AddLocalizedStrings(localized_strings);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dgeolocation_options_handler.cc19 DictionaryValue* localized_strings) {
18 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dmanaged_user_learn_more_handler.cc19 base::DictionaryValue* localized_strings) {
20 DCHECK(localized_strings);
28 RegisterStrings(localized_strings, resources, arraysize(resources));
18 GetLocalizedValues( base::DictionaryValue* localized_strings) argument
H A Dhome_page_overlay_handler.cc41 base::DictionaryValue* localized_strings) {
42 RegisterTitle(localized_strings, "homePageOverlay",
40 GetLocalizedValues( base::DictionaryValue* localized_strings) argument
H A Dmanaged_user_create_confirm_handler.cc34 base::DictionaryValue* localized_strings) {
35 DCHECK(localized_strings);
47 localized_strings->SetString("custodianEmail",
50 localized_strings->SetString("custodianEmail", std::string());
53 RegisterStrings(localized_strings, resources, arraysize(resources));
33 GetLocalizedValues( base::DictionaryValue* localized_strings) argument
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui_helpers.cc27 DictionaryValue* localized_strings) {
30 localized_strings);
25 GetFullHTML( base::StringPiece login_html, DictionaryValue* localized_strings) argument
/external/chromium/chrome/browser/ui/webui/options/
H A Dstop_syncing_handler.cc24 DictionaryValue* localized_strings) {
25 DCHECK(localized_strings);
26 localized_strings->SetString("stop_syncing_explanation",
28 localized_strings->SetString("stop_syncing_title",
30 localized_strings->SetString("stop_syncing_confirm",
23 GetLocalizedValues( DictionaryValue* localized_strings) argument
/external/chromium/chrome/browser/ui/webui/
H A Dsync_internals_html_source.cc31 DictionaryValue localized_strings; local
32 SetFontAndTextDirection(&localized_strings);
37 jstemplate_builder::AppendJsonHtml(&localized_strings, &html);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dlanguage_hangul_handler.cc23 DictionaryValue* localized_strings) {
24 DCHECK(localized_strings);
26 RegisterTitle(localized_strings, "languageHangulPage",
29 localized_strings->SetString("hangulKeyboardLayout",
32 localized_strings->Set("HangulkeyboardLayoutList", GetKeyboardLayoutList());
22 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dlanguage_pinyin_handler.cc27 DictionaryValue* localized_strings) {
28 DCHECK(localized_strings);
30 RegisterTitle(localized_strings, "languagePinyinPage",
34 localized_strings->SetString(
41 localized_strings->SetString(
62 localized_strings->Set(
26 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dproxy_handler.cc34 DictionaryValue* localized_strings) {
35 DCHECK(localized_strings);
60 RegisterStrings(localized_strings, resources, arraysize(resources));
62 localized_strings->SetString("proxyBannerShared",
33 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dstats_options_handler.cc24 DictionaryValue* localized_strings) {
23 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dlanguage_chewing_handler.cc32 DictionaryValue* localized_strings) {
33 DCHECK(localized_strings);
35 RegisterTitle(localized_strings, "languageChewingPage",
39 localized_strings->SetString(
51 localized_strings->SetString(
54 localized_strings->SetString(
57 localized_strings->SetString(
67 localized_strings->SetString(
78 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
86 localized_strings
31 GetLocalizedValues( DictionaryValue* localized_strings) argument
[all...]
H A Dlanguage_mozc_handler.cc29 DictionaryValue* localized_strings) {
30 DCHECK(localized_strings);
32 RegisterTitle(localized_strings, "languageMozcPage",
36 localized_strings->SetString(
45 localized_strings->SetString(
48 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
55 localized_strings->SetString(
66 localized_strings->Set(GetTemplateDataPropertyName(preference, kI18nPrefix),
28 GetLocalizedValues( DictionaryValue* localized_strings) argument
H A Dpointer_handler.cc26 void PointerHandler::GetLocalizedValues(DictionaryValue* localized_strings) { argument
27 DCHECK(localized_strings);
48 localized_strings->SetString("naturalScroll",
53 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_ui.cc33 base::DictionaryValue localized_strings; local
34 GetLocalizedStrings(&localized_strings);
38 content::WebUIDataSource::Add(profile, CreateUIDataSource(localized_strings));
51 const base::DictionaryValue& localized_strings) {
55 source->AddLocalizedStrings(localized_strings);
65 base::DictionaryValue* localized_strings) {
66 user_manager_screen_handler_->GetLocalizedValues(localized_strings);
67 webui::SetFontAndTextDirection(localized_strings);
70 localized_strings->SetString("buildType", "chrome");
72 localized_strings
50 CreateUIDataSource( const base::DictionaryValue& localized_strings) argument
64 GetLocalizedStrings( base::DictionaryValue* localized_strings) argument
[all...]

Completed in 959 milliseconds

12345