OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registration_screen_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/login/
wizard_controller.h
233
scoped_ptr<chromeos::RegistrationScreen>
registration_screen_
;
member in class:WizardController
wizard_controller.cc
319
if (!
registration_screen_
.get())
320
registration_screen_
.reset(new chromeos::RegistrationScreen(this));
321
return
registration_screen_
.get();
Completed in 1285 milliseconds