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

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_flow.h 34 virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
supervised_user_creation_flow.cc 68 // We expect that LaunchExtraSteps is called by this time (local
96 void SupervisedUserCreationFlow::LaunchExtraSteps(
supervised_user_login_flow.h 36 virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
supervised_user_login_flow.cc 253 void SupervisedUserLoginFlow::LaunchExtraSteps(
  /external/chromium_org/chrome/browser/chromeos/login/
user_flow.h 35 virtual void LaunchExtraSteps(Profile* profile) = 0;
64 virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
user_flow.cc 61 void DefaultUserFlow::LaunchExtraSteps(Profile* profile) {
fake_login_utils.cc 42 ChromeUserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);
login_utils.cc 286 ChromeUserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);

Completed in 52 milliseconds