Searched refs:ResetAuth (Results 1 – 14 of 14) sorted by relevance
78 actor_->ResetAuth(base::Bind(&EnrollmentScreen::ShowSigninScreen, in Show()144 actor_->ResetAuth(base::Bind(&EnrollmentScreen::ShowSigninScreen, in OnRetry()150 actor_->ResetAuth( in OnCancel()161 actor_->ResetAuth( in OnCancel()184 actor_->ResetAuth( in OnConfirmationClosed()
34 MOCK_METHOD1(ResetAuth, void(const base::Closure&));
68 virtual void ResetAuth(const base::Closure& callback) = 0;
77 controller->ResetAuth(AuthCredentials()); in RunSingleRoundAuthTest()214 controller->ResetAuth(AuthCredentials()); in TEST()227 controller->ResetAuth(AuthCredentials(ASCIIToUTF16("Hello"), in TEST()
64 virtual void ResetAuth(const AuthCredentials& credentials);
384 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth() function in net::HttpAuthController
279 auth_controllers_[target]->ResetAuth(credentials); in RestartWithAuth()
71 controller->ResetAuth(string16(), string16()); in RunSingleRoundAuthTest()
63 virtual void ResetAuth(const string16& username,
369 void HttpAuthController::ResetAuth(const string16& username, in ResetAuth() function in net::HttpAuthController
220 auth_controllers_[target]->ResetAuth(username, password); in RestartWithAuth()
47 virtual void ResetAuth(const base::Closure& callback) OVERRIDE;
137 void EnrollmentScreenHandler::ResetAuth(const base::Closure& callback) { in ResetAuth() function in chromeos::EnrollmentScreenHandler
276 proxy_auth_controller_->ResetAuth(credentials); in RestartWithAuth()