/external/chromium_org/components/dom_distiller/webui/ |
dom_distiller_ui.cc | 5 #include "components/dom_distiller/webui/dom_distiller_ui.h" 9 #include "components/dom_distiller/webui/dom_distiller_handler.h" 19 DomDistillerUi::DomDistillerUi(content::WebUI* web_ui,
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_flow.h | 13 #include "chrome/browser/ui/webui/html_dialog_ui.h" 39 // The architecture for WebUI is designed such that only the message handler 40 // can access the WebUI. This splits the flow control across the message 42 // content in the WebUI, the WebUI object is given to this object by the 43 // message handler through the Attach(WebUI*) method. 95 // WebUI object directly. 96 void Attach(WebUI* web_ui); 119 // when attached. We do not own the pointer, instead WebUI owns it's delegate 121 WebUI* web_ui_ [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.cc | 5 #include "chrome/browser/ui/webui/chromeos/login/login_ui.h" 17 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 18 #include "chrome/browser/ui/webui/chromeos/login/login_ui_helpers.h" 66 WebUIMessageHandler* LoginUIHandler::Attach(WebUI* web_ui) { 112 : WebUI(contents) {
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screen_locker.h | 23 class WebUI; 109 // Returns WebUI associated with screen locker implementation or NULL if 111 content::WebUI* GetAssociatedWebUI();
|
screen_locker_tester.cc | 115 // Returns the WebUI object from the screen locker. 116 content::WebUI* webui() const; 176 return webui()->GetWebContents()->GetRenderViewHost(); 185 content::WebUI* WebUIScreenLockerTester::webui() const { function in class:chromeos::test::WebUIScreenLockerTester 187 content::WebUI* webui = webui_screen_locker()->GetWebUI(); local 188 DCHECK(webui); 189 return webui; [all...] |
webui_login_view.h | 27 class WebUI; 38 // View used to render a WebUI supporting Widget. This widget is used for the 39 // WebUI based start up and lock screens. It contains a WebView. 53 // Initializes the webui login view. 80 // Returns current WebUI. 81 content::WebUI* GetWebUI(); 89 // Called when WebUI is being shown after being initilized hidden. 119 // WebView for rendering a webpage as a webui login. 165 // Maps installed accelerators to OOBE webui accelerator identifiers. 168 // True when WebUI is being initialized hidden [all...] |
webui_screen_locker.h | 26 class WebUI; 43 // This version of ScreenLockerDelegate displays a WebUI lock screen based on 70 virtual content::WebUI* GetAssociatedWebUI() OVERRIDE; 141 // Tracks when the WebUI finishes loading.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
autofill_options_browsertest.js | 6 * TestFixture for autofill options WebUI testing.
|
content_options_browsertest.js | 6 * TestFixture for content options WebUI testing.
|
language_options_browsertest.js | 6 * TestFixture for languages options WebUI testing.
|
password_manager_browsertest.js | 6 * TestFixture for password manager WebUI testing.
|
profile_settings_reset_browsertest.js | 6 * TestFixture for profile settings reset WebUI testing.
|
browser_options_browsertest.js | 6 * TestFixture for browser options WebUI testing.
|
content_settings_exception_area_browsertest.js | 6 * TestFixture for content settings exception area WebUI testing.
|
cookies_view_browsertest.js | 6 * TestFixture for cookies view WebUI testing.
|
search_engine_manager_browsertest.js | 6 * TestFixture for search engine manager WebUI testing.
|
/external/chromium_org/content/public/browser/ |
web_ui.h | 30 // A WebUI sets up the datasources and message handlers for a given HTML-based 32 class CONTENT_EXPORT WebUI { 34 // An opaque identifier used to identify a WebUI. This can only be compared to 35 // kNoWebUI or other WebUI types. See GetWebUIType. 38 // A special WebUI type that signifies that a given page would not use the 48 virtual ~WebUI() {} 56 // Whenever possible, WebUI should push resources with this scale factor to 76 // Sets the path for the iframe if this WebUI is embedded in a page. 79 // Takes ownership of |handler|, which will be destroyed when the WebUI is. 90 // then later wants to undo that, or to route it to a different WebUI object [all...] |
web_contents.h | 209 // Create a WebUI page for the given url. In most cases, this doesn't need to 210 // be called by embedders since content will create its own WebUI objects as 211 // necessary. However if the embedder wants to create its own WebUI object and 213 virtual WebUI* CreateWebUI(const GURL& url) = 0; 215 // Returns the committed WebUI if one exists, otherwise the pending one. 216 virtual WebUI* GetWebUI() const = 0; 217 virtual WebUI* GetCommittedWebUI() const = 0;
|
/external/chromium_org/ui/web_dialogs/ |
web_dialog_ui.cc | 40 WebDialogUI::WebDialogUI(content::WebUI* web_ui) 49 // it's scary if this WebUI is changed out and replaced with something else, 116 ExternalWebDialogUI::ExternalWebDialogUI(content::WebUI* web_ui)
|
/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/downloads_ui.h" 28 #include "chrome/browser/ui/webui/extensions/extension_info_ui.h [all...] |
/external/chromium/chrome/browser/ui/webui/chromeos/ |
system_info_ui.cc | 5 #include "chrome/browser/ui/webui/chromeos/system_info_ui.h" 20 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 71 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 163 WebUIMessageHandler* SystemInfoHandler::Attach(WebUI* web_ui) { 178 SystemInfoUI::SystemInfoUI(TabContents* contents) : WebUI(contents) {
|
/external/chromium/chrome/browser/ui/webui/ |
crashes_ui.cc | 5 #include "chrome/browser/ui/webui/crashes_ui.h" 15 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 110 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 142 WebUIMessageHandler* CrashesDOMHandler::Attach(WebUI* web_ui) { 211 CrashesUI::CrashesUI(TabContents* contents) : WebUI(contents) {
|
/external/chromium_org/chrome/test/base/ |
web_ui_browsertest.h | 22 class WebUI; 37 // The runner of WebUI javascript based tests. 38 // See chrome/test/data/webui/test_api.js for the javascript side test API's. 41 // chrome/test/data/webui/sample_downloads.js. 116 // URL to dummy WebUI page for testing framework. 129 // Set a WebUI instance to run tests on. 130 void SetWebUIInstance(content::WebUI* web_ui); 132 // Returns a mock WebUI object under test (if any). 136 // webui tests. 168 // Location of test data (currently test/data/webui) [all...] |
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_browsertest.js | 7 GEN('#include "chrome/browser/ui/webui/extensions/' + 11 * Test C++ fixture for settings WebUI testing. 18 * TestFixture for extension settings WebUI testing. 64 * TestFixture for extension settings WebUI testing (commands config edition).
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_internal.h | 15 #include "chrome/browser/ui/webui/html_dialog_ui.h" 16 #include "content/browser/webui/web_ui.h" 29 explicit CloudPrintDataSenderHelper(WebUI* web_ui) : web_ui_(web_ui) {} 32 // Virtualize the overrides of these three functions from WebUI to 42 WebUI* web_ui_; 61 // that the WebUI pointer lifetime will outlast us, so we should be 66 // Cancels any ramining part of the task by clearing out the WebUI
|