HomeSort by relevance Sort by last modified time
    Searched defs:SetAuth (Results 1 - 12 of 12) sorted by null

  /external/chromium/net/url_request/
url_request_ftp_job.cc 122 SetAuth(cached_auth->username, cached_auth->password);
204 void URLRequestFtpJob::SetAuth(const string16& username,
url_request_job.cc 149 void URLRequestJob::SetAuth(const string16& username,
272 // Wait for SetAuth or CancelAuth to be called.
url_request.cc 541 void URLRequest::SetAuth(const string16& username, const string16& password) {
545 job_->SetAuth(username, password);
url_request_http_job.cc 947 void URLRequestHttpJob::SetAuth(const string16& username,
    [all...]
  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 59 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env,
66 observer_->SetAuth(username16, password16);
  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 316 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) {
400 SetAuth(cached_auth->credentials);
url_request_job.cc 172 void URLRequestJob::SetAuth(const AuthCredentials& credentials) {
348 // Wait for SetAuth or CancelAuth to be called.
url_request.cc 779 void URLRequest::SetAuth(const AuthCredentials& credentials) {
783 job_->SetAuth(credentials);
985 SetAuth(credentials);
    [all...]
url_request_http_job.cc     [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 127 void LoginHandler::SetAuth(const string16& username,
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_org/chrome/browser/ui/login/
login_prompt.cc 130 void LoginHandler::SetAuth(const string16& username,
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/chrome/browser/automation/
testing_automation_provider.cc 244 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_SetAuth, SetAuth)
621 void TestingAutomationProvider::SetAuth(int tab_handle,
636 handler->SetAuth(WideToUTF16Hack(username), WideToUTF16Hack(password));
    [all...]

Completed in 601 milliseconds