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

  /external/chromium_org/net/websockets/
websocket_handshake_constants.cc 14 const char* const kSecWebSocketProtocol = "Sec-WebSocket-Protocol";
websocket_handshake_constants.h 31 extern const char* const kSecWebSocketProtocol;
websocket_basic_handshake_stream.cc 77 &state, websockets::kSecWebSocketProtocol, &token)) {
132 DCHECK(!headers.HasHeader(websockets::kSecWebSocketProtocol));
155 AddVectorHeaderIfNonEmpty(websockets::kSecWebSocketProtocol,

Completed in 46 milliseconds