OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoginScreenContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h
48
class
LoginScreenContext
{
50
LoginScreenContext
();
51
explicit
LoginScreenContext
(const base::ListValue* args);
212
void Show(const
LoginScreenContext
& context);
signin_screen_handler.cc
296
//
LoginScreenContext
implementation ------------------------------------------
298
LoginScreenContext
::
LoginScreenContext
() {
302
LoginScreenContext
::
LoginScreenContext
(const base::ListValue* args) {
312
void
LoginScreenContext
::Init() {
460
void SigninScreenHandler::Show(const
LoginScreenContext
& context) {
[
all
...]
Completed in 463 milliseconds