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

  /external/webrtc/webrtc/base/
httpbase.h 68 // IHttpNotify
73 class IHttpNotify {
75 virtual ~IHttpNotify() {}
99 void notify(IHttpNotify* notify) { notify_ = notify; }
173 IHttpNotify* notify_;
httpserver.h 80 class Connection : private IHttpNotify {
91 // IHttpNotify Interface
httpclient.h 59 class HttpClient : private IHttpNotify, public sigslot::has_slots<> {
156 // IHttpNotify Interface
httpbase_unittest.cc 47 class HttpBaseTest : public testing::Test, public IHttpNotify {

Completed in 1500 milliseconds