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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/
crashes_ui.h 9 #include "content/browser/webui/web_ui.h"
13 class CrashesUI : public WebUI {
downloads_ui.h 9 #include "content/browser/webui/web_ui.h"
13 class DownloadsUI : public WebUI {
flags_ui.h 9 #include "content/browser/webui/web_ui.h"
14 class FlagsUI : public WebUI {
plugins_ui.h 9 #include "content/browser/webui/web_ui.h"
14 class PluginsUI : public WebUI {
remoting_ui.h 9 #include "content/browser/webui/web_ui.h"
14 class RemotingUI : public WebUI {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h 12 // A custom WebUI that defines datasource for choosing cellular network dialog.
15 explicit ChooseMobileNetworkUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/
identity_internals_ui.h 12 // The WebUI for chrome://identity-internals
16 explicit IdentityInternalsUI(content::WebUI* web_ui);
version_ui.h 10 // The WebUI handler for chrome://version.
13 explicit VersionUI(content::WebUI* web_ui);
welcome_ui_android.h 10 // The WebUI for chrome://welcome
13 explicit WelcomeUI(content::WebUI* web_ui);
chrome_web_ui_controller_factory.cc 5 #include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h"
18 #include "chrome/browser/ui/webui/about_ui.h"
19 #include "chrome/browser/ui/webui/app_launcher_page_ui.h"
20 #include "chrome/browser/ui/webui/bookmarks_ui.h"
21 #include "chrome/browser/ui/webui/constrained_web_dialog_ui.h"
22 #include "chrome/browser/ui/webui/crashes_ui.h"
23 #include "chrome/browser/ui/webui/devtools_ui.h"
24 #include "chrome/browser/ui/webui/downloads_ui.h"
25 #include "chrome/browser/ui/webui/extensions/extension_info_ui.h"
26 #include "chrome/browser/ui/webui/extensions/extensions_ui.h
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/uber/
uber_ui.h 17 // The WebUI class for the uber page (chrome://chrome). It manages the UI for
18 // the uber page (navigation bar and so forth) as well as WebUI objects for
22 explicit UberUI(content::WebUI* web_ui);
37 // A map from URL origin to WebUI instance.
38 typedef std::map<std::string, content::WebUI*> SubpageMap;
40 // Creates and stores a WebUI for the given URL.
43 // The WebUI*s in this map are owned.
52 explicit UberFrameUI(content::WebUI* web_ui);
  /external/chromium_org/content/browser/tracing/
tracing_ui.h 12 // The C++ back-end for the chrome://tracing webui page.
15 explicit TracingUI(WebUI* web_ui);
  /external/chromium_org/ui/keyboard/
keyboard_constants.h 12 // The URL of the keyboard WebUI.
15 // The host of the keyboard WebUI URL.
  /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/chrome/browser/resources/file_manager/js/
main_scripts.js 29 //<include src="../../../../../ui/webui/resources/js/load_time_data.js"/>
30 //<include src="../../../../../ui/webui/resources/js/cr.js"/>
31 //<include src="../../../../../ui/webui/resources/js/util.js"/>
32 //<include src="../../../../../ui/webui/resources/js/i18n_template_no_process.js"/>
34 //<include src="../../../../../ui/webui/resources/js/event_tracker.js"/>
35 //<include src="../../../../../ui/webui/resources/js/cr/ui.js"/>
36 //<include src="../../../../../ui/webui/resources/js/cr/event_target.js"/>
37 //<include src="../../../../../ui/webui/resources/js/cr/ui/touch_handler.js"/>
38 //<include src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"/>
39 //<include src="../../../../../ui/webui/resources/js/cr/ui/dialogs.js"/
    [all...]
action_choice_scripts.js 13 //<include src="../../../../../ui/webui/resources/js/load_time_data.js"/>
14 //<include src="../../../../../ui/webui/resources/js/util.js"/>
15 //<include src="../../../../../ui/webui/resources/js/i18n_template_no_process.js"/>
17 //<include src="../../../../../ui/webui/resources/js/cr.js"/>
18 //<include src="../../../../../ui/webui/resources/js/event_tracker.js"/>
19 //<include src="../../../../../ui/webui/resources/js/cr/ui.js"/>
20 //<include src="../../../../../ui/webui/resources/js/cr/event_target.js"/>
21 //<include src="../../../../../ui/webui/resources/js/cr/ui/array_data_model.js"/>
22 //<include src="../../../../../ui/webui/resources/js/cr/ui/touch_handler.js"/>
23 //<include src="../../../../../ui/webui/resources/js/cr/ui/list_item.js"/
    [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"
47 // Saves the changes that have been made. Called from WebUI.
50 // Cancels the changes that have been made. Called from WebUI.
53 // Removes the startup page at the given indexes. Called from WebUI.
57 // Called from WebUI.
61 // Called from WebUI.
64 // Sets the startup page set to the current pages. Called from WebUI.
67 // Writes the current set of startup pages to prefs. Called from WebUI.
71 // Called from WebUI.
74 // Loads the current set of custom startup pages and reports it to the WebUI
    [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.
  /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/webui/web_ui_util.h"
26 UserManagerUI::UserManagerUI(content::WebUI* web_ui)
29 // destroy it when it (the WebUI) is destroyed.
67 webui::SetFontAndTextDirection(localized_strings);
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_observer.h 20 class WebUI;
28 // WebUI instance is captured and ready.
41 content::WebUI* webui,
44 // Waits for an WebDialog to be created. The WebUI instance is captured
46 content::WebUI* GetWebUI();
59 content::WebUI* web_ui_;
  /external/chromium/chrome/browser/ui/webui/options/
options_ui.cc 5 #include "chrome/browser/ui/webui/options/options_ui.h"
22 #include "chrome/browser/ui/webui/options/about_page_handler.h"
23 #include "chrome/browser/ui/webui/options/advanced_options_handler.h"
24 #include "chrome/browser/ui/webui/options/autofill_options_handler.h"
25 #include "chrome/browser/ui/webui/options/browser_options_handler.h"
26 #include "chrome/browser/ui/webui/options/clear_browser_data_handler.h"
27 #include "chrome/browser/ui/webui/options/content_settings_handler.h"
28 #include "chrome/browser/ui/webui/options/cookies_view_handler.h"
29 #include "chrome/browser/ui/webui/options/core_options_handler.h"
30 #include "chrome/browser/ui/webui/options/font_settings_handler.h
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui.h 10 #include "content/browser/webui/web_ui.h"
14 // WebUI implementation that handles the enterprise enrollment dialog in the
16 class EnterpriseEnrollmentUI : public WebUI {
36 // Overriden from WebUI.
44 static Controller* GetController(WebUI* web_ui);
  /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/extension_statuses_handler.h"
9 #include "chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.h"
10 #include "chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h"
39 SyncFileSystemInternalsUI::SyncFileSystemInternalsUI(content::WebUI* web_ui)

Completed in 447 milliseconds

12 3 4 5 6 7 8 91011>>