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.cc1266 if (in_flight_write_) {
1267 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1294 in_flight_write_ = producer->ProduceBuffer();
1295 if (!in_flight_write_) {
1300 in_flight_write_frame_size_ = in_flight_write_->GetRemainingSize();
1312 in_flight_write_->GetIOBufferForRemainingData();
1315 in_flight_write_->GetRemainingSize(),
1324 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1330 in_flight_write_.reset();
1343 // in_flight_write_
[all...]
H A Dspdy_session.h998 scoped_ptr<SpdyBuffer> in_flight_write_; member in class:net::SpdySession
999 // The type of the frame in |in_flight_write_|.
1001 // The size of the frame in |in_flight_write_|.
1003 // The stream to notify when |in_flight_write_| has been written to

Completed in 57 milliseconds