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

  /external/chromium_org/net/websockets/
websocket_channel.h 217 // this is symmetric with the behaviour of ParseClose.
226 void ParseClose(const scoped_refptr<IOBuffer>& buffer,
websocket_channel.cc 47 // out over the network. See ParseClose() for the restrictions on incoming close
548 ParseClose(data_buffer, size, &code, &reason);
676 void WebSocketChannel::ParseClose(const scoped_refptr<IOBuffer>& buffer,

Completed in 46 milliseconds