HomeSort by relevance Sort by last modified time
    Searched refs:WebUI (Results 51 - 75 of 367) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.h 11 #include "content/browser/webui/web_ui.h"
12 #include "content/browser/webui/web_ui_factory.h"
15 class WebUI;
23 virtual WebUI::TypeID GetWebUIType(Profile* profile, const GURL& url) const;
27 virtual WebUI* CreateWebUIForURL(TabContents* tab_contents,
43 // Gets the data for the favicon for a WebUI page. Returns NULL if the WebUI
conflicts_ui.h 9 #include "content/browser/webui/web_ui.h"
16 class ConflictsUI : public WebUI {
devtools_ui.h 9 #include "content/browser/webui/web_ui.h"
11 class DevToolsUI : public WebUI {
17 // 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 {
cookies_tree_model_adapter.h 13 class WebUI;
23 // Initializes with given WebUI.
24 void Init(WebUI* web_ui);
45 // call SendChildren to pass back children nodes data to WebUI.
49 // update the WebUI.
56 // Hosting WebUI of the js tree.
57 WebUI* web_ui_;
  /external/chromium/chrome/browser/ui/webui/chromeos/login/
mock_login_ui_handler.h 11 #include "chrome/browser/ui/webui/chromeos/login/login_ui.h"
12 #include "chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h"
20 WebUIMessageHandler*(WebUI* web_ui));
  /external/chromium/chrome/browser/ui/webui/chromeos/
proxy_settings_ui.h 9 #include "chrome/browser/ui/webui/options/options_ui.h"
10 #include "content/browser/webui/web_ui.h"
14 // A WebUI to host proxy settings splitted from settings page for better
16 class ProxySettingsUI : public WebUI,
  /external/chromium_org/chrome/browser/chromeos/login/
screen_locker_delegate.cc 21 content::WebUI* ScreenLockerDelegate::GetAssociatedWebUI() {
  /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.
  /external/chromium_org/chrome/browser/ui/webui/
devtools_ui.h 17 explicit DevToolsUI(content::WebUI* web_ui);
downloads_ui.h 17 explicit DownloadsUI(content::WebUI* web_ui);
flash_ui.h 18 explicit FlashUI(content::WebUI* web_ui);
inline_login_ui.h 11 // Inline login WebUI in various signin flows for ChromeOS and Chrome desktop.
13 // success, the profile of the webui should be populated with proper cookies.
17 explicit InlineLoginUI(content::WebUI* web_ui);
instant_ui.h 24 explicit InstantUI(content::WebUI* web_ui);
set_as_default_browser_ui.h 18 explicit SetAsDefaultBrowserUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui.h 13 explicit LocalDiscoveryUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.h 15 explicit NetInternalsUI(content::WebUI* web_ui);
  /external/chromium_org/components/dom_distiller/webui/
dom_distiller_ui.h 16 // The WebUI controller for chrome://dom-distiller.
19 DomDistillerUi(content::WebUI* web_ui,
  /external/chromium_org/content/browser/webui/
content_web_ui_controller_factory.h 17 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
24 WebUI* web_ui,
  /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.
  /external/chromium_org/ui/keyboard/
keyboard.cc 20 using content::WebUI;
26 virtual content::WebUI::TypeID GetWebUIType(
32 return WebUI::kNoWebUI;
36 return GetWebUIType(browser_context, url) != WebUI::kNoWebUI;
43 content::WebUI* web_ui,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.h 16 class WebUI;
24 // Class which implements network dropdown menu using WebUI.
36 NetworkDropdown(Actor* actor, content::WebUI* web_ui, bool oobe);
75 content::WebUI* web_ui_;
  /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);

Completed in 82 milliseconds

1 23 4 5 6 7 8 91011>>