HomeSort by relevance Sort by last modified time
    Searched refs:SystemInfoUI (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/
system_info_ui.h 10 class SystemInfoUI : public content::WebUIController {
12 explicit SystemInfoUI(content::WebUI* web_ui);
15 DISALLOW_COPY_AND_ASSIGN(SystemInfoUI);
system_info_ui.cc 183 // SystemInfoUI
187 SystemInfoUI::SystemInfoUI(content::WebUI* web_ui) : WebUIController(web_ui) {
chrome_web_ui_controller_factory.cc 401 return &NewWebUI<SystemInfoUI>;

Completed in 80 milliseconds