Home
last modified time | relevance | path

Searched refs:kWebSocketLowercase (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_handshake_constants.cc35 const char* const kWebSocketLowercase = "websocket"; variable
Dwebsocket_handshake_constants.h84 extern const char* const kWebSocketLowercase;
Dwebsocket_handshake_handler.cc369 websockets::kWebSocketLowercase, in ParseResponseInfo()
413 websockets::kUpgrade, websockets::kWebSocketLowercase, &response_message); in ParseResponseHeaderBlock()
Dwebsocket_stream.cc103 headers.SetHeader(websockets::kUpgrade, websockets::kWebSocketLowercase); in StreamRequestImpl()
Dwebsocket_basic_handshake_stream.cc137 if (!LowerCaseEqualsASCII(value, websockets::kWebSocketLowercase)) { in ValidateUpgrade()