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

  /external/chromium_org/net/websockets/
websocket_channel.h 227 ScopedVector<WebSocketFrameChunk> read_frame_chunks_; member in class:net::WebSocketChannel
websocket_channel_test.cc 542 EchoeyFakeWebSocketStream() : read_frame_chunks_(NULL), done_(false) {}
558 read_frame_chunks_ = frame_chunks;
576 done_ = MoveFrameChunks(read_frame_chunks_);
577 read_frame_chunks_ = NULL;
604 ScopedVector<WebSocketFrameChunk>* read_frame_chunks_; member in class:net::__anon11622::EchoeyFakeWebSocketStream
    [all...]

Completed in 124 milliseconds