Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_cache_transaction.h276 bool ValidatePartialResponse(bool* partial_content);
Dhttp_cache_transaction.cc674 if (!ValidatePartialResponse(&server_responded_206_) && in DoSuccessfulSendRequest()
1739 bool HttpCache::Transaction::ValidatePartialResponse(bool* partial_content) { in ValidatePartialResponse() function in net::HttpCache::Transaction
/external/chromium_org/net/http/
Dhttp_cache_transaction.h309 bool ValidatePartialResponse();
Dhttp_cache_transaction.cc949 if (!ValidatePartialResponse() && !auth_response_.headers.get()) { in DoSuccessfulSendRequest()
2084 bool HttpCache::Transaction::ValidatePartialResponse() { in ValidatePartialResponse() function in net::HttpCache::Transaction