Home
last modified time | relevance | path

Searched refs:ws_protocol_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket_handshake_draft75.cc138 && !GetSingleHeader(headers, "websocket-protocol", &ws_protocol_)) in ProcessHeaders()
149 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
Dwebsocket_handshake.cc193 && !GetSingleHeader(headers, "sec-websocket-protocol", &ws_protocol_)) in ProcessHeaders()
204 if (!protocol_.empty() && protocol_ != ws_protocol_) in CheckResponseHeaders()
Dwebsocket_handshake.h70 std::string ws_protocol_; variable