OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_auth
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/ftp/
ftp_response_info.cc
10
:
needs_auth
(false),
ftp_response_info.h
20
bool
needs_auth
;
member in class:net::FtpResponseInfo
ftp_network_transaction.cc
710
response_.
needs_auth
= true;
776
response_.
needs_auth
= true;
806
response_.
needs_auth
= true;
[
all
...]
/external/chromium_org/net/url_request/
url_request_ftp_job.cc
231
ftp_transaction_->GetResponseInfo()->
needs_auth
) {
396
if (ftp_transaction_ && ftp_transaction_->GetResponseInfo()->
needs_auth
)
/external/chromium_org/net/http/
http_auth_controller.cc
177
bool
needs_auth
= HaveAuth() || SelectPreemptiveAuth(net_log);
local
178
if (!
needs_auth
)
Completed in 394 milliseconds