HomeSort by relevance Sort by last modified time
    Searched defs:IHttpNotify (Results 1 - 2 of 2) 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_;
  /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_;

Completed in 29 milliseconds