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

123

/external/chromium_org/chrome/browser/ui/webui/
H A Dcertificate_viewer_ui.cc18 content::WebUIDataSource* html_source = local
22 html_source->SetUseJsonJSFormatV2();
23 html_source->AddLocalizedString("general", IDS_CERT_INFO_GENERAL_TAB_LABEL);
24 html_source->AddLocalizedString("details", IDS_CERT_INFO_DETAILS_TAB_LABEL);
25 html_source->AddLocalizedString("close", IDS_CLOSE);
26 html_source->AddLocalizedString("export",
28 html_source->AddLocalizedString("usages",
30 html_source->AddLocalizedString("issuedTo", IDS_CERT_INFO_SUBJECT_GROUP);
31 html_source->AddLocalizedString("issuedBy", IDS_CERT_INFO_ISSUER_GROUP);
32 html_source
[all...]
H A Dversion_ui.cc40 content::WebUIDataSource* html_source = local
44 html_source->AddLocalizedString("title", IDS_ABOUT_VERSION_TITLE);
46 html_source->AddString("version", version_info.Version());
47 html_source->AddString("version_modifier",
49 html_source->AddLocalizedString("os_name", IDS_ABOUT_VERSION_OS);
50 html_source->AddLocalizedString("platform", IDS_PLATFORM_LABEL);
51 html_source->AddString("os_type", version_info.OSType());
52 html_source->AddString("blink_version", webkit_glue::GetWebKitVersion());
53 html_source->AddString("js_engine", "V8");
54 html_source
[all...]
H A Dwelcome_ui_android.cc34 content::WebUIDataSource* html_source = local
36 html_source->SetUseJsonJSFormatV2();
39 html_source->AddLocalizedString("title",
41 html_source->AddLocalizedString("takeATour", IDS_FIRSTRUN_TAKE_TOUR);
42 html_source->AddLocalizedString("firstRunSignedInTitle",
44 html_source->AddLocalizedString("firstRunSignedInDescription",
46 html_source->AddLocalizedString("settings", IDS_FIRSTRUN_SETTINGS_LINK);
51 html_source->AddString("productTourUrl", product_tour_url);
55 html_source->AddBoolean("tosVisible", tos_visible);
64 html_source
[all...]
H A Didentity_internals_ui.cc275 content::WebUIDataSource* html_source = local
277 html_source->SetUseJsonJSFormatV2();
280 html_source->AddLocalizedString("tokenCacheHeader",
282 html_source->AddLocalizedString("accessToken",
284 html_source->AddLocalizedString("extensionName",
286 html_source->AddLocalizedString("extensionId",
288 html_source->AddLocalizedString("tokenStatus",
290 html_source->AddLocalizedString("expirationTime",
292 html_source->AddLocalizedString("scopes",
294 html_source
305 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.cc25 content::WebUIDataSource* html_source = local
43 html_source->AddResourcePath("gesture_config.css", IDR_GESTURE_CONFIG_CSS);
44 html_source->AddResourcePath("gesture_config.js", IDR_GESTURE_CONFIG_JS);
45 html_source->SetDefaultResource(IDR_GESTURE_CONFIG_HTML);
48 content::WebUIDataSource::Add(profile, html_source);
H A Dapp_launcher_page_ui.cc68 scoped_ptr<HTMLSource> html_source(
70 content::URLDataSource::Add(GetProfile(), html_source.release());
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Dprofile_signin_confirmation_ui.cc21 content::WebUIDataSource* html_source = content::WebUIDataSource::Create( local
23 html_source->SetUseJsonJSFormatV2();
25 html_source->AddLocalizedString(
28 html_source->AddLocalizedString(
31 html_source->AddLocalizedString("okButtonText", IDS_OK);
32 html_source->AddLocalizedString(
35 html_source->AddLocalizedString(
38 html_source->AddLocalizedString(
41 html_source->AddLocalizedString(
44 html_source
[all...]
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui.cc18 content::WebUIDataSource* html_source = local
20 html_source->AddResourcePath("omnibox.css", IDR_OMNIBOX_CSS);
21 html_source->AddResourcePath("omnibox.js", IDR_OMNIBOX_JS);
22 html_source->SetDefaultResource(IDR_OMNIBOX_HTML);
25 content::WebUIDataSource::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/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/chrome/browser/ui/webui/
H A Dprint_preview_ui_html_source_unittest.cc42 PrintPreviewUIHTMLSource* html_source = preview_ui->html_source(); local
45 html_source->GetPrintPreviewData(&data);
52 html_source->SetPrintPreviewData(dummy_data);
53 html_source->GetPrintPreviewData(&data);
58 html_source->SetPrintPreviewData(dummy_data);
H A Dbookmarks_ui.cc50 BookmarksUIHTMLSource* html_source = new BookmarksUIHTMLSource(); local
53 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dkeyboard_ui.cc22 KeyboardHTMLSource* html_source = new KeyboardHTMLSource(); local
23 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dprint_preview_ui.h19 PrintPreviewUIHTMLSource* html_source();
H A Dremoting_ui.cc66 RemotingUIHTMLSource* html_source = new RemotingUIHTMLSource(); local
69 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Dprint_preview_ui.cc28 PrintPreviewUIHTMLSource* PrintPreviewUI::html_source() { function in class:PrintPreviewUI
H A Dtextfields_ui.cc71 TextfieldsUIHTMLSource* html_source = new TextfieldsUIHTMLSource(); local
74 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
H A Ddownloads_ui.cc139 DownloadsUIHTMLSource* html_source = new DownloadsUIHTMLSource(); local
142 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui.cc77 content::WebUIDataSource* html_source = CreateWebUIHTMLSource(); local
78 html_source->SetUseJsonJSFormatV2();
81 content::WebUIDataSource::Add(profile, html_source);
/external/chromium/chrome/browser/printing/
H A Dprint_preview_message_handler.cc80 PrintPreviewUIHTMLSource* html_source = print_preview_ui->html_source(); local
81 html_source->SetPrintPreviewData(
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_ui.cc133 WebUIDataSource* html_source = local
135 html_source->SetUseJsonJSFormatV2();
151 html_source->SetJsonPath("strings.js");
152 html_source->AddResourcePath("accessibility.css", IDR_ACCESSIBILITY_CSS);
153 html_source->AddResourcePath("accessibility.js", IDR_ACCESSIBILITY_JS);
154 html_source->SetDefaultResource(IDR_ACCESSIBILITY_HTML);
155 html_source->SetRequestFilter(base::Bind(&HandleRequestCallback));
159 WebUIDataSource::Add(browser_context, html_source);
/external/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dlogin_ui.cc115 LoginUIHTMLSource* html_source = local
118 contents->profile()->GetChromeURLDataManager()->AddDataSource(html_source);
/external/chromium_org/chrome/browser/ui/webui/task_manager/
H A Dtask_manager_ui.cc93 content::WebUIDataSource* html_source = CreateTaskManagerUIHTMLSource(); local
95 content::WebUIDataSource::Add(profile, html_source);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dsalsa_ui.cc92 content::WebUIDataSource* html_source = local
106 html_source->AddResourcePath("salsa.css", IDR_SALSA_CSS);
107 html_source->AddResourcePath("salsa.js", IDR_SALSA_JS);
108 html_source->SetDefaultResource(IDR_SALSA_HTML);
111 content::WebUIDataSource::Add(profile, html_source);

Completed in 4658 milliseconds

123