OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateCacheKey
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/http/
http_cache.h
276
std::string
GenerateCacheKey
(const HttpRequestInfo*);
http_cache.cc
449
std::string key =
GenerateCacheKey
(&request_info);
545
std::string HttpCache::
GenerateCacheKey
(const HttpRequestInfo* request) {
651
std::string key =
GenerateCacheKey
(&temp_info);
[
all
...]
http_cache_transaction.cc
998
cache_key_ = cache_->
GenerateCacheKey
(request_);
[
all
...]
Completed in 306 milliseconds