HomeSort by relevance Sort by last modified time
    Searched defs:SetAuth (Results 1 - 6 of 6) 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 537 void URLRequest::SetAuth(const string16& username, const string16& password) {
541 job_->SetAuth(username, password);
url_request_http_job.cc 947 void URLRequestHttpJob::SetAuth(const string16& username,
    [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/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 97 milliseconds