Home
last modified time | relevance | path

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

/external/chromium/net/tools/flip_server/
Dsm_interface.h47 virtual int PostAcceptHook() = 0;
Dstreamer_interface.h54 virtual int PostAcceptHook();
Dhttp_interface.h95 virtual int PostAcceptHook();
Dstreamer_interface.cc117 int StreamerSM::PostAcceptHook() { in PostAcceptHook() function in net::StreamerSM
Dspdy_interface.h89 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