Home
last modified time | relevance | path

Searched refs:CheckResponseHeaders (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/websockets/
Dwebsocket_handshake_draft75.cc114 if (CheckResponseHeaders()) { in ReadServerHandshake()
143 bool WebSocketHandshakeDraft75::CheckResponseHeaders() const { in CheckResponseHeaders() function in net::WebSocketHandshakeDraft75
Dwebsocket_handshake_draft75.h57 virtual bool CheckResponseHeaders() const;
Dwebsocket_handshake.cc100 if (!ProcessHeaders(*headers) || !CheckResponseHeaders()) { in ReadServerHandshake()
198 bool WebSocketHandshake::CheckResponseHeaders() const { in CheckResponseHeaders() function in net::WebSocketHandshake
Dwebsocket_handshake.h109 virtual bool CheckResponseHeaders() const;