HomeSort by relevance Sort by last modified time
    Searched refs:effective_load_flags_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
http_cache_transaction.cc 217 effective_load_flags_(0),
837 if (effective_load_flags_ & LOAD_ONLY_FROM_CACHE) {
839 } else if (effective_load_flags_ & LOAD_BYPASS_CACHE) {
865 if (!(mode_ & READ) && effective_load_flags_ & LOAD_ONLY_FROM_CACHE)
918 RecordOfflineStatus(effective_load_flags_,
920 if (effective_load_flags_ & LOAD_FROM_CACHE_IF_OFFLINE) {
926 RecordOfflineStatus(effective_load_flags_,
930 RecordOfflineStatus(effective_load_flags_,
    [all...]
http_cache_transaction.h 418 int effective_load_flags_; member in class:net::HttpCache::Transaction

Completed in 320 milliseconds