Searched refs:IsWriteBlocked (Results 1 - 25 of 25) 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_packet_writer_wrapper.cc31 bool QuicPacketWriterWrapper::IsWriteBlocked() const { function in class:net::tools::QuicPacketWriterWrapper
32 return writer_->IsWriteBlocked();
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_default_packet_writer.h30 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_packet_writer_wrapper.h32 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_per_connection_packet_writer.h34 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_time_wait_list_manager.cc228 if (writer_->IsWriteBlocked()) {
239 DCHECK(writer_->IsWriteBlocked());
H A Dquic_dispatcher.cc311 while (!write_blocked_list_.empty() && !writer_->IsWriteBlocked()) {
359 if (!writer_->IsWriteBlocked()) {
H A Dquic_dispatcher_test.cc267 virtual bool IsWriteBlocked() const OVERRIDE { return write_blocked_; }
H A Dquic_time_wait_list_manager_test.cc102 EXPECT_CALL(writer_, IsWriteBlocked())
/external/chromium_org/net/quic/
H A Dquic_packet_writer.h37 virtual bool IsWriteBlocked() const = 0;
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_default_packet_writer.cc32 DCHECK(!IsWriteBlocked());
57 bool QuicDefaultPacketWriter::IsWriteBlocked() const { function in class:net::QuicDefaultPacketWriter
H A Dquic_default_packet_writer.h34 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_per_connection_packet_writer.h37 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_server_packet_writer.h45 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dquic_server_packet_writer.cc57 bool QuicServerPacketWriter::IsWriteBlocked() const { function in class:net::QuicServerPacketWriter
72 DCHECK(!IsWriteBlocked());
H A Dquic_time_wait_list_manager.cc226 if (writer_->IsWriteBlocked()) {
237 DCHECK(writer_->IsWriteBlocked());
H A Dquic_dispatcher.cc306 while (!write_blocked_list_.empty() && !writer_->IsWriteBlocked()) {
351 if (!writer_->IsWriteBlocked()) {
H A Dquic_connection.cc984 if (writer_->IsWriteBlocked()) {
1164 DCHECK(!writer_->IsWriteBlocked());
1196 if (!writer_->IsWriteBlocked()) {
1229 DCHECK(!writer_->IsWriteBlocked());
1307 if (writer_->IsWriteBlocked()) {
1347 if (writer_->IsWriteBlocked() && !IsConnectionClose(*packet)) {
1378 if (writer_->IsWriteBlocked()) {
1551 LOG_IF(DFATAL, !queued_packets_.empty() && !writer_->IsWriteBlocked())
H A Dquic_connection_test.cc309 if (IsWriteBlocked()) {
320 virtual bool IsWriteBlocked() const OVERRIDE { return write_blocked_; }
2030 EXPECT_TRUE(writer_->IsWriteBlocked());
2038 EXPECT_TRUE(writer_->IsWriteBlocked());
2990 EXPECT_TRUE(writer_->IsWriteBlocked());
2993 EXPECT_TRUE(writer_->IsWriteBlocked());
3581 EXPECT_FALSE(writer_->IsWriteBlocked());
3596 EXPECT_TRUE(writer_->IsWriteBlocked());
3604 EXPECT_TRUE(writer_->IsWriteBlocked());
/external/chromium_org/net/tools/quic/test_tools/
H A Dpacket_dropping_test_writer.h54 virtual bool IsWriteBlocked() const OVERRIDE;
H A Dpacket_dropping_test_writer.cc136 bool PacketDroppingTestWriter::IsWriteBlocked() const { function in class:net::tools::test::PacketDroppingTestWriter
140 return QuicPacketWriterWrapper::IsWriteBlocked();
H A Dquic_test_utils.h126 MOCK_CONST_METHOD0(IsWriteBlocked, bool());
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h430 MOCK_CONST_METHOD0(IsWriteBlocked, bool());

Completed in 3447 milliseconds