OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HttpErrorType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/webrtc/base/
httprequest.h
68
HttpErrorType
error() { return error_; }
71
void set_error(
HttpErrorType
error) { error_ = error; }
82
HttpErrorType
error_;
100
HttpErrorType
error() const { return error_; }
103
void OnHttpClientComplete(HttpClient * http,
HttpErrorType
error);
107
HttpErrorType
error_;
asynchttprequest.h
74
HttpErrorType
error() { return error_; }
77
void set_error(
HttpErrorType
error) { error_ = error; }
80
void OnComplete(HttpClient* client,
HttpErrorType
error);
98
HttpErrorType
error_;
httpclient.h
51
// your code (
HttpErrorType
should only be used for code that is shared
54
typedef HttpError
HttpErrorType
;
56
typedef int
HttpErrorType
;
139
sigslot::signal2<HttpClient*,
HttpErrorType
> SignalHttpClientComplete;
asynchttprequest.cc
56
void AsyncHttpRequest::OnComplete(HttpClient* client,
HttpErrorType
error) {
httprequest.cc
39
void HttpMonitor::OnHttpClientComplete(HttpClient * http,
HttpErrorType
error) {
Completed in 189 milliseconds