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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.h 68 void SetManagerProfile(Profile* manager_profile);
90 Profile* manager_profile; member in struct:chromeos::LocallyManagedUserCreationController::UserCreationContext
locally_managed_user_creation_controller.cc 52 manager_profile(NULL) {}
85 Profile* manager_profile) {
86 creation_context_->manager_profile = manager_profile;
159 creation_context_->manager_profile);
locally_managed_user_creation_screen.h 50 void OnManagerFullyAuthenticated(Profile* manager_profile);
locally_managed_user_creation_screen.cc 182 Profile* manager_profile) {
189 controller_->SetManagerProfile(manager_profile);

Completed in 471 milliseconds