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

  /external/chromium/net/tools/flip_server/
sm_interface.h 34 virtual void SetStreamID(uint32 stream_id) = 0;
http_interface.h 88 virtual void SetStreamID(uint32 stream_id);
spdy_interface.h 76 virtual void SetStreamID(uint32 stream_id) {}
streamer_interface.h 47 virtual void SetStreamID(uint32 stream_id) {}
http_interface.cc 150 void HttpSM::SetStreamID(uint32 stream_id) {
spdy_interface.cc 253 sm_http_interface->SetStreamID(syn_stream->stream_id());
  /external/chromium_org/net/tools/flip_server/
flip_test_utils.h 33 MOCK_METHOD1(SetStreamID, void(uint32 stream_id));
sm_interface.h 34 virtual void SetStreamID(uint32 stream_id) = 0;
http_interface.h 88 virtual void SetStreamID(uint32 stream_id) OVERRIDE;
streamer_interface.h 47 virtual void SetStreamID(uint32 stream_id) OVERRIDE {}
spdy_interface.h 133 virtual void SetStreamID(uint32 stream_id) OVERRIDE {}
spdy_interface_test.cc 239 EXPECT_CALL(*mock_interface, SetStreamID(stream_id));
274 EXPECT_CALL(*mock_interface, SetStreamID(stream_id));
306 EXPECT_CALL(*mock_interface, SetStreamID(stream_id));
341 EXPECT_CALL(*mock_interface, SetStreamID(stream_id));
http_interface.cc 138 void HttpSM::SetStreamID(uint32 stream_id) { stream_id_ = stream_id; }
http_interface_test.cc 420 interface_->SetStreamID(stream_id);
spdy_interface.cc 273 sm_http_interface->SetStreamID(stream_id);

Completed in 40 milliseconds