Searched refs:didReceiveDataOfLength (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.h76 virtual void didReceiveDataOfLength(int size) { } function in class:CurlDownloadListener
109 void didReceiveDataOfLength(int size);
H A DCurlDownload.cpp344 void CurlDownload::didReceiveDataOfLength(int size) function in class:CurlDownload
347 m_listener->didReceiveDataOfLength(size);
411 download->didReceiveDataOfLength(size);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownloadCurl.cpp178 void WebDownload::didReceiveDataOfLength(int size) function in class:WebDownload
183 m_delegate->didReceiveDataOfLength(this, size);
H A DDefaultDownloadDelegate.h55 virtual HRESULT STDMETHODCALLTYPE didReceiveDataOfLength(IWebDownload* download, unsigned length);
H A DWebDownload.h131 virtual void didReceiveDataOfLength(int size);
H A DDefaultDownloadDelegate.cpp165 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didReceiveDataOfLength(IWebDownload* download, unsigned length) function in class:DefaultDownloadDelegate
167 LOG(Download, "DefaultDownloadDelegate %p - didReceiveDataOfLength %i", download, length);
H A DWebDownloadCFNet.cpp425 if (FAILED(m_delegate->didReceiveDataOfLength(this, length)))
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm104 selector == @selector(download:didReceiveDataOfLength:) ||
165 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length
167 [realDelegate download:download didReceiveDataOfLength:length];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl145 HRESULT didReceiveDataOfLength([in] IWebDownload* download, [in] unsigned length);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm209 - (void)download:(NSURLDownload *)download didReceiveDataOfLength:(NSUInteger)length

Completed in 139 milliseconds