Home
last modified time | relevance | path

Searched refs:SystemInfoUI (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
Dsystem_info_ui.h11 class SystemInfoUI : public WebUI {
13 explicit SystemInfoUI(TabContents* contents);
16 DISALLOW_COPY_AND_ASSIGN(SystemInfoUI);
Dsystem_info_ui.cc178 SystemInfoUI::SystemInfoUI(TabContents* contents) : WebUI(contents) { in SystemInfoUI() function in SystemInfoUI
/external/chromium/chrome/browser/ui/webui/
Dchrome_web_ui_factory.cc207 return &NewWebUI<SystemInfoUI>; in GetWebUIFactoryFunction()