Searched defs:setExpectedContentLength (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebURLResponse.cpp167 void WebURLResponse::setExpectedContentLength(long long expectedContentLength) function in class:WebKit::WebURLResponse
169 m_private->m_resourceResponse->setExpectedContentLength(expectedContentLength);
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp104 response->setExpectedContentLength(data->m_expectedContentLength);
182 void ResourceResponseBase::setExpectedContentLength(long long expectedContentLength) function in class:WebCore::ResourceResponseBase

Completed in 79 milliseconds