HomeSort by relevance Sort by last modified time
    Searched defs:WriteToEntry (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/url_request/
view_cache_helper_unittest.cc 71 void WriteToEntry(disk_cache::Backend* cache, const std::string& key,
99 WriteToEntry(cache, "first", "some", empty, empty);
100 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind");
101 WriteToEntry(cache, "third", empty, "another", "thing");
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 96 void WriteToEntry(disk_cache::Backend* cache, const std::string& key,
120 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
121 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);
  /external/chromium_org/net/http/
http_cache_transaction.cc     [all...]

Completed in 123 milliseconds