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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 88 // IHttpNotify
93 class IHttpNotify {
95 virtual ~IHttpNotify() {}
119 void notify(IHttpNotify* notify) { notify_ = notify; }
187 IHttpNotify* notify_;
httpclient.h 74 class HttpClient : private IHttpNotify {
175 // IHttpNotify Interface
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.h 88 // IHttpNotify
93 class IHttpNotify {
95 virtual ~IHttpNotify() {}
119 void notify(IHttpNotify* notify) { notify_ = notify; }
187 IHttpNotify* notify_;
httpserver.h 97 class Connection : private IHttpNotify {
108 // IHttpNotify Interface
httpclient.h 76 class HttpClient : private IHttpNotify, public sigslot::has_slots<> {
180 // IHttpNotify Interface
httpbase_unittest.cc 62 class HttpBaseTest : public testing::Test, public IHttpNotify {

Completed in 425 milliseconds