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

  /external/chromium/net/http/
http_cache_transaction.h 72 const std::string& key() const { return cache_key_; }
298 std::string cache_key_; member in class:net::HttpCache::Transaction
http_cache_transaction.cc 192 cache_key_ = cache_->GenerateCacheKey(request);
401 return cache_->DoomEntry(cache_key_, &io_callback_);
418 return cache_->OpenEntry(cache_key_, &new_entry_, &io_callback_);
461 return cache_->CreateEntry(cache_key_, &new_entry_, &io_callback_);
    [all...]

Completed in 31 milliseconds