Searched refs:MessageFullyRead (Results 1 – 15 of 15) sorted by relevance
77 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()145 ASSERT_TRUE(frame_->MessageFullyRead()); in TEST_F()195 ASSERT_TRUE(frame_->MessageFullyRead()); in TEST_F()263 ASSERT_TRUE(frame_->MessageFullyRead()); in TEST_F()296 ASSERT_TRUE(frame_->MessageFullyRead()); in TEST_F()302 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()325 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()349 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()356 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()375 ASSERT_FALSE(frame_->MessageFullyRead()); in TEST_F()[all …]
110 bool MessageFullyRead() { in MessageFullyRead() function
94 bool StreamerSM::MessageFullyRead() const { in MessageFullyRead() function in net::StreamerSM96 return http_framer_->MessageFullyRead(); in MessageFullyRead()
134 bool HttpSM::MessageFullyRead() const { in MessageFullyRead() function in net::HttpSM135 return http_framer_->MessageFullyRead(); in MessageFullyRead()159 if (!MessageFullyRead()) { in ResetForNewConnection()
34 MOCK_CONST_METHOD0(MessageFullyRead, bool());
35 virtual bool MessageFullyRead() const = 0;
194 ASSERT_TRUE(interface_->MessageFullyRead()); in TEST_F()222 ASSERT_FALSE(interface_->MessageFullyRead()); in TEST_F()247 ASSERT_FALSE(interface_->MessageFullyRead()); in TEST_F()
46 virtual bool MessageFullyRead() const OVERRIDE;
87 virtual bool MessageFullyRead() const OVERRIDE;
136 virtual bool MessageFullyRead() const OVERRIDE;
306 bool SpdySM::MessageFullyRead() const { in MessageFullyRead() function in net::SpdySM308 return buffered_spdy_framer_->MessageFullyRead(); in MessageFullyRead()
164 if (framer.MessageFullyRead()) { in ReadAndStoreFileContents()
508 if (sm_interface_->MessageFullyRead()) { in DoConsumeReadData()
173 bool MessageFullyRead();
257 bool BufferedSpdyFramer::MessageFullyRead() { in MessageFullyRead() function in net::BufferedSpdyFramer