Home | History | Annotate | Download | only in disk_cache

Lines Matching full:result_

262   result_ = 0;
279 return result_;
429 DCHECK_GE(result_, 0);
500 result_ = net::ERR_CACHE_READ_FAILURE;
516 result_ = net::ERR_CACHE_READ_FAILURE;
555 DCHECK_GE(result_, 0);
668 new GetAvailableRangeResultParameters(offset_, result_)));
682 if (!buf_len_ || result_ < 0)
760 // We are done. Just break the loop and reset result_ to our real result.
775 result_ = std::min(bytes_found, child_len_ - empty_start);
778 result_ = std::min(partial_start_bytes - block_offset, child_len_);
795 result_ = result;
801 result_ += result;
839 c->Run(result_);