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

  /external/chromium_org/net/websockets/
websocket_frame.cc 65 WebSocketFrameChunk::WebSocketFrameChunk() : final_chunk(false) {}
67 WebSocketFrameChunk::~WebSocketFrameChunk() {}
websocket_frame.h 125 struct NET_EXPORT WebSocketFrameChunk {
126 WebSocketFrameChunk();
127 ~WebSocketFrameChunk();

Completed in 1851 milliseconds