Home
last modified time | relevance | path

Searched refs:PostAcceptHook (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/net/tools/flip_server/
Dflip_test_utils.h41 MOCK_METHOD0(PostAcceptHook, int());
Dsm_interface.h47 virtual int PostAcceptHook() = 0;
Dstreamer_interface.cc118 int StreamerSM::PostAcceptHook() { in PostAcceptHook() function in net::StreamerSM
Dstreamer_interface.h54 virtual int PostAcceptHook() OVERRIDE;
Dhttp_interface.h95 virtual int PostAcceptHook() OVERRIDE;
Dspdy_interface.h146 virtual int PostAcceptHook() OVERRIDE;
Dhttp_interface.cc178 int HttpSM::PostAcceptHook() { return 1; } in PostAcceptHook() function in net::HttpSM
Dspdy_interface_test.cc403 TEST_P(SpdySMProxyTest, PostAcceptHook) { in TEST_P() argument
404 interface_->PostAcceptHook(); in TEST_P()
Dsm_connection.cc403 if (!sm_interface_->PostAcceptHook()) in SetupProtocolInterfaces()
Dspdy_interface.cc334 int SpdySM::PostAcceptHook() { in PostAcceptHook() function in net::SpdySM
/external/chromium/net/tools/flip_server/
Dsm_interface.h47 virtual int PostAcceptHook() = 0;
Dstreamer_interface.cc117 int StreamerSM::PostAcceptHook() { in PostAcceptHook() function in net::StreamerSM
Dspdy_interface.h89 virtual int PostAcceptHook();
Dstreamer_interface.h54 virtual int PostAcceptHook();
Dhttp_interface.h95 virtual int PostAcceptHook();
Dhttp_interface.cc196 int HttpSM::PostAcceptHook() { in PostAcceptHook() function in net::HttpSM
Dsm_connection.cc397 if (!sm_interface_->PostAcceptHook()) in SetupProtocolInterfaces()
Dspdy_interface.cc347 int SpdySM::PostAcceptHook() { in PostAcceptHook() function in net::SpdySM