Home
last modified time | relevance | path

Searched refs:WriteToEntry (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/url_request/
Dview_cache_helper_unittest.cc68 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/
Dmalware_details_unittest.cc86 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/
Dhttp_cache_transaction.h294 int WriteToEntry(int index, int offset, IOBuffer* data, int data_len,
Dhttp_cache_transaction.cc1082 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()