Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:retry_

194       : path_(path), force_(force), retry_(false), max_bytes_(max_bytes),
213 bool retry_;
238 if (result == net::OK || !force_ || retry_)
243 retry_ = true;