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

/external/chromium_org/net/url_request/
H A Dview_cache_helper_unittest.cc74 void WriteToEntry(disk_cache::Backend* cache, const std::string& key, function in namespace:net::__anon9815
102 WriteToEntry(cache, "first", "some", empty, empty);
103 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind");
104 WriteToEntry(cache, "third", empty, "another", "thing");
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h348 int WriteToEntry(int index, int offset, IOBuffer* data, int data_len,
H A Dhttp_cache_transaction.cc1601 return WriteToEntry(kResponseContentIndex, 0, NULL, 0, io_callback_);
1623 return WriteToEntry(kMetadataIndex, 0, NULL, 0, io_callback_);
2607 int HttpCache::Transaction::WriteToEntry(int index, int offset, function in class:net::HttpCache::Transaction
2672 return WriteToEntry(kResponseContentIndex, current_size, data, data_len,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc96 void WriteToEntry(disk_cache::Backend* cache, const std::string& key, function in namespace:__anon4595
120 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
121 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);

Completed in 134 milliseconds