HomeSort by relevance Sort by last modified time
    Searched refs:WebUI (Results 201 - 225 of 281) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/ui/webui/
version_ui.cc 5 #include "chrome/browser/ui/webui/version_ui.h"
11 #include "chrome/browser/ui/webui/version_handler.h"
27 #include "chrome/browser/ui/webui/theme_source.h"
36 #include "chrome/browser/ui/webui/version_handler_chromeos.h"
137 VersionUI::VersionUI(content::WebUI* web_ui)
sync_setup_browsertest.js 8 * Test fixture for sync setup WebUI testing.
components_ui.cc 5 #include "chrome/browser/ui/webui/components_ui.h"
29 #include "chrome/browser/ui/webui/chromeos/ui_account_tweaks.h"
136 ComponentsUI::ComponentsUI(content::WebUI* web_ui) : WebUIController(web_ui) {
devtools_ui.cc 5 #include "chrome/browser/ui/webui/devtools_ui.h"
248 DevToolsUI::DevToolsUI(content::WebUI* web_ui)
flags_ui.cc 5 #include "chrome/browser/ui/webui/flags_ui.h"
285 FlagsUI::FlagsUI(content::WebUI* web_ui)
identity_internals_ui.cc 5 #include "chrome/browser/ui/webui/identity_internals_ui.h"
45 // Class acting as a controller of the chrome://identity-internals WebUI.
276 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
246 NetExportUI::NetExportUI(content::WebUI* web_ui) : WebUIController(web_ui) {
set_as_default_browser_ui.cc 5 #include "chrome/browser/ui/webui/set_as_default_browser_ui.h"
361 SetAsDefaultBrowserUI::SetAsDefaultBrowserUI(content::WebUI* web_ui)
  /external/chromium_org/chrome/test/base/
javascript_browser_test.cc 28 FILE_PATH_LITERAL("webui");
121 return content::WebUI::GetJavascriptCall(std::string("runTest"),
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 86 content::WebUI* webui,
141 // Whether the dialog is closed from WebUI in response to a "dialogClose"
145 // A json string returned to WebUI from a "dialogClose" message.
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 52 * Called by the WebUI to re-populate the page with data representing the
components.js 34 * Called by the WebUI to re-populate the page with data representing the
  /external/chromium_org/chrome/browser/ui/webui/options/
content_settings_exception_area_browsertest.js 6 * TestFixture for content settings exception area WebUI testing.
certificate_manager_browsertest.js 10 * TestFixture for certificate manager WebUI testing.
27 // This is copied from ui/webui/resources/js/cr.js, maybe
46 * TestFixture for certificate manager WebUI testing.
141 * 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_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;
589 // Create some WebUI instances and make sure they share a process.
642 // Test that WebUI SiteInstances reject normal web URLs.
649 // Simulate granting WebUI bindings for the process.
657 // WebUI uses process-per-site, so another instance will use the same process
716 // Simulate navigating to a WebUI URL in a process that does not have WebUI
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_unittest_base.js 86 * to run in a full web page, so they're actually run as WebUI browser
  /external/chromium_org/chrome/browser/chromeos/login/lock/
webui_screen_locker.cc 22 #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
23 #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
42 // URL which corresponds to the login WebUI.
147 content::WebUI* WebUIScreenLocker::GetAssociatedWebUI() {
187 VLOG(1) << "WebUI ready; lock window is "
312 VLOG(1) << "Lock window ready; WebUI is " << (webui_ready_ ? "too" : "not");
  /external/chromium_org/chrome/browser/profiles/
profile.cc 52 Profile* Profile::FromWebUI(content::WebUI* web_ui) {
  /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"
378 KeyboardOverlayUI::KeyboardOverlayUI(content::WebUI* web_ui)
power_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/power_ui.h"
185 PowerUI::PowerUI(content::WebUI* web_ui) : content::WebUIController(web_ui) {
provided_file_systems_ui.cc 5 #include "chrome/browser/ui/webui/chromeos/provided_file_systems_ui.h"
276 ProvidedFileSystemsUI::ProvidedFileSystemsUI(content::WebUI* web_ui)

Completed in 1377 milliseconds

1 2 3 4 5 6 7 891011>>