OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SyncFileSystemInternalsUI
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/
sync_file_system_internals_ui.h
10
class
SyncFileSystemInternalsUI
: public content::WebUIController {
12
explicit
SyncFileSystemInternalsUI
(content::WebUI* web_ui);
13
virtual ~
SyncFileSystemInternalsUI
();
15
DISALLOW_COPY_AND_ASSIGN(
SyncFileSystemInternalsUI
);
sync_file_system_internals_ui.cc
47
SyncFileSystemInternalsUI
::
SyncFileSystemInternalsUI
(content::WebUI* web_ui)
62
SyncFileSystemInternalsUI
::~
SyncFileSystemInternalsUI
() {}
Completed in 45 milliseconds