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

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 59 class LoginScreenContext {
61 LoginScreenContext();
62 explicit LoginScreenContext(const base::ListValue* args);
230 void Show(const LoginScreenContext& context);
signin_screen_handler.cc 211 // LoginScreenContext implementation ------------------------------------------
213 LoginScreenContext::LoginScreenContext() {
217 LoginScreenContext::LoginScreenContext(const base::ListValue* args) {
227 void LoginScreenContext::Init() {
418 void SigninScreenHandler::Show(const LoginScreenContext& context) {
    [all...]

Completed in 142 milliseconds