Home
last modified time | relevance | path

Searched refs:ResetAuth (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_controller_unittest.cc78 controller->ResetAuth(AuthCredentials()); in RunSingleRoundAuthTest()
215 controller->ResetAuth(AuthCredentials()); in TEST()
228 controller->ResetAuth(AuthCredentials(base::ASCIIToUTF16("Hello"), in TEST()
Dhttp_auth_controller.h64 virtual void ResetAuth(const AuthCredentials& credentials);
Dhttp_auth_controller.cc384 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth() function in net::HttpAuthController
Dhttp_network_transaction.cc251 auth_controllers_[target]->ResetAuth(credentials); in RestartWithAuth()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc109 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()
Dmock_enrollment_screen.h36 MOCK_METHOD1(ResetAuth, void(const base::Closure&));
Denrollment_screen_actor.h77 virtual void ResetAuth(const base::Closure& callback) = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.h54 virtual void ResetAuth(const base::Closure& callback) OVERRIDE;
Denrollment_screen_handler.cc197 void EnrollmentScreenHandler::ResetAuth(const base::Closure& callback) { in ResetAuth() function in chromeos::EnrollmentScreenHandler
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc283 proxy_auth_controller_->ResetAuth(credentials); in RestartWithAuth()