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

  /external/chromium_org/chrome/browser/chromeos/login/users/
mock_user_manager.cc 78 UserFlow* MockUserManager::GetUserFlow(const std::string&) const {
mock_user_manager.h 107 virtual UserFlow* GetUserFlow(const std::string&) const OVERRIDE;
user_manager.h 344 virtual UserFlow* GetUserFlow(const std::string& user_id) const = 0;
fake_user_manager.cc 279 UserFlow* FakeUserManager::GetUserFlow(const std::string& email) const {
fake_user_manager.h 111 virtual UserFlow* GetUserFlow(const std::string& email) const OVERRIDE;
user_manager_impl.h 131 virtual UserFlow* GetUserFlow(const std::string& user_id) const OVERRIDE;
user_manager_impl.cc 728 GetUserFlow(user_id)->HandleOAuthTokenStatusChange(oauth_token_status);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller.cc 408 UserManager::Get()->GetUserFlow(last_login_attempt_username_)->
694 if (UserManager::Get()->GetUserFlow(last_login_attempt_username_)->
757 UserManager::Get()->GetUserFlow(user_context.GetUserID())->
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 233 UserManager::Get()->GetUserFlow(user_context.GetUserID())->host());

Completed in 36 milliseconds