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

  /external/chromium/net/http/
http_cache.h 249 std::string GenerateCacheKey(const HttpRequestInfo*);
http_cache.cc 545 std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) {
    [all...]
http_cache_transaction.cc 587 cache_key_ = cache_->GenerateCacheKey(request_);
    [all...]
  /external/chromium_org/net/http/
http_cache.h 255 std::string GenerateCacheKey(const HttpRequestInfo*);
http_cache.cc 413 std::string key = GenerateCacheKey(&request_info);
499 std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) {
601 std::string key = GenerateCacheKey(&temp_info);
    [all...]
http_cache_transaction.cc 792 cache_key_ = cache_->GenerateCacheKey(request_);
    [all...]

Completed in 183 milliseconds