OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_CONNECTION_BASED
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_auth_handler.h
120
bool
is_connection_based
() const {
function in class:net::HttpAuthHandler
121
return (properties_ &
IS_CONNECTION_BASED
) != 0;
140
IS_CONNECTION_BASED
= 1 << 1,
/external/chromium_org/net/http/
http_auth_handler.h
120
bool
is_connection_based
() const {
function in class:net::HttpAuthHandler
121
return (properties_ &
IS_CONNECTION_BASED
) != 0;
145
IS_CONNECTION_BASED
= 1 << 1,
Completed in 33 milliseconds