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 65 const std::string& key() const { return cache_key_; }
345 std::string cache_key_; member in class:net::HttpCache::Transaction
http_cache_transaction.cc 587 cache_key_ = cache_->GenerateCacheKey(request_);
753 return cache_->OpenEntry(cache_key_, &new_entry_, this);
796 return cache_->CreateEntry(cache_key_, &new_entry_, this);
831 return cache_->DoomEntry(cache_key_, this);
999 int ret = cache_->DoomEntry(cache_key_, NULL);
    [all...]

Completed in 87 milliseconds