OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteToEntry
(Results
1 - 8
of
8
) 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_org/net/url_request/
view_cache_helper_unittest.cc
70
void
WriteToEntry
(disk_cache::Backend* cache, const std::string& key,
98
WriteToEntry
(cache, "first", "some", empty, empty);
99
WriteToEntry
(cache, "second", "only hex_dumped", "same", "kind");
100
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
...]
/external/chromium_org/net/http/
http_cache_transaction.h
330
int
WriteToEntry
(int index, int offset, IOBuffer* data, int data_len,
http_cache_transaction.cc
[
all
...]
/external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc
96
void
WriteToEntry
(disk_cache::Backend* cache, const std::string& key,
120
WriteToEntry
(cache, kMalwareURL, kMalwareHeaders, kMalwareData);
121
WriteToEntry
(cache, kLandingURL, kLandingHeaders, kLandingData);
Completed in 187 milliseconds