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

  /external/chromium_org/net/http/
http_request_headers.h 65 static const char kConnection[];
http_request_headers.cc 23 const char HttpRequestHeaders::kConnection[] = "Connection";
  /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) &&
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 62 static const char kConnection[] = "testconnection";
331 kConnection);
381 kConnection);

Completed in 938 milliseconds