Searched refs:IsWriteBlockedDataBuffered (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_packet_writer_wrapper.cc27 bool QuicPacketWriterWrapper::IsWriteBlockedDataBuffered() const { function in class:net::tools::QuicPacketWriterWrapper
28 return writer_->IsWriteBlockedDataBuffered();
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_default_packet_writer.cc32 bool QuicDefaultPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::tools::QuicDefaultPacketWriter
H A Dquic_default_packet_writer.h29 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_packet_writer_wrapper.h31 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_per_connection_packet_writer.h33 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_time_wait_list_manager.cc241 return writer_->IsWriteBlockedDataBuffered();
H A Dquic_time_wait_list_manager_test.cc104 EXPECT_CALL(writer_, IsWriteBlockedDataBuffered())
H A Dend_to_end_test.cc1138 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE {
/external/chromium_org/net/quic/
H A Dquic_packet_writer.h34 virtual bool IsWriteBlockedDataBuffered() const = 0;
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_default_packet_writer.h33 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_per_connection_packet_writer.h36 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_server_packet_writer.h44 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
H A Dquic_default_packet_writer.cc51 bool QuicDefaultPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::QuicDefaultPacketWriter
H A Dquic_server_packet_writer.cc52 bool QuicServerPacketWriter::IsWriteBlockedDataBuffered() const { function in class:net::QuicServerPacketWriter
H A Dquic_time_wait_list_manager.cc239 return writer_->IsWriteBlockedDataBuffered();
H A Dquic_connection.cc1004 if (writer_->IsWriteBlockedDataBuffered()) {
1426 if (!writer_->IsWriteBlockedDataBuffered()) {
H A Dquic_connection_test.cc316 virtual bool IsWriteBlockedDataBuffered() const OVERRIDE {
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.h125 MOCK_CONST_METHOD0(IsWriteBlockedDataBuffered, bool());
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h429 MOCK_CONST_METHOD0(IsWriteBlockedDataBuffered, bool());

Completed in 172 milliseconds