Searched refs:expectedContentLength (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebURLResponse.idl43 - (long long)expectedContentLength
45 HRESULT expectedContentLength([out, retval] long long *result);
48 - (id)initWithURL:(NSURL *)URL MIMEType:(NSString *)MIMEType expectedContentLength:(int)length textEncodingName:(NSString *)name
50 HRESULT initWithURL([in] BSTR url, [in] BSTR mimeType, [in] int expectedContentLength, [in] BSTR textEncodingName);
/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.cpp30 , expectedContentLength(0)
71 quint64 QWebDownloadItem::expectedContentLength() const function in class:QWebDownloadItem
73 return d->expectedContentLength;
H A Dqwebdownloaditem_p.h41 Q_PROPERTY(quint64 expectedContentLength READ expectedContentLength CONSTANT FINAL)
64 quint64 expectedContentLength() const;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DResourceResponseMac.mm58 NSInteger expectedContentLength;
60 expectedContentLength = -1;
62 expectedContentLength = static_cast<NSInteger>(m_expectedContentLength);
66 m_nsResponse = adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
120 m_expectedContentLength = [m_nsResponse.get() expectedContentLength];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKURLResponse.cpp67 return toImpl(responseRef)->resourceResponse().expectedContentLength();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLResponse.h48 virtual HRESULT STDMETHODCALLTYPE expectedContentLength(
54 /* [in] */ int expectedContentLength,
H A DWebURLResponse.cpp284 HRESULT STDMETHODCALLTYPE WebURLResponse::expectedContentLength( function in class:WebURLResponse
287 *result = m_response.expectedContentLength();
294 /* [in] */ int expectedContentLength,
297 m_response = ResourceResponse(MarshallingHelpers::BSTRToKURL(url), String(mimeType), expectedContentLength, String(textEncodingName), String());
291 initWithURL( BSTR url, BSTR mimeType, int expectedContentLength, BSTR textEncodingName) argument
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm95 void HostedNetscapePluginStream::startStream(NSURL *responseURL, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers)
110 expectedContentLength,
137 long long expectedContentLength = [r expectedContentLength];
177 // <rdar://problem/4470599> tracks a request for -[NSURLResponse expectedContentLength] to incorporate this logic.
180 expectedContentLength = -1;
185 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), [r MIMEType], theHeaders);
H A DHostedNetscapePluginStream.h82 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, NSString *mimeType, NSData *headers);
H A DWebKitPluginHost.defs143 expectedContentLength :int64_t;
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebNetscapePluginStream.mm216 void WebNetscapePluginStream::startStream(NSURL *url, long long expectedContentLength, NSDate *lastModifiedDate, const String& mimeType, NSData *headers)
227 m_stream.end = expectedContentLength > 0 ? (uint32_t)expectedContentLength : 0;
305 long long expectedContentLength = [r expectedContentLength];
345 // <rdar://problem/4470599> tracks a request for -[NSURLResponse expectedContentLength] to incorporate this logic.
348 expectedContentLength = -1;
353 startStream([r URL], expectedContentLength, WKGetNSURLResponseLastModifiedDate(r), response.mimeType(), theHeaders);
H A DWebNetscapePluginStream.h93 void startStream(NSURL *, long long expectedContentLength, NSDate *lastModifiedDate, const WTF::String& mimeType, NSData *headers);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceResponseBase.h64 long long expectedContentLength() const;
65 void setExpectedContentLength(long long expectedContentLength);
H A DResourceResponseBase.cpp124 data->m_expectedContentLength = expectedContentLength();
180 long long ResourceResponseBase::expectedContentLength() const function in class:WebCore::ResourceResponseBase
187 void ResourceResponseBase::setExpectedContentLength(long long expectedContentLength) argument
193 m_expectedContentLength = expectedContentLength;
603 if (a.expectedContentLength() != b.expectedContentLength())
H A DBlobResourceHandle.cpp107 if (response.expectedContentLength() > INT_MAX) {
115 m_data.resize(static_cast<size_t>(response.expectedContentLength()));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.cpp171 static String buildHTTPHeaders(const ResourceResponse& response, long long& expectedContentLength) argument
195 // <rdar://problem/4470599> tracks a request for -[NSURLResponse expectedContentLength] to incorporate this logic.
198 expectedContentLength = -1;
208 long long expectedContentLength = response.expectedContentLength(); local
210 String headers = buildHTTPHeaders(response, expectedContentLength);
213 if (expectedContentLength > 0)
214 streamLength = expectedContentLength;
379 long long expectedContentLength = response.expectedContentLength(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginStream.cpp139 long long expectedContentLength = m_resourceResponse.expectedContentLength(); local
160 // <rdar://problem/4470599> tracks a request for -[NSURLResponse expectedContentLength] to incorporate this logic.
163 expectedContentLength = -1;
169 m_stream.end = max(expectedContentLength, 0LL);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitURIResponse.cpp201 return response->priv->resourceResponse.expectedContentLength();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtDownloadManager.cpp73 downloadItem->d->expectedContentLength = WKURLResponseGetExpectedContentLength(response);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm117 [contentInfo setContentLength:response.expectedContentLength()];
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReaderLoader.cpp142 unsigned long long length = response.expectedContentLength();
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DProgressTracker.cpp189 long long estimatedLength = response.expectedContentLength();
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp898 long long length = response.expectedContentLength();
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXMLHttpRequest.cpp1228 long long expectedLength = m_response.expectedContentLength();

Completed in 140 milliseconds

12