OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTH_SERVER
(Results
26 - 40
of
40
) sorted by null
1
2
/external/chromium/net/http/
http_auth.h
35
AUTH_SERVER
= 1,
http_auth_controller.cc
75
case HttpAuth::
AUTH_SERVER
:
317
bool can_send_auth = (target_ != HttpAuth::
AUTH_SERVER
||
447
if (target_ == HttpAuth::
AUTH_SERVER
&& auth_url_.has_username() &&
http_network_transaction.cc
662
HttpAuth::Target target = HttpAuth::
AUTH_SERVER
;
732
if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::
AUTH_SERVER
))
733
auth_controllers_[HttpAuth::
AUTH_SERVER
]->AddAuthorizationHeader(
[
all
...]
http_auth_handler_negotiate_unittest.cc
193
HttpAuth::
AUTH_SERVER
,
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/net/http/
http_auth.h
35
AUTH_SERVER
= 1,
http_auth_controller.cc
77
case HttpAuth::
AUTH_SERVER
:
314
bool can_send_auth = (target_ != HttpAuth::
AUTH_SERVER
||
461
if (target_ == HttpAuth::
AUTH_SERVER
&& auth_url_.has_username() &&
http_auth_handler_negotiate_unittest.cc
191
HttpAuth::
AUTH_SERVER
,
357
HttpAuth::
AUTH_SERVER
,
http_network_transaction.cc
789
HttpAuth::Target target = HttpAuth::
AUTH_SERVER
;
855
if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::
AUTH_SERVER
))
856
auth_controllers_[HttpAuth::
AUTH_SERVER
]->AddAuthorizationHeader(
[
all
...]
http_pipelined_network_transaction_unittest.cc
594
HttpAuth::
AUTH_SERVER
,
597
auth_handler_factory_->AddMockHandler(mock_auth, HttpAuth::
AUTH_SERVER
);
[
all
...]
http_pipelined_connection_impl.cc
732
HttpAuth::GetChallengeHeaderName(HttpAuth::
AUTH_SERVER
))) {
http_network_transaction_unittest.cc
[
all
...]
/external/chromium_org/chrome/browser/net/spdyproxy/
http_auth_handler_spdyproxy_unittest.cc
78
HttpAuth::Target targets[] = { HttpAuth::
AUTH_SERVER
, HttpAuth::AUTH_PROXY };
/external/chromium/net/base/
net_log_event_type_list.h
[
all
...]
/external/chromium_org/net/base/
net_log_event_type_list.h
[
all
...]
Completed in 864 milliseconds
1
2