Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc78 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()
Dmock_enrollment_screen.h34 MOCK_METHOD1(ResetAuth, void(const base::Closure&));
Denrollment_screen_actor.h68 virtual void ResetAuth(const base::Closure& callback) = 0;
/external/chromium_org/net/http/
Dhttp_auth_controller_unittest.cc77 controller->ResetAuth(AuthCredentials()); in RunSingleRoundAuthTest()
214 controller->ResetAuth(AuthCredentials()); in TEST()
227 controller->ResetAuth(AuthCredentials(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.cc279 auth_controllers_[target]->ResetAuth(credentials); in RestartWithAuth()
/external/chromium/net/http/
Dhttp_auth_controller_unittest.cc71 controller->ResetAuth(string16(), string16()); in RunSingleRoundAuthTest()
Dhttp_auth_controller.h63 virtual void ResetAuth(const string16& username,
Dhttp_auth_controller.cc369 void HttpAuthController::ResetAuth(const string16& username, in ResetAuth() function in net::HttpAuthController
Dhttp_network_transaction.cc220 auth_controllers_[target]->ResetAuth(username, password); in RestartWithAuth()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.h47 virtual void ResetAuth(const base::Closure& callback) OVERRIDE;
Denrollment_screen_handler.cc137 void EnrollmentScreenHandler::ResetAuth(const base::Closure& callback) { in ResetAuth() function in chromeos::EnrollmentScreenHandler
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc276 proxy_auth_controller_->ResetAuth(credentials); in RestartWithAuth()