Searched refs:ResetAuth (Results 1 – 10 of 10) sorted by relevance
78 controller->ResetAuth(AuthCredentials()); in RunSingleRoundAuthTest()215 controller->ResetAuth(AuthCredentials()); in TEST()228 controller->ResetAuth(AuthCredentials(base::ASCIIToUTF16("Hello"), in TEST()
64 virtual void ResetAuth(const AuthCredentials& credentials);
384 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth() function in net::HttpAuthController
251 auth_controllers_[target]->ResetAuth(credentials); in RestartWithAuth()
109 actor_->ResetAuth(base::Bind(&EnrollmentScreen::ShowSigninScreen, in Show()219 actor_->ResetAuth(base::Bind(&EnrollmentScreen::ShowSigninScreen, in OnRetry()230 actor_->ResetAuth( in OnCancel()239 actor_->ResetAuth( in OnCancel()263 actor_->ResetAuth( in OnConfirmationClosed()
36 MOCK_METHOD1(ResetAuth, void(const base::Closure&));
77 virtual void ResetAuth(const base::Closure& callback) = 0;
54 virtual void ResetAuth(const base::Closure& callback) OVERRIDE;
197 void EnrollmentScreenHandler::ResetAuth(const base::Closure& callback) { in ResetAuth() function in chromeos::EnrollmentScreenHandler
283 proxy_auth_controller_->ResetAuth(credentials); in RestartWithAuth()