HomeSort by relevance Sort by last modified time
    Searched defs:HttpServerTransaction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver.h 46 struct HttpServerTransaction : public HttpTransaction {
48 HttpServerTransaction(int id) : connection_id_(id) { }
71 sigslot::signal3<HttpServer*, HttpServerTransaction*, bool*>
79 sigslot::signal2<HttpServer*, HttpServerTransaction*> SignalHttpRequest;
80 void Respond(HttpServerTransaction* transaction);
83 sigslot::signal3<HttpServer*, HttpServerTransaction*, int>
105 void Respond(HttpServerTransaction* transaction);
116 HttpServerTransaction* current_;
  /external/chromium_org/third_party/webrtc/base/
httpserver.h 29 struct HttpServerTransaction : public HttpTransaction {
31 HttpServerTransaction(int id) : connection_id_(id) { }
54 sigslot::signal3<HttpServer*, HttpServerTransaction*, bool*>
62 sigslot::signal2<HttpServer*, HttpServerTransaction*> SignalHttpRequest;
63 void Respond(HttpServerTransaction* transaction);
66 sigslot::signal3<HttpServer*, HttpServerTransaction*, int>
88 void Respond(HttpServerTransaction* transaction);
99 HttpServerTransaction* current_;

Completed in 86 milliseconds