IS_CONNECTION_BASED  122 net/http/http_auth_handler.h     return (properties_ & IS_CONNECTION_BASED) != 0;
IS_CONNECTION_BASED  106 net/http/http_auth_handler_mock.cc   properties_ = connection_based_ ? IS_CONNECTION_BASED : 0;
IS_CONNECTION_BASED  204 net/http/http_auth_handler_negotiate.cc   properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
IS_CONNECTION_BASED   27 net/http/http_auth_handler_ntlm.cc   properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;