Searched defs:needs_auth (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/ftp/
H A Dftp_response_info.h21 bool needs_auth; member in class:net::FtpResponseInfo
/external/chromium/net/http/
H A Dhttp_auth_controller.cc179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); local
180 if (!needs_auth)
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { argument
668 *needs_auth = false;
676 *needs_auth = true;

Completed in 125 milliseconds