Searched refs:needs_auth (Results 1 – 5 of 5) sorted by relevance
10 : needs_auth(false), in FtpResponseInfo()
20 bool needs_auth; variable
710 response_.needs_auth = true; in DoCtrlReadComplete()776 response_.needs_auth = true; in ProcessResponseUSER()806 response_.needs_auth = true; in ProcessResponsePASS()
233 ftp_transaction_->GetResponseInfo()->needs_auth) { in OnStartCompleted()398 if (ftp_transaction_ && ftp_transaction_->GetResponseInfo()->needs_auth) in HandleAuthNeededResponse()
177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); in MaybeGenerateAuthToken() local178 if (!needs_auth) in MaybeGenerateAuthToken()