Searched refs:in_flight_write_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_session.cc675 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_
[all...]
H A Dspdy_session.h469 SpdyIOBuffer in_flight_write_; // This is the write buffer in progress. member in class:net::SpdySession
/external/chromium_org/net/spdy/
H A Dspdy_session.cc1291 if (in_flight_write_) {
1292 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1319 in_flight_write_ = producer->ProduceBuffer();
1320 if (!in_flight_write_) {
1325 in_flight_write_frame_size_ = in_flight_write_->GetRemainingSize();
1337 in_flight_write_->GetIOBufferForRemainingData();
1340 in_flight_write_->GetRemainingSize(),
1349 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1355 in_flight_write_.reset();
1368 // in_flight_write_
[all...]
H A Dspdy_session.h979 scoped_ptr<SpdyBuffer> in_flight_write_; member in class:net::SpdySession
980 // The type of the frame in |in_flight_write_|.
982 // The size of the frame in |in_flight_write_|.
984 // The stream to notify when |in_flight_write_| has been written to

Completed in 79 milliseconds