Home
last modified time | relevance | path

Searched refs:IS_CONNECTION_BASED (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_handler.h122 return (properties_ & IS_CONNECTION_BASED) != 0; in is_connection_based()
146 IS_CONNECTION_BASED = 1 << 1, enumerator
Dhttp_auth_handler_ntlm.cc27 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in Init()
Dhttp_auth_handler_mock.cc106 properties_ = connection_based_ ? IS_CONNECTION_BASED : 0; in Init()
Dhttp_auth_handler_negotiate.cc204 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED; in Init()