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

  /external/chromium/third_party/libjingle/source/talk/base/
httprequest.h 85 HttpErrorType error() { return error_; }
88 void set_error(HttpErrorType error) { error_ = error; }
99 HttpErrorType error_;
117 HttpErrorType error() const { return error_; }
120 void OnHttpClientComplete(HttpClient * http, HttpErrorType error);
124 HttpErrorType error_;
asynchttprequest.h 85 HttpErrorType error() { return error_; }
88 void set_error(HttpErrorType error) { error_ = error; }
91 void OnComplete(HttpClient* client, HttpErrorType error);
106 HttpErrorType error_;
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;
asynchttprequest.cc 75 void AsyncHttpRequest::OnComplete(HttpClient* client, HttpErrorType error) {
httprequest.cc 56 void HttpMonitor::OnHttpClientComplete(HttpClient * http, HttpErrorType error) {

Completed in 437 milliseconds