HomeSort by relevance Sort by last modified time
    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) {
601 std::string key = GenerateCacheKey(&temp_info);
    [all...]

Completed in 71 milliseconds