HomeSort by relevance Sort by last modified time
    Searched defs:SupervisedUserCreationControllerNew (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_controller_new.cc 56 SupervisedUserCreationControllerNew::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::GetManagerProfile()
    [all...]
supervised_user_creation_controller_new.h 36 class SupervisedUserCreationControllerNew
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 209 milliseconds