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 62 static const char kConnection[] = "testconnection";
331 kConnection);
381 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 848 request_headers_.SetHeader(HttpRequestHeaders::kConnection, "keep-alive");
    [all...]
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 167 if (!headers->HasHeader(HttpRequestHeaders::kConnection)) {
168 *failure_message = MissingHeaderMessage(HttpRequestHeaders::kConnection);
171 if (!headers->HasHeaderValue(HttpRequestHeaders::kConnection,
382 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 104 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 7443 milliseconds