/external/chromium/chrome/browser/extensions/ |
extension_web_ui.h | 16 #include "content/browser/webui/web_ui.h" 26 // This class implements WebUI for extensions and allows extensions to put UI in 31 : public WebUI, 44 // WebUI 103 // The URL this WebUI was created for.
|
/external/chromium/chrome/browser/ui/webui/options/ |
autofill_options_handler.h | 11 #include "chrome/browser/ui/webui/options/options_ui.h" 47 // Requests profile data for a specific address. Calls into WebUI with the 52 // Requests profile data for a specific credit card. Calls into WebUI with the 59 // address with the matching GUID is updated. Called from WebUI. 66 // the credit card with the matching GUID is updated. Called from WebUI.
|
cookies_view_handler.h | 11 #include "chrome/browser/ui/webui/options/options_ui.h" 50 // SendChildren to pass back children nodes data to WebUI. 54 // update the WebUI.
|
/external/chromium_org/ui/web_dialogs/test/ |
test_web_dialog_observer.cc | 58 content::WebUI* webui, 63 web_ui_ = webui; 64 // Wait for navigation on the new WebUI instance to complete. This depends 76 content::WebUI* TestWebDialogObserver::GetWebUI() {
|
/external/chromium_org/ui/web_dialogs/ |
web_dialog_ui.h | 35 // This application really should not use WebContents + WebUI. It should instead 38 // Before loading a URL corresponding to this WebUI, the caller should set its 39 // delegate as user data on the WebContents by calling SetDelegate(). This WebUI 59 explicit WebDialogUI(content::WebUI* web_ui); 90 explicit ExternalWebDialogUI(content::WebUI* web_ui);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
webui_login_view.h | 26 class WebUI; 37 // View used to render a WebUI supporting Widget. This widget is used for the 38 // WebUI based start up and lock screens. It contains a WebView. 51 // Initializes the webui login view. 71 // Called when WebUI window is created. 84 // Returns current WebUI. 85 content::WebUI* GetWebUI(); 93 // Called when WebUI is being shown after being initilized hidden. 121 // WebView for rendering a webpage as a webui login. 160 // Maps installed accelerators to OOBE webui accelerator identifiers [all...] |
screen_locker_tester.cc | 113 // Returns the WebUI object from the screen locker. 114 content::WebUI* webui() const; 174 return webui()->GetWebContents()->GetRenderViewHost(); 183 content::WebUI* WebUIScreenLockerTester::webui() const { function in class:chromeos::test::WebUIScreenLockerTester 185 content::WebUI* webui = webui_screen_locker()->GetWebUI(); local 186 DCHECK(webui); 187 return webui; [all...] |
screen_locker_delegate.h | 15 class WebUI; 59 // Returns WebUI associated with screen locker implementation or NULL if 61 virtual content::WebUI* GetAssociatedWebUI();
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
network_dropdown.cc | 5 #include "chrome/browser/ui/webui/chromeos/login/network_dropdown.h" 21 #include "ui/webui/web_ui_util.h" 33 // WebUI specific implementation of the NetworkMenu class. 36 NetworkMenuWebUI(NetworkMenu::Delegate* delegate, content::WebUI* web_ui); 45 // Converts menu model into the ListValue, ready for passing to WebUI. 48 // WebUI where network menu is located. 49 content::WebUI* web_ui_; 57 content::WebUI* web_ui) 94 item->SetString("icon", webui::GetBitmapDataUrl(icon_bitmap)); 113 content::WebUI* web_ui [all...] |
user_image_screen_handler.h | 13 #include "chrome/browser/ui/webui/chromeos/login/base_screen_handler.h" 14 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h" 20 // WebUI implementation of UserImageScreenActor. It is used to interact
|
/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...] |
/external/chromium_org/content/browser/webui/ |
web_ui_controller_factory_registry.cc | 5 #include "content/browser/webui/web_ui_controller_factory_registry.h" 37 WebUI* web_ui, const GURL& url) const { 48 WebUI::TypeID WebUIControllerFactoryRegistry::GetWebUIType( 52 WebUI::TypeID type = (*factories)[i]->GetWebUIType(browser_context, url); 53 if (type != WebUI::kNoWebUI) 56 return WebUI::kNoWebUI; 94 // Data URLs are usually not allowed in WebUI for security reasons.
|
/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_org/chrome/browser/ui/webui/options/ |
autofill_options_handler.h | 11 #include "chrome/browser/ui/webui/options/options_ui.h" 53 // Requests profile data for a specific address. Calls into WebUI with the 58 // Requests profile data for a specific credit card. Calls into WebUI with the 65 // address with the matching GUID is updated. Called from WebUI. 72 // the credit card with the matching GUID is updated. Called from WebUI. 78 // numbers is then sent back to the WebUI.
|
/external/chromium/chrome/browser/chromeos/login/ |
login_display_host.h | 20 // Host encapsulates implementation specific background window (views/WebUI), 21 // OOBE/login controllers, views/WebUI UI implementation (such as LoginDisplay). 26 // Creates UI implementation specific login display instance (views/WebUI).
|
/external/chromium/chrome/browser/ui/webui/ |
constrained_html_ui.cc | 5 #include "chrome/browser/ui/webui/constrained_html_ui.h" 9 #include "chrome/browser/ui/webui/html_dialog_ui.h" 18 : WebUI(contents) {
|
remoting_ui.cc | 5 #include "chrome/browser/ui/webui/remoting_ui.h" 9 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 65 RemotingUI::RemotingUI(TabContents* contents) : WebUI(contents) {
|
bug_report_ui.h | 9 #include "chrome/browser/ui/webui/html_dialog_ui.h"
|
history2_ui.h | 13 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 15 #include "content/browser/webui/web_ui.h" 47 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 90 class HistoryUI2 : public WebUI {
|
history_ui.h | 13 #include "chrome/browser/ui/webui/chrome_url_data_manager.h" 15 #include "content/browser/webui/web_ui.h" 43 virtual WebUIMessageHandler* Attach(WebUI* web_ui); 86 class HistoryUI : public WebUI {
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui.cc | 5 #include "chrome/browser/ui/webui/performance_monitor/performance_monitor_ui.h" 11 #include "chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.h" 73 PerformanceMonitorUI::PerformanceMonitorUI(content::WebUI* web_ui)
|
/external/chromium_org/chrome/test/base/ |
web_ui_browsertest.h | 23 class WebUI; 38 // The runner of WebUI javascript based tests. 39 // See chrome/test/data/webui/test_api.js for the javascript side test API's. 42 // chrome/test/data/webui/sample_downloads.js. 119 // URL to dummy WebUI page for testing framework. 132 // Set a WebUI instance to run tests on. 133 void SetWebUIInstance(content::WebUI* web_ui); 135 // Returns a mock WebUI object under test (if any). 139 // webui tests. 175 // Location of test data (currently test/data/webui) [all...] |
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
cros_options_page_ui_handler.cc | 5 #include "chrome/browser/ui/webui/options/chromeos/cros_options_page_ui_handler.h"
|
cros_options_page_ui_handler.h | 10 #include "chrome/browser/ui/webui/options/options_ui.h"
|
language_chewing_handler.h | 11 #include "chrome/browser/ui/webui/options/options_ui.h"
|