Home
last modified time | relevance | path

Searched refs:OnCacheReadError (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_cache_transaction.h348 int OnCacheReadError(int result, bool restart);
Dhttp_cache_transaction.cc1426 return OnCacheReadError(result, true); in DoCacheReadResponseComplete()
1523 return OnCacheReadError(result, false); in DoCacheReadMetadataComplete()
1587 return OnCacheReadError(result, false); in DoCacheReadDataComplete()
2311 int HttpCache::Transaction::OnCacheReadError(int result, bool restart) { in OnCacheReadError() function in net::HttpCache::Transaction
2369 return OnCacheReadError(result, false); in DoPartialCacheReadCompleted()