HomeSort by relevance Sort by last modified time
    Searched refs:manager_profile (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_controller_new.cc 76 Profile* manager_profile) {
77 creation_context_->manager_profile = manager_profile;
81 return creation_context_->manager_profile;
311 creation_context_->manager_profile);
320 creation_context_->manager_profile);
supervised_user_creation_controller_new.h 83 virtual void SetManagerProfile(Profile* manager_profile) OVERRIDE;
144 Profile* manager_profile; member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext
supervised_user_creation_controller.h 89 virtual void SetManagerProfile(Profile* manager_profile) = 0;
supervised_user_creation_screen.h 57 void OnManagerFullyAuthenticated(Profile* manager_profile);
supervised_user_creation_screen.cc 352 Profile* manager_profile) {
360 controller_->SetManagerProfile(manager_profile);
367 manager_profile);

Completed in 2605 milliseconds