OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GenerateCacheKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_cache.cc
545
std::string HttpCache::
GenerateCacheKey
(const HttpRequestInfo* request) {
[
all
...]
/external/chromium_org/net/http/
http_cache.cc
413
std::string key =
GenerateCacheKey
(&request_info);
499
std::string HttpCache::
GenerateCacheKey
(const HttpRequestInfo* request) {
604
std::string key =
GenerateCacheKey
(&temp_info);
[
all
...]
Completed in 439 milliseconds