Home
last modified time | relevance | path

Searched refs:MessageFullyRead (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/net/tools/balsa/
Dbalsa_frame_test.cc77 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 …]
Dbalsa_frame.h110 bool MessageFullyRead() { in MessageFullyRead() function
/external/chromium_org/net/tools/flip_server/
Dstreamer_interface.cc94 bool StreamerSM::MessageFullyRead() const { in MessageFullyRead() function in net::StreamerSM
96 return http_framer_->MessageFullyRead(); in MessageFullyRead()
Dhttp_interface.cc134 bool HttpSM::MessageFullyRead() const { in MessageFullyRead() function in net::HttpSM
135 return http_framer_->MessageFullyRead(); in MessageFullyRead()
159 if (!MessageFullyRead()) { in ResetForNewConnection()
Dflip_test_utils.h34 MOCK_CONST_METHOD0(MessageFullyRead, bool());
Dsm_interface.h35 virtual bool MessageFullyRead() const = 0;
Dhttp_interface_test.cc194 ASSERT_TRUE(interface_->MessageFullyRead()); in TEST_F()
222 ASSERT_FALSE(interface_->MessageFullyRead()); in TEST_F()
247 ASSERT_FALSE(interface_->MessageFullyRead()); in TEST_F()
Dstreamer_interface.h46 virtual bool MessageFullyRead() const OVERRIDE;
Dhttp_interface.h87 virtual bool MessageFullyRead() const OVERRIDE;
Dspdy_interface.h136 virtual bool MessageFullyRead() const OVERRIDE;
Dspdy_interface.cc306 bool SpdySM::MessageFullyRead() const { in MessageFullyRead() function in net::SpdySM
308 return buffered_spdy_framer_->MessageFullyRead(); in MessageFullyRead()
Dmem_cache.cc164 if (framer.MessageFullyRead()) { in ReadAndStoreFileContents()
Dsm_connection.cc508 if (sm_interface_->MessageFullyRead()) { in DoConsumeReadData()
/external/chromium_org/net/spdy/
Dbuffered_spdy_framer.h173 bool MessageFullyRead();
Dbuffered_spdy_framer.cc257 bool BufferedSpdyFramer::MessageFullyRead() { in MessageFullyRead() function in net::BufferedSpdyFramer