OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needs_auth
(Results
1 - 12
of
12
) sorted by null
/external/chromium/net/ftp/
ftp_response_info.cc
10
:
needs_auth
(false),
ftp_response_info.h
21
bool
needs_auth
;
member in class:net::FtpResponseInfo
ftp_network_transaction.cc
650
response_.
needs_auth
= true;
717
response_.
needs_auth
= true;
748
response_.
needs_auth
= true;
[
all
...]
/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
230
ftp_transaction_->GetResponseInfo()->
needs_auth
) {
395
if (ftp_transaction_ && ftp_transaction_->GetResponseInfo()->
needs_auth
)
/external/chromium/net/http/
http_auth_controller.cc
179
bool
needs_auth
= HaveAuth() || SelectPreemptiveAuth(net_log);
local
180
if (!
needs_auth
)
/external/chromium_org/net/http/
http_auth_controller.cc
177
bool
needs_auth
= HaveAuth() || SelectPreemptiveAuth(net_log);
local
178
if (!
needs_auth
)
/external/chromium/net/url_request/
url_request_ftp_job.cc
106
} else if (transaction_->GetResponseInfo()->
needs_auth
) {
/external/chromium/chrome/browser/automation/
testing_automation_provider.h
93
void NeedsAuth(int tab_handle, bool*
needs_auth
);
[
all
...]
testing_automation_provider.cc
667
void TestingAutomationProvider::NeedsAuth(int tab_handle, bool*
needs_auth
) {
668
*
needs_auth
= false;
676
*
needs_auth
= true;
[
all
...]
Completed in 800 milliseconds