Searched defs:expectedContentLength (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebdownloaditem_p_p.h46 quint64 expectedContentLength; member in class:QWebDownloadItemPrivate
H A Dqwebdownloaditem.cpp71 quint64 QWebDownloadItem::expectedContentLength() const function in class:QWebDownloadItem
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStream.cpp139 long long expectedContentLength = m_resourceResponse.expectedContentLength(); local
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLResponse.cpp284 HRESULT STDMETHODCALLTYPE WebURLResponse::expectedContentLength( function in class:WebURLResponse
291 initWithURL( BSTR url, BSTR mimeType, int expectedContentLength, BSTR textEncodingName) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceResponseBase.cpp180 long long ResourceResponseBase::expectedContentLength() const function in class:WebCore::ResourceResponseBase
187 void ResourceResponseBase::setExpectedContentLength(long long expectedContentLength) argument
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp171 static String buildHTTPHeaders(const ResourceResponse& response, long long& expectedContentLength) argument
208 long long expectedContentLength = response.expectedContentLength(); local
379 long long expectedContentLength = response.expectedContentLength(); local
[all...]

Completed in 98 milliseconds