Searched refs:GenerateCacheKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache.h276 std::string GenerateCacheKey(const HttpRequestInfo*);
H A Dhttp_cache.cc449 std::string key = GenerateCacheKey(&request_info);
545 std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) { function in class:net::HttpCache
651 std::string key = GenerateCacheKey(&temp_info);
H A Dhttp_cache_transaction.cc998 cache_key_ = cache_->GenerateCacheKey(request_);

Completed in 125 milliseconds