Searched refs:ResetUserFlow (Results 1 – 7 of 7) sorted by relevance
15 UserManager::Get()->ResetUserFlow(user_id); in UnregisterFlow()
78 MOCK_METHOD1(ResetUserFlow, void(const std::string&));
108 virtual void ResetUserFlow(const std::string& email) OVERRIDE {} in ResetUserFlow() function
329 virtual void ResetUserFlow(const std::string& user_id) = 0;
126 virtual void ResetUserFlow(const std::string& user_id) OVERRIDE;
740 UserManager::Get()->ResetUserFlow(last_login_attempt_username_); in OnLoginFailure()
1571 ResetUserFlow(user_id); in SetUserFlow()1575 void UserManagerImpl::ResetUserFlow(const std::string& user_id) { in ResetUserFlow() function in chromeos::UserManagerImpl