Searched defs:SetAuth (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/
H A Dchrome_http_auth_handler.cc59 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env, function in class:ChromeHttpAuthHandler
66 observer_->SetAuth(username16, password16);
/external/chromium/net/url_request/
H A Durl_request_ftp_job.cc122 SetAuth(cached_auth->username, cached_auth->password);
204 void URLRequestFtpJob::SetAuth(const string16& username, function in class:net::URLRequestFtpJob
H A Durl_request_job.cc149 void URLRequestJob::SetAuth(const string16& username, function in class:net::URLRequestJob
272 // Wait for SetAuth or CancelAuth to be called.
H A Durl_request.cc541 void URLRequest::SetAuth(const string16& username, const string16& password) { function in class:net::URLRequest
545 job_->SetAuth(username, password);
H A Durl_request_http_job.cc947 void URLRequestHttpJob::SetAuth(const string16& username, function in class:net::URLRequestHttpJob
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.cc130 void LoginHandler::SetAuth(const string16& username, function in class:LoginHandler
164 // Similar to how we deal with notifications above in SetAuth()
217 SetAuth(supplied_details->username(), supplied_details->password());
224 // Returns whether authentication had been handled (SetAuth or CancelAuth).
347 // Calls SetAuth from the IO loop.
353 request_->SetAuth(net::AuthCredentials(username, password));
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc316 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestFtpJob
400 SetAuth(cached_auth->credentials);
H A Durl_request_job.cc172 void URLRequestJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestJob
348 // Wait for SetAuth or CancelAuth to be called.
H A Durl_request.cc779 void URLRequest::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequest
783 job_->SetAuth(credentials);
985 SetAuth(credentials);
H A Durl_request_http_job.cc1133 void URLRequestHttpJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestHttpJob
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt.cc127 void LoginHandler::SetAuth(const string16& username, function in class:LoginHandler
162 // Similar to how we deal with notifications above in SetAuth()
240 SetAuth(supplied_details->username(), supplied_details->password());
332 // Returns whether authentication had been handled (SetAuth or CancelAuth).
347 // Calls SetAuth from the IO loop.
353 request_->SetAuth(username, password);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc244 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_SetAuth, SetAuth)
621 void TestingAutomationProvider::SetAuth(int tab_handle, function in class:TestingAutomationProvider
636 handler->SetAuth(WideToUTF16Hack(username), WideToUTF16Hack(password));

Completed in 818 milliseconds