OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wizard_controller_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/ui/
login_display_host_impl.h
223
scoped_ptr<WizardController>
wizard_controller_
;
member in class:chromeos::LoginDisplayHostImpl
login_display_host_impl.cc
462
if (
wizard_controller_
.get())
463
wizard_controller_
->OnSessionStart();
543
wizard_controller_
.reset();
544
wizard_controller_
.reset(CreateWizardController());
548
wizard_controller_
->Init(first_screen_name, screen_parameters.Pass());
552
return
wizard_controller_
.get();
[
all
...]
Completed in 582 milliseconds