HomeSort by relevance Sort by last modified time
    Searched refs: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_;
httpclient.h 74 class HttpClient : private IHttpNotify {
175 // IHttpNotify Interface

Completed in 596 milliseconds