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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase.cc 39 #include "talk/base/httpbase.h"
249 // 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_
    [all...]
httpbase.h 102 // 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
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.
  /external/chromium_org/third_party/webrtc/base/
httpbase.cc 19 #include "webrtc/base/httpbase.h"
229 // HttpBase::DocumentStream
242 class HttpBase::DocumentStream : public StreamInterface {
244 DocumentStream(HttpBase* base) : base_(base), error_(HE_DEFAULT) { }
291 // adapter from the HttpBase, and further calls to read will either return
295 HttpBase* base = Disconnect(http_error);
320 HttpBase* base = Disconnect(HE_NONE);
340 HttpBase* Disconnect(HttpError error) {
343 HttpBase* base = base_;
351 HttpBase* base_
    [all...]
httpbase.h 82 // HttpBase - Provides a state machine for implementing HTTP-based components.
83 // Attach HttpBase to a StreamInterface which represents a bidirectional HTTP
85 // side of an HTTP transaction. By default, HttpBase operates as an I/O pump,
91 class HttpBase
96 HttpBase();
97 virtual ~HttpBase();
114 // Obtaining this stream puts HttpBase into stream mode until the stream
115 // is closed. HttpBase can only expose one open stream interface at a time.

Completed in 209 milliseconds