Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_cache_transaction.h311 void DoomPartialEntry(bool delete_object);
Dhttp_cache_transaction.cc1550 DoomPartialEntry(!byte_range_requested); in ValidateEntryHeadersAndContinue()
1754 DoomPartialEntry(true); in ValidatePartialResponse()
1805 DoomPartialEntry(false); in ValidatePartialResponse()
1939 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) { in DoomPartialEntry() function in net::HttpCache::Transaction
/external/chromium_org/net/http/
Dhttp_cache_transaction.h352 void DoomPartialEntry(bool delete_object);
Dhttp_cache_transaction.cc2099 DoomPartialEntry(true); in ValidatePartialResponse()
2158 DoomPartialEntry(false); in ValidatePartialResponse()
2340 void HttpCache::Transaction::DoomPartialEntry(bool delete_object) { in DoomPartialEntry() function in net::HttpCache::Transaction
2377 DoomPartialEntry(!range_requested_); in DoRestartPartialRequest()