HomeSort by relevance Sort by last modified time
    Searched refs:needs_auth (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/ftp/
ftp_response_info.cc 10 : needs_auth(false),
ftp_response_info.h 21 bool needs_auth; member in class:net::FtpResponseInfo
ftp_network_transaction.cc 650 response_.needs_auth = true;
717 response_.needs_auth = true;
748 response_.needs_auth = true;
    [all...]
  /external/chromium/net/http/
http_auth_controller.cc 179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); local
180 if (!needs_auth)
  /external/chromium/net/url_request/
url_request_ftp_job.cc 106 } else if (transaction_->GetResponseInfo()->needs_auth) {
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 93 void NeedsAuth(int tab_handle, bool* needs_auth);
    [all...]
testing_automation_provider.cc 667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) {
668 *needs_auth = false;
676 *needs_auth = true;
    [all...]

Completed in 494 milliseconds