Home
last modified time | relevance | path

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

/external/chromium/net/ftp/
Dftp_response_info.h21 bool needs_auth; variable
/external/chromium/net/http/
Dhttp_auth_controller.cc179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); in MaybeGenerateAuthToken() local
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { in NeedsAuth()