HomeSort by relevance Sort by last modified time
    Searched refs:GenerateCacheKey (Results 1 - 3 of 3) 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...]

Completed in 39 milliseconds