HomeSort by relevance Sort by last modified time
    Searched defs:OobeUI (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
oobe_ui.cc 61 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::kLockDisplay[] = "lock"
    [all...]
oobe_ui.h 44 class OobeUI : public OobeDisplay,
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 108 milliseconds