Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_cache_transaction.h299 int WriteResponseInfoToEntry(bool truncated);
Dhttp_cache_transaction.cc1179 return WriteResponseInfoToEntry(false); in DoCacheWriteResponse()
1185 return WriteResponseInfoToEntry(true); in DoCacheWriteTruncatedResponse()
1875 int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) { in WriteResponseInfoToEntry() function in net::HttpCache::Transaction
/external/chromium_org/net/http/
Dhttp_cache_transaction.h335 int WriteResponseInfoToEntry(bool truncated);
Dhttp_cache_transaction.cc1472 return WriteResponseInfoToEntry(false); in DoCacheWriteResponse()
1481 return WriteResponseInfoToEntry(true); in DoCacheWriteTruncatedResponse()
2250 int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) { in WriteResponseInfoToEntry() function in net::HttpCache::Transaction