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

  /external/chromium/net/url_request/
view_cache_helper_unittest.cc 68 void WriteToEntry(disk_cache::Backend* cache, const std::string key,
95 WriteToEntry(cache, "first", "some", empty, empty);
96 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind");
97 WriteToEntry(cache, "third", empty, "another", "thing");
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 86 void WriteToEntry(disk_cache::Backend* cache, const std::string key,
111 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
112 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);
  /external/chromium/net/http/
http_cache_transaction.h 294 int WriteToEntry(int index, int offset, IOBuffer* data, int data_len,
http_cache_transaction.cc 1082 return WriteToEntry(kResponseContentIndex, 0, NULL, 0, cache_callback_);
    [all...]

Completed in 51 milliseconds