OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_unsupported_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/net/http/
http_auth_handler_ntlm_win.cc
48
is_unsupported_
(false),
63
if (
is_unsupported_
|| reason == CREATE_PREEMPTIVE)
69
is_unsupported_
= true;
http_auth_handler_negotiate.cc
25
is_unsupported_
(false),
47
if (
is_unsupported_
|| reason == CREATE_PREEMPTIVE)
53
is_unsupported_
= true;
http_auth_handler_negotiate.h
88
bool
is_unsupported_
;
member in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_ntlm.h
67
bool
is_unsupported_
;
member in class:net::HttpAuthHandlerNTLM::Factory
/external/chromium_org/net/http/
http_auth_handler_ntlm_win.cc
48
is_unsupported_
(false) {
62
if (
is_unsupported_
|| reason == CREATE_PREEMPTIVE)
68
is_unsupported_
= true;
http_auth_handler_negotiate.cc
28
is_unsupported_
(false) {
48
if (
is_unsupported_
|| reason == CREATE_PREEMPTIVE)
54
is_unsupported_
= true;
69
if (
is_unsupported_
)
72
is_unsupported_
= true;
http_auth_handler_negotiate.h
89
bool
is_unsupported_
;
member in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_ntlm.h
65
bool
is_unsupported_
;
member in class:net::HttpAuthHandlerNTLM::Factory
Completed in 700 milliseconds