Searched defs:WriteToEntry (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc68 void WriteToEntry(disk_cache::Backend* cache, const std::string key, function in namespace:net::__anon3261
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_org/net/url_request/
H A Dview_cache_helper_unittest.cc69 void WriteToEntry(disk_cache::Backend* cache, const std::string key, function in namespace:net::__anon9214
97 WriteToEntry(cache, "first", "some", empty, empty);
98 WriteToEntry(cache, "second", "only hex_dumped", "same", "kind");
99 WriteToEntry(cache, "third", empty, "another", "thing");
/external/chromium/chrome/browser/safe_browsing/
H A Dmalware_details_unittest.cc86 void WriteToEntry(disk_cache::Backend* cache, const std::string key, function in namespace:__anon2402
111 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
112 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);
/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:__anon5655
120 WriteToEntry(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
121 WriteToEntry(cache, kLandingURL, kLandingHeaders, kLandingData);
/external/chromium/net/http/
H A Dhttp_cache_transaction.cc1082 return WriteToEntry(kResponseContentIndex, 0, NULL, 0, cache_callback_);
1105 return WriteToEntry(kMetadataIndex, 0, NULL, 0, cache_callback_);
1859 int HttpCache::Transaction::WriteToEntry(int index, int offset, function in class:net::HttpCache::Transaction
1922 return WriteToEntry(kResponseContentIndex, current_size, data, data_len,
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc1342 WriteToEntry(kResponseContentIndex, 0, NULL, 0, io_callback_));
1367 WriteToEntry(kMetadataIndex, 0, NULL, 0, io_callback_));
2253 int HttpCache::Transaction::WriteToEntry(int index, int offset, function in class:net::HttpCache::Transaction
2315 return WriteToEntry(kResponseContentIndex, current_size, data, data_len,

Completed in 213 milliseconds