OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebUI
(Results
1 - 25
of
367
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/webui/
policy_ui.h
14
class
WebUI
;
20
explicit PolicyUI(content::
WebUI
* web_ui);
certificate_viewer_ui.h
8
#include "chrome/browser/ui/
webui
/constrained_web_dialog_ui.h"
10
// The
WebUI
for chrome://view-cert
13
explicit CertificateViewerUI(content::
WebUI
* web_ui);
/external/chromium_org/ui/keyboard/
keyboard_ui_controller.h
12
class
WebUI
;
20
explicit KeyboardUIController(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/chrome/browser/remoting/
remoting_options_handler.h
11
class
WebUI
;
25
void Init(
WebUI
* web_ui);
34
WebUI
* web_ui_;
/external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.h
13
class
WebUI
;
20
OptionsManagedBannerHandler(
WebUI
* web_ui, const string16& page_name,
32
WebUI
* web_ui_; // weak reference to the
WebUI
.
/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/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.h
9
#include "content/browser/
webui
/web_ui.h"
13
// A custom
WebUI
that defines datasource for choosing cellular network dialog.
14
class ChooseMobileNetworkUI : public
WebUI
{
mobile_setup_ui.h
9
#include "content/browser/
webui
/web_ui.h"
11
// A custom
WebUI
that defines datasource for mobile setup registration page
13
class MobileSetupUI : public
WebUI
{
register_page_ui.h
9
#include "content/browser/
webui
/web_ui.h"
11
// A custom
WebUI
that defines datasource for host registration page that
13
class RegisterPageUI : public
WebUI
{
sim_unlock_ui.h
9
#include "content/browser/
webui
/web_ui.h"
13
// A custom
WebUI
that defines datasource for SIM unlock dialog that is used
17
class SimUnlockUI : public
WebUI
{
system_info_ui.h
9
#include "content/browser/
webui
/web_ui.h"
11
class SystemInfoUI : public
WebUI
{
/external/chromium/chrome/browser/ui/webui/
crashes_ui.h
9
#include "content/browser/
webui
/web_ui.h"
13
class CrashesUI : public
WebUI
{
downloads_ui.h
9
#include "content/browser/
webui
/web_ui.h"
13
class DownloadsUI : public
WebUI
{
gpu_internals_ui.h
9
#include "content/browser/
webui
/web_ui.h"
11
class GpuInternalsUI : public
WebUI
{
net_internals_ui.h
9
#include "content/browser/
webui
/web_ui.h"
11
class NetInternalsUI : public
WebUI
{
/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);
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);
Completed in 764 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>