OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ws_protocol_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/websockets/
websocket_handshake_draft75.h
48
// |ws_origin_|, |ws_location_| and |
ws_protocol_
|.
53
// Checks |ws_origin_|, |ws_location_| and |
ws_protocol_
| are valid
websocket_handshake_draft75.cc
138
&& !GetSingleHeader(headers, "websocket-protocol", &
ws_protocol_
))
149
if (!protocol_.empty() && protocol_ !=
ws_protocol_
)
websocket_handshake.h
70
std::string
ws_protocol_
;
member in class:net::WebSocketHandshake
websocket_handshake.cc
193
&& !GetSingleHeader(headers, "sec-websocket-protocol", &
ws_protocol_
))
204
if (!protocol_.empty() && protocol_ !=
ws_protocol_
)
Completed in 1070 milliseconds