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

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc56 SupervisedUserCreationControllerNew::SupervisedUserCreationControllerNew( function in class:chromeos::SupervisedUserCreationControllerNew
57 SupervisedUserCreationControllerNew::StatusConsumer* consumer,
63 new SupervisedUserCreationControllerNew::UserCreationContext());
67 SupervisedUserCreationControllerNew::~SupervisedUserCreationControllerNew() {}
69 SupervisedUserCreationControllerNew::UserCreationContext::
72 SupervisedUserCreationControllerNew::UserCreationContext::
75 void SupervisedUserCreationControllerNew::SetManagerProfile(
80 Profile* SupervisedUserCreationControllerNew
[all...]
H A Dsupervised_user_creation_controller_new.h36 class SupervisedUserCreationControllerNew class in namespace:chromeos
42 // be deleted before SupervisedUserCreationControllerNew.
43 SupervisedUserCreationControllerNew(StatusConsumer* consumer,
45 virtual ~SupervisedUserCreationControllerNew();
48 static SupervisedUserCreationControllerNew* current_controller() {
171 static SupervisedUserCreationControllerNew* current_controller_;
183 base::OneShotTimer<SupervisedUserCreationControllerNew> timeout_timer_;
186 base::WeakPtrFactory<SupervisedUserCreationControllerNew> weak_factory_;
188 DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationControllerNew);

Completed in 201 milliseconds