Searched refs:html_source (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_ui.cc19 content::WebUIDataSource* html_source = content::WebUIDataSource::Create( local
21 html_source->SetUseJsonJSFormatV2();
23 html_source->AddLocalizedString(
26 html_source->AddLocalizedString(
29 html_source->AddLocalizedString("okButtonText", IDS_OK);
30 html_source->AddLocalizedString(
33 html_source->AddLocalizedString(
36 html_source->AddLocalizedString(
39 html_source->AddLocalizedString(
42 html_source
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_ui.cc42 content::WebUIDataSource* html_source = local
46 html_source->AddLocalizedString("title", IDS_ABOUT_VERSION_TITLE);
47 html_source->AddLocalizedString("application_label", IDS_PRODUCT_NAME);
49 html_source->AddString("version", version_info.Version());
50 html_source->AddString("version_modifier",
52 html_source->AddLocalizedString("os_name", IDS_ABOUT_VERSION_OS);
53 html_source->AddLocalizedString("platform", IDS_PLATFORM_LABEL);
54 html_source->AddString("os_type", version_info.OSType());
55 html_source->AddString("blink_version", content::GetWebKitVersion());
56 html_source
[all...]
H A Dcertificate_viewer_ui.cc21 content::WebUIDataSource* html_source = local
25 html_source->SetUseJsonJSFormatV2();
26 html_source->AddLocalizedString("general", IDS_CERT_INFO_GENERAL_TAB_LABEL);
27 html_source->AddLocalizedString("details", IDS_CERT_INFO_DETAILS_TAB_LABEL);
28 html_source->AddLocalizedString("close", IDS_CLOSE);
29 html_source->AddLocalizedString("export",
31 html_source->AddLocalizedString("usages",
33 html_source->AddLocalizedString("issuedTo", IDS_CERT_INFO_SUBJECT_GROUP);
34 html_source->AddLocalizedString("issuedBy", IDS_CERT_INFO_ISSUER_GROUP);
35 html_source
[all...]
H A Dwelcome_ui_android.cc35 content::WebUIDataSource* html_source = local
37 html_source->SetUseJsonJSFormatV2();
40 html_source->AddLocalizedString("title",
42 html_source->AddLocalizedString("takeATour", IDS_FIRSTRUN_TAKE_TOUR);
43 html_source->AddLocalizedString("firstRunSignedInTitle",
45 html_source->AddLocalizedString("firstRunSignedInDescription",
47 html_source->AddLocalizedString("settings", IDS_FIRSTRUN_SETTINGS_LINK);
56 html_source->AddString("productTourUrl", product_tour_url);
60 html_source->AddBoolean("tosVisible", tos_visible);
69 html_source
[all...]
H A Ddomain_reliability_internals_ui.cc21 content::WebUIDataSource* html_source = content::WebUIDataSource::Create( local
23 html_source->SetUseJsonJSFormatV2();
24 html_source->SetJsonPath("strings.js");
25 html_source->AddResourcePath("domain_reliability_internals.css",
27 html_source->AddResourcePath("domain_reliability_internals.js",
29 html_source->SetDefaultResource(IDR_DOMAIN_RELIABILITY_INTERNALS_HTML);
36 content::WebUIDataSource::Add(profile, html_source);
H A Didentity_internals_ui.cc279 content::WebUIDataSource* html_source = local
281 html_source->SetUseJsonJSFormatV2();
284 html_source->AddLocalizedString("tokenCacheHeader",
286 html_source->AddLocalizedString("accessToken",
288 html_source->AddLocalizedString("extensionName",
290 html_source->AddLocalizedString("extensionId",
292 html_source->AddLocalizedString("tokenStatus",
294 html_source->AddLocalizedString("expirationTime",
296 html_source->AddLocalizedString("scopes",
298 html_source
309 content::WebUIDataSource::Add(Profile::FromWebUI(web_ui), html_source); local
[all...]
H A Dbookmarks_ui.cc55 BookmarksUIHTMLSource* html_source = new BookmarksUIHTMLSource(); local
59 content::URLDataSource::Add(profile, html_source);
H A Dgesture_config_ui.cc24 content::WebUIDataSource* html_source = local
42 html_source->AddResourcePath("gesture_config.css", IDR_GESTURE_CONFIG_CSS);
43 html_source->AddResourcePath("gesture_config.js", IDR_GESTURE_CONFIG_JS);
44 html_source->SetDefaultResource(IDR_GESTURE_CONFIG_HTML);
47 content::WebUIDataSource::Add(profile, html_source);
H A Dapp_launcher_page_ui.cc63 scoped_ptr<HTMLSource> html_source(
65 content::URLDataSource::Add(GetProfile(), html_source.release());
H A Dvoicesearch_ui.cc53 content::WebUIDataSource* html_source = local
56 html_source->AddLocalizedString("loadingMessage",
58 html_source->AddLocalizedString("voiceSearchLongTitle",
61 html_source->SetUseJsonJSFormatV2();
62 html_source->SetJsonPath("strings.js");
63 html_source->AddResourcePath("about_voicesearch.js",
65 html_source->SetDefaultResource(IDR_ABOUT_VOICESEARCH_HTML);
66 return html_source;
H A Dgcm_internals_ui.cc295 content::WebUIDataSource* html_source = local
297 html_source->SetUseJsonJSFormatV2();
299 html_source->SetJsonPath("strings.js");
302 html_source->AddResourcePath("gcm_internals.css", IDR_GCM_INTERNALS_CSS);
303 html_source->AddResourcePath("gcm_internals.js", IDR_GCM_INTERNALS_JS);
304 html_source->SetDefaultResource(IDR_GCM_INTERNALS_HTML);
307 content::WebUIDataSource::Add(profile, html_source);
H A Dsystem_info_ui.cc190 SystemInfoUIHTMLSource* html_source = new SystemInfoUIHTMLSource(); local
194 content::URLDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/ui/webui/user_actions/
H A Duser_actions_ui.cc18 content::WebUIDataSource* html_source = local
20 html_source->SetDefaultResource(IDR_USER_ACTIONS_HTML);
21 html_source->AddResourcePath("user_actions.css", IDR_USER_ACTIONS_CSS);
22 html_source->AddResourcePath("user_actions.js", IDR_USER_ACTIONS_JS);
25 content::WebUIDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui.cc17 content::WebUIDataSource* html_source = local
19 html_source->AddResourcePath("omnibox.css", IDR_OMNIBOX_CSS);
20 html_source->AddResourcePath("omnibox.js", IDR_OMNIBOX_JS);
21 html_source->SetDefaultResource(IDR_OMNIBOX_HTML);
23 content::WebUIDataSource::Add(Profile::FromWebUI(web_ui), html_source); local
/external/chromium_org/chrome/browser/ui/webui/suggestions_internals/
H A Dsuggestions_internals_ui.cc20 content::WebUIDataSource* html_source = content::WebUIDataSource::Create( local
22 html_source->AddResourcePath("suggestions_internals.css",
24 html_source->AddResourcePath("suggestions_internals.js",
26 html_source->SetDefaultResource(IDR_SUGGESTIONS_INTERNALS_HTML);
29 content::WebUIDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc678 content::WebUIDataSource* html_source = local
680 html_source->SetUseJsonJSFormatV2();
682 html_source->AddLocalizedString("titleText", IDS_NFC_DEBUG_TITLE);
683 html_source->AddLocalizedString("notSupportedText",
685 html_source->AddLocalizedString("adapterHeaderText",
687 html_source->AddLocalizedString("adapterPowerOnText",
689 html_source->AddLocalizedString("adapterPowerOffText",
691 html_source->AddLocalizedString("adapterStartPollText",
693 html_source->AddLocalizedString("adapterStopPollText",
695 html_source
[all...]
H A Dslow_trace_ui.cc72 SlowTraceSource* html_source = new SlowTraceSource(); local
76 content::URLDataSource::Add(profile, html_source);
H A Dsalsa_ui.cc59 content::WebUIDataSource* html_source = local
73 html_source->AddResourcePath("salsa.css", IDR_SALSA_CSS);
74 html_source->AddResourcePath("salsa.js", IDR_SALSA_JS);
75 html_source->SetDefaultResource(IDR_SALSA_HTML);
78 content::WebUIDataSource::Add(profile, html_source);
H A Dmobile_setup_ui.cc630 MobileSetupUIHTMLSource* html_source = new MobileSetupUIHTMLSource(); local
634 content::URLDataSource::Add(profile, html_source);
H A Dsim_unlock_ui.cc763 SimUnlockUIHTMLSource* html_source = new SimUnlockUIHTMLSource(); local
767 content::URLDataSource::Add(profile, html_source);
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ui.cc135 WebUIDataSource* html_source = local
137 html_source->SetUseJsonJSFormatV2();
153 html_source->SetJsonPath("strings.js");
154 html_source->AddResourcePath("accessibility.css", IDR_ACCESSIBILITY_CSS);
155 html_source->AddResourcePath("accessibility.js", IDR_ACCESSIBILITY_JS);
156 html_source->SetDefaultResource(IDR_ACCESSIBILITY_HTML);
157 html_source->SetRequestFilter(
163 WebUIDataSource::Add(browser_context, html_source);
/external/chromium_org/chrome/browser/ui/webui/interstitials/
H A Dinterstitial_ui.cc137 scoped_ptr<InterstitialHTMLSource> html_source(
140 content::URLDataSource::Add(profile, html_source.release());
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui.cc126 scoped_ptr<NewTabHTMLSource> html_source(
130 html_source->AddResource("suggestions_page.css", "text/css",
133 html_source->AddResource("suggestions_page.js", "application/javascript",
136 // content::URLDataSource assumes the ownership of the html_source.
137 content::URLDataSource::Add(profile, html_source.release());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Doptions_ui.cc351 OptionsUIHTMLSource* html_source = local
356 content::URLDataSource::Add(profile, html_source);

Completed in 3484 milliseconds