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

  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 33 virtual void OnProfilePrepared(Profile* profile) = 0;
existing_user_controller.h 93 virtual void OnProfilePrepared(Profile* profile);
existing_user_controller_browsertest.cc 89 controller_->OnProfilePrepared(NULL);
mock_authenticator.h 122 delegate->OnProfilePrepared(NULL);
existing_user_controller.cc 326 // Will call OnProfilePrepared() in the end.
335 void ExistingUserController::OnProfilePrepared(Profile* profile) {
login_utils.cc 341 delegate_->OnProfilePrepared(profile);
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 65 milliseconds