Searched defs:DoReceiveLoop (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpbase.cc281 // 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) { function in class:talk_base::HttpBase
594 if (DoReceiveLoop(&error)) {

Completed in 58 milliseconds