Lines Matching full:async
109 DVLOG(1) << "Async: " << r.async
197 return MockWriteResult(w->async, result);
238 SSLSocketDataProvider::SSLSocketDataProvider(bool async, int result)
239 : connect(async, result),
457 if (stopped() && !current_read_.async) {
462 // Async read which will be called back in a future step.
467 if (!current_read_.async) {
484 if (!current_read_.async)
498 if (stopped() && !next_write.async) {
503 // Async write which will be called back in a future step.
507 if (!next_write.async) {
522 if (!next_write.async)
525 // This is either a sync write for this step, or an async write.
718 // Store our async IO data.
732 // to complete the async IO manually later (via OnReadComplete).
734 DCHECK(callback); // We need to be using async IO in this case.
756 if (write_result.async) {
769 if (data_->connect_data().async) {
816 read_data_.async = false;
829 // Save the pending async IO data and reset our |pending_| state.
854 if (read_data_.async) {
894 // If read_data_.async is true, we do not need to wait, since this is already
923 if (write_result.async) {
950 if (read_data_.async || (read_data_.result == ERR_IO_PENDING)) {
966 if (data_->connect_data().async) {
1059 if (data_->connect.async) {