HomeSort by relevance Sort by last modified time
    Searched refs:is_connection_based (Results 1 - 4 of 4) 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,
http_auth_handler_factory_unittest.cc 122 EXPECT_FALSE(handler->is_connection_based());
149 EXPECT_FALSE(handler->is_connection_based());
165 EXPECT_TRUE(handler->is_connection_based());
181 EXPECT_TRUE(handler->is_connection_based());
http_auth_handler_mock.cc 76 if (!is_connection_based())
90 properties_ = connection_based_ ? IS_CONNECTION_BASED : 0;
http_auth_handler_digest_unittest.cc 364 EXPECT_FALSE(handler->is_connection_based());

Completed in 1406 milliseconds