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

  /external/chromium/net/http/
http_cache_transaction.cc 120 effective_load_flags_(0),
590 if (effective_load_flags_ & LOAD_ONLY_FROM_CACHE) {
592 } else if (effective_load_flags_ & LOAD_BYPASS_CACHE) {
612 if (!(mode_ & READ) && effective_load_flags_ & LOAD_ONLY_FROM_CACHE)
    [all...]
http_cache_transaction.h 357 int effective_load_flags_; member in class:net::HttpCache::Transaction

Completed in 64 milliseconds