Home
last modified time | relevance | path

Searched refs:effective_load_flags_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/http/
Dhttp_cache_transaction.cc210 effective_load_flags_(0), in Transaction()
809 if (effective_load_flags_ & LOAD_ONLY_FROM_CACHE) { in DoGetBackendComplete()
811 } else if (effective_load_flags_ & LOAD_BYPASS_CACHE) { in DoGetBackendComplete()
837 if (!(mode_ & READ) && effective_load_flags_ & LOAD_ONLY_FROM_CACHE) in DoGetBackendComplete()
892 RecordOfflineStatus(effective_load_flags_, in DoSendRequestComplete()
894 if (effective_load_flags_ & LOAD_FROM_CACHE_IF_OFFLINE) { in DoSendRequestComplete()
900 RecordOfflineStatus(effective_load_flags_, in DoSendRequestComplete()
904 RecordOfflineStatus(effective_load_flags_, in DoSendRequestComplete()
1654 effective_load_flags_ = request_->load_flags; in SetRequest()
1664 effective_load_flags_ |= LOAD_BYPASS_CACHE; in SetRequest()
[all …]
Dhttp_cache_transaction.h419 int effective_load_flags_; variable
/external/chromium/net/http/
Dhttp_cache_transaction.cc120 effective_load_flags_(0), in Transaction()
590 if (effective_load_flags_ & LOAD_ONLY_FROM_CACHE) { in DoGetBackendComplete()
592 } else if (effective_load_flags_ & LOAD_BYPASS_CACHE) { in DoGetBackendComplete()
612 if (!(mode_ & READ) && effective_load_flags_ & LOAD_ONLY_FROM_CACHE) in DoGetBackendComplete()
1337 effective_load_flags_ = request_->load_flags; in SetRequest()
1347 effective_load_flags_ |= LOAD_BYPASS_CACHE; in SetRequest()
1351 effective_load_flags_ |= LOAD_ONLY_FROM_CACHE; in SetRequest()
1354 effective_load_flags_ |= LOAD_DISABLE_CACHE; in SetRequest()
1384 effective_load_flags_ |= kSpecialHeaders[i].load_flag; in SetRequest()
1408 effective_load_flags_ |= LOAD_DISABLE_CACHE; in SetRequest()
[all …]
Dhttp_cache_transaction.h357 int effective_load_flags_; variable