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

  /external/chromium/net/websockets/
websocket_handshake_draft75.h 57 virtual bool CheckResponseHeaders() const;
websocket_handshake_draft75.cc 114 if (CheckResponseHeaders()) {
143 bool WebSocketHandshakeDraft75::CheckResponseHeaders() const {
websocket_handshake.h 109 virtual bool CheckResponseHeaders() const;
websocket_handshake.cc 100 if (!ProcessHeaders(*headers) || !CheckResponseHeaders()) {
198 bool WebSocketHandshake::CheckResponseHeaders() const {

Completed in 41 milliseconds