HomeSort by relevance Sort by last modified time
    Searched full:streamblocker (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/quic/
quic_session_test.cc 75 class StreamBlocker {
77 StreamBlocker(QuicSession* session, QuicStreamId stream_id)
266 StreamBlocker stream2_blocker(&session_, stream2->id());
269 InvokeWithoutArgs(&stream2_blocker, &StreamBlocker::MarkWriteBlocked));
281 StreamBlocker stream2_blocker(&session_, stream2->id());
286 StreamBlocker stream3_blocker(&session_, stream3->id());
295 StreamBlocker stream4_blocker(&session_, stream4->id());
311 InvokeWithoutArgs(&stream2_blocker, &StreamBlocker::MarkWriteBlocked));
314 InvokeWithoutArgs(&stream3_blocker, &StreamBlocker::MarkWriteBlocked));
317 InvokeWithoutArgs(&stream4_blocker, &StreamBlocker::MarkWriteBlocked))
    [all...]

Completed in 50 milliseconds