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

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dsignin_screen_handler.h59 class LoginScreenContext { class in namespace:chromeos
61 LoginScreenContext();
62 explicit LoginScreenContext(const base::ListValue* args);
230 void Show(const LoginScreenContext& context);
H A Dsignin_screen_handler.cc211 // LoginScreenContext implementation ------------------------------------------
213 LoginScreenContext::LoginScreenContext() { function in class:chromeos::LoginScreenContext
217 LoginScreenContext::LoginScreenContext(const base::ListValue* args) { function in class:chromeos::LoginScreenContext
227 void LoginScreenContext::Init() {
418 void SigninScreenHandler::Show(const LoginScreenContext& context) {

Completed in 52 milliseconds