OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 431 milliseconds