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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.h 14 class WebUI;
20 explicit PolicyUI(content::WebUI* web_ui);
gcm_internals_ui.h 10 // The WebUI for chrome://gcm-internals.
13 explicit GCMInternalsUI(content::WebUI* web_ui);
identity_internals_ui.h 12 // The WebUI for chrome://identity-internals
16 explicit IdentityInternalsUI(content::WebUI* web_ui);
invalidations_ui.h 14 explicit InvalidationsUI(content::WebUI* web_ui);
nacl_ui.h 13 explicit NaClUI(content::WebUI* web_ui);
net_export_ui.h 11 // The C++ back-end for the chrome://net-export webui page.
14 explicit NetExportUI(content::WebUI* web_ui);
  /external/chromium_org/content/public/browser/
web_ui_controller.h 21 class WebUI;
23 // A WebUI page is controller by the embedder's WebUIController object. It
27 explicit WebUIController(WebUI* web_ui) : web_ui_(web_ui) {}
44 WebUI* web_ui() const { return web_ui_; }
47 WebUI* web_ui_;
  /external/chromium_org/chrome/browser/ui/webui/options/
options_handlers_helper.h 13 class WebUI;
20 chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui);
27 void DeleteProfileAtPath(base::FilePath file_path, content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
charger_replacement_ui.h 12 // A WebUI to host the spring charger replacement web ui.
15 explicit ChargerReplacementUI(content::WebUI* web_ui);
choose_mobile_network_ui.h 12 // A custom WebUI that defines datasource for choosing cellular network dialog.
15 explicit ChooseMobileNetworkUI(content::WebUI* web_ui);
cryptohome_ui.h 16 explicit CryptohomeUI(content::WebUI* web_ui);
drive_internals_ui.h 11 // The WebUI controller for chrome::drive-internals, that is used for
15 explicit DriveInternalsUI(content::WebUI* web_ui);
keyboard_overlay_ui.h 12 explicit KeyboardOverlayUI(content::WebUI* web_ui);
network_ui.h 14 explicit NetworkUI(content::WebUI* web_ui);
nfc_debug_ui.h 14 explicit NfcDebugUI(content::WebUI* web_ui);
power_ui.h 15 explicit PowerUI(content::WebUI* web_ui);
provided_file_systems_ui.h 12 // The WebUI controller for chrome:://provided-file-systems, that is used for
16 explicit ProvidedFileSystemsUI(content::WebUI* web_ui);
set_time_ui.h 13 // The WebUI for chrome://set-time.
16 explicit SetTimeUI(content::WebUI* web_ui);
sim_unlock_ui.h 12 // A custom WebUI that defines datasource for SIM unlock dialog that is used
18 explicit SimUnlockUI(content::WebUI* web_ui);
slow_ui.h 12 // A custom WebUI that allows users to enable and disable performance tracing
16 explicit SlowUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/imageburner/
imageburner_ui.h 12 explicit ImageBurnUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/help/
help_ui.h 12 explicit HelpUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/media/
webrtc_logs_ui.h 15 // The WebUI handler for chrome://webrtc-logs.
18 explicit WebRtcLogsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/memory_internals/
memory_internals_ui.h 12 explicit MemoryInternalsUI(content::WebUI* web_ui);
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_ui.h 14 explicit PerformanceMonitorUI(content::WebUI* web_ui);

Completed in 478 milliseconds

1 2 3 4 5 6 7 8 91011>>