HomeSort by relevance Sort by last modified time
    Searched full:webui (Results 26 - 50 of 1039) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_ui_controller_factory.cc 5 #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h"
20 #include "chrome/browser/ui/webui/about_ui.h"
21 #include "chrome/browser/ui/webui/app_launcher_page_ui.h"
22 #include "chrome/browser/ui/webui/bookmarks_ui.h"
23 #include "chrome/browser/ui/webui/components_ui.h"
24 #include "chrome/browser/ui/webui/constrained_web_dialog_ui.h"
25 #include "chrome/browser/ui/webui/crashes_ui.h"
26 #include "chrome/browser/ui/webui/devtools_ui.h"
27 #include "chrome/browser/ui/webui/domain_reliability_internals_ui.h"
28 #include "chrome/browser/ui/webui/downloads_ui.h
    [all...]
mojo_web_ui_controller.cc 5 #include "chrome/browser/ui/webui/mojo_web_ui_controller.h"
8 #include "chrome/browser/ui/webui/mojo_web_ui_handler.h"
14 MojoWebUIControllerBase::MojoWebUIControllerBase(content::WebUI* contents)
  /external/chromium_org/chrome/browser/resources/uber/
compiled_resources.gyp 10 '../../../../ui/webui/resources/js/cr.js',
11 '../../../../ui/webui/resources/js/load_time_data.js',
12 '../../../../ui/webui/resources/js/util.js',
22 '../../../../ui/webui/resources/js/cr.js',
23 '../../../../ui/webui/resources/js/load_time_data.js',
24 '../../../../ui/webui/resources/js/util.js',
  /external/chromium_org/content/public/browser/
web_ui_controller_factory.h 19 // Interface for an object which controls which URLs are considered WebUI URLs
31 // doesn't correspond to a WebUI.
33 WebUI* web_ui, const GURL& url) const = 0;
35 // Gets the WebUI type for the given URL. This will return kNoWebUI if the
38 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
47 // Returns true for the subset of WebUIs that actually need WebUI bindings.
web_ui_controller.h 21 class WebUI;
23 // A WebUI page is controller by the embedder's WebUIController object. It
27 explicit WebUIController(WebUI* web_ui) : web_ui_(web_ui) {}
44 WebUI* web_ui() const { return web_ui_; }
47 WebUI* web_ui_;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
main_scripts.js 29 //<include src="../../../../webui/resources/js/load_time_data.js">
30 //<include src="../../../../webui/resources/js/cr.js">
31 //<include src="../../../../webui/resources/js/util.js">
32 //<include src="../../../../webui/resources/js/i18n_template_no_process.js">
34 //<include src="../../../../webui/resources/js/event_tracker.js">
35 //<include src="../../../../webui/resources/js/cr/ui.js">
36 //<include src="../../../../webui/resources/js/cr/event_target.js">
37 //<include src="../../../../webui/resources/js/cr/ui/touch_handler.js">
38 //<include src="../../../../webui/resources/js/cr/ui/array_data_model.js">
39 //<include src="../../../../webui/resources/js/cr/ui/dialogs.js"
    [all...]
  /external/chromium_org/chrome/
chrome_browser_ui.gypi     [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extensions_ui.cc 5 #include "chrome/browser/ui/webui/extensions/extensions_ui.h"
8 #include "chrome/browser/ui/webui/extensions/command_handler.h"
9 #include "chrome/browser/ui/webui/extensions/extension_error_handler.h"
10 #include "chrome/browser/ui/webui/extensions/extension_loader_handler.h"
11 #include "chrome/browser/ui/webui/extensions/extension_settings_handler.h"
12 #include "chrome/browser/ui/webui/extensions/install_extension_handler.h"
13 #include "chrome/browser/ui/webui/extensions/pack_extension_handler.h"
14 #include "chrome/browser/ui/webui/metrics_handler.h"
23 #include "chrome/browser/ui/webui/extensions/chromeos/kiosk_apps_handler.h"
47 ExtensionsUI::ExtensionsUI(content::WebUI* web_ui) : WebUIController(web_ui)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.h 9 #include "chrome/browser/ui/webui/options/options_ui.h"
51 // Removes the search engine at the given index. Called from WebUI.
54 // Sets the search engine at the given index to be default. Called from WebUI.
59 // Called from WebUI.
63 // to WebUI. Called from WebUI.
67 // Called from WebUI.
71 // Called from WebUI.
74 // Returns a dictionary to pass to WebUI representing the given search engine.
78 // Returns a dictionary to pass to WebUI representing the extension
    [all...]
startup_pages_handler.h 14 #include "chrome/browser/ui/webui/options/options_ui.h"
48 // Saves the changes that have been made. Called from WebUI.
51 // Cancels the changes that have been made. Called from WebUI.
54 // Removes the startup page at the given indexes. Called from WebUI.
58 // Called from WebUI.
62 // Called from WebUI.
65 // Sets the startup page set to the current pages. Called from WebUI.
68 // Writes the current set of startup pages to prefs. Called from WebUI.
72 // Called from WebUI.
75 // Loads the current set of custom startup pages and reports it to the WebUI
    [all...]
options_ui.cc 5 #include "chrome/browser/ui/webui/options/options_ui.h"
24 #include "chrome/browser/ui/webui/metrics_handler.h"
25 #include "chrome/browser/ui/webui/options/autofill_options_handler.h"
26 #include "chrome/browser/ui/webui/options/automatic_settings_reset_handler.h"
27 #include "chrome/browser/ui/webui/options/browser_options_handler.h"
28 #include "chrome/browser/ui/webui/options/clear_browser_data_handler.h"
29 #include "chrome/browser/ui/webui/options/content_settings_handler.h"
30 #include "chrome/browser/ui/webui/options/cookies_view_handler.h"
31 #include "chrome/browser/ui/webui/options/core_options_handler.h"
32 #include "chrome/browser/ui/webui/options/create_profile_handler.h
    [all...]
language_dictionary_overlay_handler.h 9 #include "chrome/browser/ui/webui/options/options_ui.h"
32 // Sends the dictionary words to WebUI.
35 // Refreshes the displayed words. Called from WebUI.
38 // Adds a new word to the dictionary. Called from WebUI.
41 // Removes a word from the dictionary. Called from WebUI.
options_handlers_helper.h 13 class WebUI;
20 chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui);
27 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
  /external/chromium_org/ui/file_manager/gallery/js/
gallery_scripts.js 15 //<include src="../../../webui/resources/js/cr.js">
16 //<include src="../../../webui/resources/js/event_tracker.js">
17 //<include src="../../../webui/resources/js/load_time_data.js">
19 //<include src="../../../webui/resources/js/cr/ui.js">
20 //<include src="../../../webui/resources/js/cr/event_target.js">
21 //<include src="../../../webui/resources/js/cr/ui/touch_handler.js">
22 //<include src="../../../webui/resources/js/cr/ui/array_data_model.js">
23 //<include src="../../../webui/resources/js/cr/ui/dialogs.js">
24 //<include src="../../../webui/resources/js/cr/ui/list_item.js">
25 //<include src="../../../webui/resources/js/cr/ui/list_selection_model.js"
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui.cc 5 #include "chrome/browser/ui/webui/signin/user_manager_ui.h"
9 #include "chrome/browser/ui/webui/signin/user_manager_screen_handler.h"
10 #include "chrome/browser/ui/webui/theme_source.h"
16 #include "ui/base/webui/web_ui_util.h"
22 UserManagerUI::UserManagerUI(content::WebUI* web_ui)
25 // destroy it when it (the WebUI) is destroyed.
63 webui::SetFontAndTextDirection(localized_strings);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
bluetooth_pairing_ui.h 8 #include "chrome/browser/ui/webui/options/options_ui.h"
18 // A WebUI to host bluetooth device pairing web ui.
22 explicit BluetoothPairingUI(content::WebUI* web_ui);
certificate_manager_dialog_ui.h 8 #include "chrome/browser/ui/webui/options/options_ui.h"
21 // A WebUI to host certificate manager split from the main settings page.
25 explicit CertificateManagerDialogUI(content::WebUI* web_ui);
proxy_settings_ui.h 8 #include "chrome/browser/ui/webui/options/options_ui.h"
18 // A WebUI to host proxy settings splitted from settings page for better
23 explicit ProxySettingsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/predictors/
predictors_ui.cc 5 #include "chrome/browser/ui/webui/predictors/predictors_ui.h"
8 #include "chrome/browser/ui/webui/predictors/predictors_handler.h"
27 PredictorsUI::PredictorsUI(content::WebUI* web_ui) : WebUIController(web_ui) {
  /external/chromium_org/components/resources/
dom_distiller_resources.grdp 3 <include name="IDR_ABOUT_DOM_DISTILLER_HTML" file="../dom_distiller/webui/resources/about_dom_distiller.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
4 <include name="IDR_ABOUT_DOM_DISTILLER_CSS" file="../dom_distiller/webui/resources/about_dom_distiller.css" type="BINDATA" />
5 <include name="IDR_ABOUT_DOM_DISTILLER_JS" file="../dom_distiller/webui/resources/about_dom_distiller.js" type="BINDATA" />
  /external/chromium_org/third_party/closure_compiler/
compiled_resources.gyp 13 '../../ui/webui/resources/js/chromeos/compiled_resources.gyp:*',
14 '../../ui/webui/resources/js/compiled_resources.gyp:*',
15 '../../ui/webui/resources/js/cr/ui/compiled_resources.gyp:*',
  /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.cc 5 #include "chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.h"
8 #include "chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.h"
9 #include "chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.h"
10 #include "chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.h"
11 #include "chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h"
48 SyncFileSystemInternalsUI::SyncFileSystemInternalsUI(content::WebUI* web_ui)
  /external/chromium_org/chrome/test/base/
test_chrome_web_ui_controller_factory.h 12 #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h"
20 // Interface to create a new WebUI object.
23 // Create and return a new WebUI object for the |web_contents| based on the
25 virtual content::WebUIController* NewWebUI(content::WebUI* web_ui,
44 virtual content::WebUI::TypeID GetWebUIType(
48 content::WebUI* web_ui, const GURL& url) const OVERRIDE;
  /external/chromium_org/ui/keyboard/
BUILD.gn 26 "webui/vk_mojo_handler.cc",
27 "webui/vk_mojo_handler.h",
28 "webui/vk_webui_controller.cc",
29 "webui/vk_webui_controller.h",
59 "webui/keyboard.mojom",
72 keyboard_mojom_gen_js = "$root_gen_dir/ui/keyboard/webui/keyboard.mojom.js"
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_ui.h 16 explicit StartPageUI(content::WebUI* web_ui);
20 // Initializes the data source used for this webui.

Completed in 461 milliseconds

12 3 4 5 6 7 8 91011>>