Home | History | Annotate | Download | only in socket_stream

Lines Matching defs:DoLoop

147       NewRunnableMethod(this, &SocketStream::DoLoop, OK));
182 NewRunnableMethod(this, &SocketStream::DoLoop, OK));
264 DoLoop(ERR_ABORTED);
267 // If next_state_ is STATE_READ_WRITE, we'll run DoLoop and close
272 DoLoop(ERR_ABORTED);
356 DoLoop(result);
367 DoLoop(result);
374 DoLoop(result);
377 void SocketStream::DoLoop(int result) {
993 DoLoop(ERR_UNEXPECTED);
1013 DoLoop(OK);