Searched defs:manager_profile (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc76 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);
75 SetManagerProfile( Profile* manager_profile) argument
H A Dsupervised_user_creation_controller_new.h83 virtual void SetManagerProfile(Profile* manager_profile) OVERRIDE;
144 Profile* manager_profile; member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext
H A Dsupervised_user_creation_screen.cc352 Profile* manager_profile) {
360 controller_->SetManagerProfile(manager_profile);
367 manager_profile);
351 OnManagerFullyAuthenticated( Profile* manager_profile) argument

Completed in 874 milliseconds