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

  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 60 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env,
67 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 180 void URLRequestJob::SetAuth(const AuthCredentials& credentials) {
377 // Wait for SetAuth or CancelAuth to be called.
url_request.cc 902 void URLRequest::SetAuth(const AuthCredentials& credentials) {
906 job_->SetAuth(credentials);
    [all...]
url_request_http_job.cc     [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 137 void LoginHandler::SetAuth(const base::string16& username,
190 // Similar to how we deal with notifications above in SetAuth()
243 SetAuth(supplied_details->username(), supplied_details->password());
250 // Returns whether authentication had been handled (SetAuth or CancelAuth).
373 // Calls SetAuth from the IO loop.
379 request_->SetAuth(net::AuthCredentials(username, password));

Completed in 218 milliseconds