Searched defs:IsWriteBlocked (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_default_packet_writer.cc23 DCHECK(!IsWriteBlocked());
36 bool QuicDefaultPacketWriter::IsWriteBlocked() const { function in class:net::tools::QuicDefaultPacketWriter
H A Dquic_per_connection_packet_writer.cc36 bool QuicPerConnectionPacketWriter::IsWriteBlocked() const { function in class:net::tools::QuicPerConnectionPacketWriter
37 return shared_writer_->IsWriteBlocked();
H A Dquic_packet_writer_wrapper.cc31 bool QuicPacketWriterWrapper::IsWriteBlocked() const { function in class:net::tools::QuicPacketWriterWrapper
32 return writer_->IsWriteBlocked();
/external/chromium_org/net/quic/
H A Dquic_default_packet_writer.cc32 DCHECK(!IsWriteBlocked());
57 bool QuicDefaultPacketWriter::IsWriteBlocked() const { function in class:net::QuicDefaultPacketWriter
H A Dquic_per_connection_packet_writer.cc44 bool QuicPerConnectionPacketWriter::IsWriteBlocked() const { function in class:net::QuicPerConnectionPacketWriter
45 return shared_writer_->IsWriteBlocked();
H A Dquic_server_packet_writer.cc57 bool QuicServerPacketWriter::IsWriteBlocked() const { function in class:net::QuicServerPacketWriter
72 DCHECK(!IsWriteBlocked());
/external/chromium_org/net/tools/quic/test_tools/
H A Dpacket_dropping_test_writer.cc136 bool PacketDroppingTestWriter::IsWriteBlocked() const { function in class:net::tools::test::PacketDroppingTestWriter
140 return QuicPacketWriterWrapper::IsWriteBlocked();

Completed in 1748 milliseconds