HomeSort by relevance Sort by last modified time
    Searched refs:SendErrorNotFound (Results 1 - 15 of 15) sorted by null

  /external/chromium/net/tools/flip_server/
sm_interface.h 52 virtual void SendErrorNotFound(uint32 stream_id) = 0;
http_interface.h 100 virtual void SendErrorNotFound(uint32 stream_id);
spdy_interface.h 95 virtual void SendErrorNotFound(uint32 stream_id);
streamer_interface.h 58 virtual void SendErrorNotFound(uint32 stream_id) {}
http_interface.cc 208 SendErrorNotFound(stream_id);
221 void HttpSM::SendErrorNotFound(uint32 stream_id) {
spdy_interface.cc 369 SendErrorNotFound(stream_id);
386 void SpdySM::SendErrorNotFound(uint32 stream_id) {
  /external/chromium_org/net/tools/flip_server/
flip_test_utils.h 44 MOCK_METHOD1(SendErrorNotFound, void(uint32 stream_id));
sm_interface.h 53 virtual void SendErrorNotFound(uint32 stream_id) = 0;
http_interface.h 101 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE;
streamer_interface.h 59 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE {}
http_interface.cc 189 SendErrorNotFound(stream_id);
202 void HttpSM::SendErrorNotFound(uint32 stream_id) {
spdy_interface.h 152 virtual void SendErrorNotFound(uint32 stream_id) OVERRIDE;
http_interface_test.cc 289 TEST_F(FlipHttpSMTest, SendErrorNotFound) {
307 interface_->SendErrorNotFound(stream_id);
spdy_interface.cc 358 SendErrorNotFound(stream_id);
373 void SpdySM::SendErrorNotFound(uint32 stream_id) {
spdy_interface_test.cc 452 interface_->SendErrorNotFound(stream_id);
485 TEST_P(SpdySMProxyTest, SendErrorNotFound) {
496 interface_->SendErrorNotFound(stream_id);

Completed in 682 milliseconds