Home
last modified time | relevance | path

Searched refs:frames_to_output (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/websockets/
Dwebsocket_deflate_stream_test.cc289 ReadFramesStub(int result, ScopedVector<WebSocketFrame>* frames_to_output) in ReadFramesStub() argument
291 frames_to_output_.swap(*frames_to_output); in ReadFramesStub()
357 ScopedVector<WebSocketFrame> frames_to_output; in TEST_F() local
358 AppendTo(&frames_to_output, in TEST_F()
362 ReadFramesStub stub(OK, &frames_to_output); in TEST_F()
438 ScopedVector<WebSocketFrame> frames_to_output; in TEST_F() local
439 AppendTo(&frames_to_output, in TEST_F()
443 ReadFramesStub stub(OK, &frames_to_output); in TEST_F()
491 ScopedVector<WebSocketFrame> frames_to_output; in TEST_F() local
494 AppendTo(&frames_to_output, in TEST_F()
[all …]
Dwebsocket_deflate_stream.cc277 ScopedVector<WebSocketFrame> frames_to_output; in Inflate() local
289 frames_to_output.push_back(frame.release()); in Inflate()
311 frames_to_output.push_back(frame.release()); in Inflate()
354 frames_to_output.push_back(inflated.release()); in Inflate()
363 frames->swap(frames_to_output); in Inflate()