Searched refs:WillingAndAbleToWrite (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_session_test.cc382 EXPECT_TRUE(session_.WillingAndAbleToWrite());
421 EXPECT_FALSE(session_.WillingAndAbleToWrite());
451 EXPECT_TRUE(session_.WillingAndAbleToWrite());
457 EXPECT_TRUE(session_.WillingAndAbleToWrite());
465 EXPECT_FALSE(session_.WillingAndAbleToWrite());
510 EXPECT_TRUE(session_.WillingAndAbleToWrite());
528 EXPECT_FALSE(session_.WillingAndAbleToWrite());
560 EXPECT_FALSE(session_.WillingAndAbleToWrite());
H A Dquic_session.cc86 virtual bool WillingAndAbleToWrite() const OVERRIDE {
87 return session_->WillingAndAbleToWrite();
301 // streams become pending, WillingAndAbleToWrite will be true, which will
347 bool QuicSession::WillingAndAbleToWrite() const { function in class:net::QuicSession
H A Dquic_session.h75 virtual bool WillingAndAbleToWrite() const OVERRIDE;
H A Dquic_connection.h107 virtual bool WillingAndAbleToWrite() const = 0;
H A Dquic_connection.cc1185 if (visitor_->WillingAndAbleToWrite() &&
H A Dquic_connection_test.cc659 EXPECT_CALL(visitor_, WillingAndAbleToWrite()).Times(AnyNumber());
1856 EXPECT_CALL(visitor_, WillingAndAbleToWrite()).WillOnce(Return(true));
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h243 MOCK_CONST_METHOD0(WillingAndAbleToWrite, bool());

Completed in 94 milliseconds