Searched refs:range_found (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_cache_transaction.cc1376 bool range_found = false; local
1380 range_found = true;
1406 if (range_found && external_validation_.initialized) {
1419 if (range_found && !(effective_load_flags_ & LOAD_DISABLE_CACHE)) {
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc1712 bool range_found = false; local
1716 range_found = true;
1742 if (range_found && external_validation_.initialized) {
1755 if (range_found && !(effective_load_flags_ & LOAD_DISABLE_CACHE)) {

Completed in 49 milliseconds