Searched refs:HttpBase (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc245 // HttpBase::DocumentStream
258 class HttpBase::DocumentStream : public StreamInterface {
260 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
307 // adapter from the HttpBase, and further calls to read will either return
311 HttpBase* base = Disconnect(http_error);
336 HttpBase* base = Disconnect(HE_NONE);
356 HttpBase* Disconnect(HttpError error) {
359 HttpBase* base = base_;
367 HttpBase* base_;
372 // HttpBase
375 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), function in class:talk_base::HttpBase
[all...]
H A Dhttpbase.h102 // HttpBase - Provides a state machine for implementing HTTP-based components.
103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
111 class HttpBase class in namespace:talk_base
116 HttpBase();
117 virtual ~HttpBase();
134 // Obtaining this stream puts HttpBase into stream mode until the stream
135 // is closed. HttpBase can only expose one open stream interface at a time.
H A Dhttpclient.h186 HttpBase base_;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc249 // HttpBase::DocumentStream
262 class HttpBase::DocumentStream : public StreamInterface {
264 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
311 // adapter from the HttpBase, and further calls to read will either return
315 HttpBase* base = Disconnect(http_error);
340 HttpBase* base = Disconnect(HE_NONE);
360 HttpBase* Disconnect(HttpError error) {
363 HttpBase* base = base_;
371 HttpBase* base_;
376 // HttpBase
379 HttpBase::HttpBase() : mode_(HM_NONE), data_(NULL), notify_(NULL), function in class:talk_base::HttpBase
[all...]
H A Dhttpbase.h102 // HttpBase - Provides a state machine for implementing HTTP-based components.
103 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
105 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
111 class HttpBase class in namespace:talk_base
116 HttpBase();
117 virtual ~HttpBase();
134 // Obtaining this stream puts HttpBase into stream mode until the stream
135 // is closed. HttpBase can only expose one open stream interface at a time.
H A Dhttpserver.h115 HttpBase base_;
H A Dhttpclient.h191 HttpBase base_;
H A Dhttpbase_unittest.cc119 HttpBase base;

Completed in 61 milliseconds