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

  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.h 144 // DoReceiveLoop acts as a data pump, pulling data from the http stream,
151 // Ideally, we would pass in the document* to DoReceiveLoop, to more easily
157 bool DoReceiveLoop(HttpError* err);
httpbase.cc 281 // DoReceiveLoop writes http document data to the StreamInterface* document
286 // pass our StreamInterface* to DoReceiveLoop, but due to the callbacks
295 // Pump the I/O loop. DoReceiveLoop is guaranteed not to attempt to
297 // of being deleted. To ensure this, DoReceiveLoop returns true when it
301 bool complete = base_->DoReceiveLoop(&http_error);
510 bool HttpBase::DoReceiveLoop(HttpError* error) {
594 if (DoReceiveLoop(&error)) {

Completed in 214 milliseconds