Searched refs:ParseClose (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.h298 // this is symmetric with the behaviour of ParseClose.
308 bool ParseClose(const scoped_refptr<IOBuffer>& buffer,
H A Dwebsocket_channel.cc62 // out over the network. See ParseClose() for the restrictions on incoming close
836 if (!ParseClose(data_buffer, size, &code, &reason, &message)) {
1044 bool WebSocketChannel::ParseClose(const scoped_refptr<IOBuffer>& buffer, function in class:net::WebSocketChannel

Completed in 416 milliseconds