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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 38 static const char kConnection[] = "testconnection";
290 kConnection);
340 kConnection);
  /external/chromium_org/net/http/
http_request_headers.h 65 static const char kConnection[];
http_request_headers.cc 23 const char HttpRequestHeaders::kConnection[] = "Connection";
http_network_transaction.cc 845 request_headers_.SetHeader(HttpRequestHeaders::kConnection, "keep-alive");
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 166 if (!headers->HasHeader(HttpRequestHeaders::kConnection)) {
167 *failure_message = MissingHeaderMessage(HttpRequestHeaders::kConnection);
170 if (!headers->HasHeaderValue(HttpRequestHeaders::kConnection,
381 DCHECK(headers.HasHeader(HttpRequestHeaders::kConnection));
websocket_handshake_handler.cc 211 request_info.extra_headers.RemoveHeader(HttpRequestHeaders::kConnection);
373 HttpRequestHeaders::kConnection, websockets::kUpgrade, &response_message);
415 HttpRequestHeaders::kConnection, websockets::kUpgrade, &response_message);
websocket_stream.cc 93 headers.SetHeader(HttpRequestHeaders::kConnection, websockets::kUpgrade);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 331 const char kConnection[] = "\r\nConnection: ";
332 if (GetHeaderValue(*data, i, kConnection, &should_close) &&

Completed in 7029 milliseconds