Home | History | Annotate | Download | only in disk_cache

Lines Matching full:result_

196   result_ = 0;
208 return result_;
356 DCHECK_GE(result_, 0);
424 result_ = net::ERR_CACHE_READ_FAILURE;
439 result_ = net::ERR_CACHE_READ_FAILURE;
478 DCHECK_GE(result_, 0);
590 if (!buf_len_ || result_ < 0)
654 // We are done. Just break the loop and reset result_ to our real result.
669 result_ = std::min(bytes_found, child_len_ - empty_start);
672 result_ = std::min(partial_start_bytes - block_offset, child_len_);
688 result_ = result;
694 result_ += result;
728 c->Run(result_);