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 56 WebSocketFrameChunk::WebSocketFrameChunk() : final_chunk(false) {}
58 WebSocketFrameChunk::~WebSocketFrameChunk() {}
websocket_frame.h 105 struct NET_EXPORT WebSocketFrameChunk {
106 WebSocketFrameChunk();
107 ~WebSocketFrameChunk();

Completed in 138 milliseconds