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

  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 66 // your code (HttpErrorType should only be used for code that is shared
69 typedef HttpError HttpErrorType;
71 typedef int HttpErrorType;
154 sigslot::signal2<HttpClient*,HttpErrorType> SignalHttpClientComplete;
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 68 // your code (HttpErrorType should only be used for code that is shared
71 typedef HttpError HttpErrorType;
73 typedef int HttpErrorType;
156 sigslot::signal2<HttpClient*,HttpErrorType> SignalHttpClientComplete;

Completed in 207 milliseconds