HomeSort by relevance Sort by last modified time
    Searched refs:IS_CONNECTION_BASED (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_auth_handler.h 60 bool is_connection_based() const { function in class:net::HttpAuthHandler
61 return (properties_ & IS_CONNECTION_BASED) != 0;
84 IS_CONNECTION_BASED = 1 << 1,
http_auth_handler_negotiate_win.cc 44 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;
http_auth_handler_ntlm.cc 103 properties_ = ENCRYPTS_IDENTITY | IS_CONNECTION_BASED;

Completed in 90 milliseconds