HomeSort by relevance Sort by last modified time
    Searched refs:is_connection_based (Results 1 - 5 of 5) 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_unittest.cc 267 EXPECT_FALSE(handler->is_connection_based());
288 EXPECT_FALSE(handler->is_connection_based());
301 EXPECT_TRUE(handler->is_connection_based());
http_auth.cc 27 if (*handler && (*handler)->is_connection_based()) {
http_network_transaction.cc     [all...]
  /external/chromium/net/socket_stream/
socket_stream.cc 546 if (entry && !entry->handler()->is_connection_based()) {

Completed in 40 milliseconds