Searched defs:OobeUI (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Doobe_ui.cc61 OobeUI::kOobeDisplay,
62 OobeUI::kLoginDisplay,
63 OobeUI::kLockDisplay,
64 OobeUI::kUserAddingDisplay,
65 OobeUI::kAppLaunchSplashDisplay
94 if (display_type == OobeUI::kOobeDisplay) {
121 return OobeUI::kLoginDisplay;
129 const char OobeUI::kOobeDisplay[] = "oobe";
130 const char OobeUI::kLoginDisplay[] = "login";
131 const char OobeUI
162 OobeUI::OobeUI(content::WebUI* web_ui, const GURL& url) function in class:chromeos::OobeUI
[all...]
H A Doobe_ui.h44 class OobeUI : public OobeDisplay, class in namespace:chromeos
55 // List of known types of OobeUI. Type added as path in chrome://oobe url, for
89 OobeUI(content::WebUI* web_ui, const GURL& url);
90 virtual ~OobeUI();
184 // Screens actors. Note, OobeUI owns them via |handlers_|, not directly here.
242 DISALLOW_COPY_AND_ASSIGN(OobeUI);

Completed in 71 milliseconds