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

  /external/chromium/net/tools/flip_server/
http_interface.h 70 void SendOKResponse(uint32 stream_id, std::string* output);
spdy_interface.h 96 void SendOKResponse(uint32 stream_id, std::string* output);
streamer_interface.h 59 virtual void SendOKResponse(uint32 stream_id, std::string output) {}
http_interface.cc 97 void HttpSM::SendOKResponse(uint32 stream_id, std::string* output) {
spdy_interface.cc 390 void SpdySM::SendOKResponse(uint32 stream_id, std::string* output) {
  /external/chromium_org/net/tools/flip_server/
http_interface.h 72 void SendOKResponse(uint32 stream_id, std::string* output);
streamer_interface.h 60 virtual void SendOKResponse(uint32 stream_id, std::string output) {}
spdy_interface.h 146 void SendOKResponse(uint32 stream_id, std::string* output);
http_interface.cc 97 void HttpSM::SendOKResponse(uint32 stream_id, std::string* output) {
spdy_interface.cc 351 void SpdySM::SendOKResponse(uint32 stream_id, std::string* output) {

Completed in 970 milliseconds