Searched refs:needs_auth (Results 1 – 7 of 7) sorted by relevance
10 : needs_auth(false), in FtpResponseInfo()
21 bool needs_auth; variable
650 response_.needs_auth = true; in DoCtrlReadComplete()717 response_.needs_auth = true; in ProcessResponseUSER()748 response_.needs_auth = true; in ProcessResponsePASS()
179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); in MaybeGenerateAuthToken() local180 if (!needs_auth) in MaybeGenerateAuthToken()
106 } else if (transaction_->GetResponseInfo()->needs_auth) { in OnStartCompleted()
93 void NeedsAuth(int tab_handle, bool* needs_auth);
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { in NeedsAuth() argument668 *needs_auth = false; in NeedsAuth()676 *needs_auth = true; in NeedsAuth()