OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemInfoUI
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/ui/webui/chromeos/
system_info_ui.h
11
class
SystemInfoUI
: public WebUI {
13
explicit
SystemInfoUI
(TabContents* contents);
16
DISALLOW_COPY_AND_ASSIGN(
SystemInfoUI
);
system_info_ui.cc
174
//
SystemInfoUI
178
SystemInfoUI
::
SystemInfoUI
(TabContents* contents) : WebUI(contents) {
/external/chromium/chrome/browser/ui/webui/
chrome_web_ui_factory.cc
207
return &NewWebUI<
SystemInfoUI
>;
Completed in 143 milliseconds