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

/external/chromium_org/net/spdy/
H A Dspdy_session.cc1380 if (availability_state_ == STATE_DRAINING && !in_flight_write_ &&
1429 if (in_flight_write_) {
1430 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1462 in_flight_write_ = producer->ProduceBuffer();
1463 if (!in_flight_write_) {
1468 in_flight_write_frame_size_ = in_flight_write_->GetRemainingSize();
1480 in_flight_write_->GetIOBufferForRemainingData();
1483 in_flight_write_->GetRemainingSize(),
1491 DCHECK_GT(in_flight_write_->GetRemainingSize(), 0u);
1497 in_flight_write_
[all...]
H A Dspdy_session.h993 scoped_ptr<SpdyBuffer> in_flight_write_; member in class:net::SpdySession
994 // The type of the frame in |in_flight_write_|.
996 // The size of the frame in |in_flight_write_|.
998 // The stream to notify when |in_flight_write_| has been written to

Completed in 52 milliseconds