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

  /external/chromium/net/spdy/
spdy_session.cc 675 DCHECK(in_flight_write_.size());
679 scoped_refptr<SpdyStream> stream = in_flight_write_.stream();
683 // in_flight_write_.
684 DCHECK_LE(result, in_flight_write_.buffer()->BytesRemaining());
686 in_flight_write_.buffer()->DidConsume(result);
689 if (!in_flight_write_.buffer()->BytesRemaining()) {
696 result = in_flight_write_.buffer()->size();
708 in_flight_write_.release();
716 in_flight_write_.release();
789 while (in_flight_write_.buffer() || !queue_.empty())
    [all...]
spdy_session.h 469 SpdyIOBuffer in_flight_write_; // This is the write buffer in progress. member in class:net::SpdySession

Completed in 34 milliseconds