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

<<1112131415

  /external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js 6 * Test fixture for sync internals WebUI testing.
sync_setup_browsertest.js 8 * Test fixture for sync setup WebUI testing.
flags_ui.cc 5 #include "chrome/browser/ui/webui/flags_ui.h"
284 FlagsUI::FlagsUI(content::WebUI* web_ui)
identity_internals_ui.cc 5 #include "chrome/browser/ui/webui/identity_internals_ui.h"
44 // Class acting as a controller of the chrome://identity-internals WebUI.
272 IdentityInternalsUI::IdentityInternalsUI(content::WebUI* web_ui)
identity_internals_ui_browsertest.js 5 GEN('#include "chrome/browser/ui/webui/identity_internals_ui_browsertest.h"');
8 * Test C++ fixture for downloads WebUI testing.
15 * Base fixture for Downloads WebUI testing.
net_export_ui.cc 5 #include "chrome/browser/ui/webui/net_export_ui.h"
48 // Note that the WebUI infrastructure runs on the UI thread, therefore all of
237 NetExportUI::NetExportUI(content::WebUI* web_ui) : WebUIController(web_ui) {
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 468 """Grep a WebUI source file for elements with associated metrics.
522 """Add user actions defined in WebUI files.
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 10 * TestFixture for certificate manager WebUI testing.
27 // This is copied from ui/webui/resources/js/cr.js, maybe
47 * TestFixture for certificate manager WebUI testing.
99 * TestFixture for certificate manager WebUI testing.
language_options_dictionary_download_browsertest.js 7 * options WebUI.
startup_page_list_browsertest.js 6 * Fixture for startup pages WebUI tests.
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 5 #include "chrome/browser/ui/webui/net_internals_ui.h"
34 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
141 // Note that the WebUI infrastructure runs on the UI thread, therefore all of
159 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
213 scoped_ptr<WebUI::MessageCallback> renderer_ready_io_callback_;
251 // This can be used with WebUI::RegisterMessageCallback() to bind to a method
253 WebUI::MessageCallback* CreateCallback(MessageHandler method);
255 // Called once the WebUI has been deleted (i.e. renderer went away), on the
263 // Called when the WebUI is deleted. Prevents calling Javascript functions
369 // Helper class for a WebUI::MessageCallback which when executed call
    [all...]
gpu_internals_ui.cc 5 #include "chrome/browser/ui/webui/gpu_internals_ui.h"
32 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
69 // Note that the WebUI infrastructure runs on the UI thread, therefore all of
81 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
215 WebUIMessageHandler* GpuMessageHandler::Attach(WebUI* web_ui) {
643 GpuInternalsUI::GpuInternalsUI(TabContents* contents) : WebUI(contents) {
mediaplayer_ui.cc 5 #include "chrome/browser/ui/webui/mediaplayer_ui.h"
29 #include "chrome/browser/ui/webui/favicon_source.h"
106 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
211 WebUIMessageHandler* MediaplayerHandler::Attach(WebUI* web_ui) {
603 MediaplayerUI::MediaplayerUI(TabContents* contents) : WebUI(contents) {
active_downloads_ui.cc 5 #include "chrome/browser/ui/webui/active_downloads_ui.h"
34 #include "chrome/browser/ui/webui/favicon_source.h"
35 #include "chrome/browser/ui/webui/mediaplayer_ui.h"
97 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
107 // WebUI Callbacks.
209 WebUIMessageHandler* ActiveDownloadsHandler::Attach(WebUI* web_ui) {
  /external/chromium_org/chrome/test/base/
web_ui_browsertest.cc 24 #include "chrome/browser/ui/webui/web_ui_test_handler.h"
65 const base::FilePath::CharType kWebUITestFolder[] = FILE_PATH_LITERAL("webui");
385 // Returns a new WebUI
386 virtual WebUIController* NewWebUI(content::WebUI* web_ui,
421 // TODO(dtseng): should this be part of every BrowserTest or just WebUI test.
447 void WebUIBrowserTest::SetWebUIInstance(content::WebUI* web_ui) {
510 return content::WebUI::GetJavascriptCall(std::string("runTest"),
532 content::WebUI::GetJavascriptCall(function_name,
559 content::WebUI* web_ui_instance = override_selected_web_ui_ ?
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/sim_unlock_ui.h"
17 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
96 virtual WebUIMessageHandler* Attach(WebUI* web_ui);
186 // Handlers for JS WebUI messages.
332 WebUIMessageHandler* SimUnlockHandler::Attach(WebUI* web_ui) {
656 SimUnlockUI::SimUnlockUI(TabContents* contents) : WebUI(contents) {
choose_mobile_network_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.h"
17 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
80 // Handlers for JS WebUI messages.
225 : WebUI(contents) {
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 152 void LoadChromeVoxExtension(Profile* profile, content::WebUI* login_web_ui) {
498 content::WebUI* login_web_ui = NULL;
520 content::WebUI* lock_web_ui = screen_locker->GetAssociatedWebUI();
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 17 #include "content/browser/webui/web_ui_controller_factory_registry.h"
40 WebUI* web_ui, const GURL& url) const OVERRIDE {
43 virtual WebUI::TypeID GetWebUIType(BrowserContext* browser_context,
45 return WebUI::kNoWebUI;
584 // Create some WebUI instances and make sure they share a process.
638 // Test that WebUI SiteInstances reject normal web URLs.
645 // Simulate granting WebUI bindings for the process.
653 // WebUI uses process-per-site, so another instance will use the same process
712 // Simulate navigating to a WebUI URL in a process that does not have WebUI
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 25 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
229 void CloudPrintSetupFlow::Attach(WebUI* web_ui) {
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_handler.cc 5 #include "chrome/browser/ui/webui/options/font_settings_handler.h"
18 #include "chrome/browser/ui/webui/options/font_settings_utils.h"
77 WebUIMessageHandler* FontSettingsHandler::Attach(WebUI* web_ui) {
  /external/chromium_org/chrome/browser/chromeos/login/
webui_screen_locker.cc 21 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
22 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
39 // URL which corresponds to the login WebUI.
136 content::WebUI* WebUIScreenLocker::GetAssociatedWebUI() {
165 VLOG(1) << "WebUI ready; lock window is "
289 VLOG(1) << "Lock window ready; WebUI is " << (webui_ready_ ? "too" : "not");
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.h"
108 // Handlers for JS WebUI messages.
258 ChooseMobileNetworkUI::ChooseMobileNetworkUI(content::WebUI* web_ui)
keyboard_overlay_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.h"
375 KeyboardOverlayUI::KeyboardOverlayUI(content::WebUI* web_ui)
salsa_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/salsa_ui.h"
87 SalsaUI::SalsaUI(content::WebUI* web_ui)

Completed in 528 milliseconds

<<1112131415