Searched defs:IsWriteBlockedDataBuffered (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_default_packet_writer.cc32 bool QuicDefaultPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::tools::QuicDefaultPacketWriter
H A Dquic_per_connection_packet_writer.cc32 bool QuicPerConnectionPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::tools::QuicPerConnectionPacketWriter
33 return shared_writer_->IsWriteBlockedDataBuffered();
H A Dquic_packet_writer_wrapper.cc27 bool QuicPacketWriterWrapper::IsWriteBlockedDataBuffered() const { function in class:net::tools::QuicPacketWriterWrapper
28 return writer_->IsWriteBlockedDataBuffered();
/external/chromium_org/net/quic/
H A Dquic_default_packet_writer.cc51 bool QuicDefaultPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::QuicDefaultPacketWriter
H A Dquic_per_connection_packet_writer.cc40 bool QuicPerConnectionPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::QuicPerConnectionPacketWriter
41 return shared_writer_->IsWriteBlockedDataBuffered();
H A Dquic_server_packet_writer.cc52 bool QuicServerPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::QuicServerPacketWriter

Completed in 97 milliseconds