Searched refs:WriteToEntry (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/url_request/ |
D | view_cache_helper_unittest.cc | 68 void WriteToEntry(disk_cache::Backend* cache, const std::string key, in WriteToEntry() function 95 WriteToEntry(cache, "first", "some", empty, empty); in FillCache() 96 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind"); in FillCache() 97 WriteToEntry(cache, "third", empty, "another", "thing"); in FillCache()
|
/external/chromium/chrome/browser/safe_browsing/ |
D | malware_details_unittest.cc | 86 void WriteToEntry(disk_cache::Backend* cache, const std::string key, in WriteToEntry() function 111 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData); in FillCache() 112 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData); in FillCache()
|
/external/chromium/net/http/ |
D | http_cache_transaction.h | 294 int WriteToEntry(int index, int offset, IOBuffer* data, int data_len,
|
D | http_cache_transaction.cc | 1082 return WriteToEntry(kResponseContentIndex, 0, NULL, 0, cache_callback_); in DoTruncateCachedData() 1105 return WriteToEntry(kMetadataIndex, 0, NULL, 0, cache_callback_); in DoTruncateCachedMetadata() 1859 int HttpCache::Transaction::WriteToEntry(int index, int offset, in WriteToEntry() function in net::HttpCache::Transaction 1922 return WriteToEntry(kResponseContentIndex, current_size, data, data_len, in AppendResponseDataToEntry()
|