Searched defs:didReceiveData (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DBlobStream.cpp40 void BlobStream::didReceiveData(ResourceHandle*, const char* data, int len, int) function in class:WebCore::BlobStream
H A DResourceHandleBlackBerry.cpp73 void WebCoreSynchronousLoader::didReceiveData(ResourceHandle*, const char* data, int length, int) function in class:WebCore::WebCoreSynchronousLoader
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DThreadableLoaderClient.h46 virtual void didReceiveData(const char*, int /*dataLength*/) { } function in class:WebCore::ThreadableLoaderClient
H A DNetscapePlugInStreamLoader.cpp96 void NetscapePlugInStreamLoader::didReceiveData(const char* data, int length, long long encodedDataLength, DataPayloadType dataPayloadType) function in class:WebCore::NetscapePlugInStreamLoader
H A DThreadableLoaderClientWrapper.h71 void didReceiveData(const char* data, int dataLength) function in class:WebCore::ThreadableLoaderClientWrapper
H A DResourceLoadNotifier.cpp77 void ResourceLoadNotifier::didReceiveData(ResourceLoader* loader, const char* data, int dataLength, int encodedDataLength) function in class:WebCore::ResourceLoadNotifier
H A DDocumentThreadableLoader.cpp287 void DocumentThreadableLoader::didReceiveData(unsigned long identifier, const char* data, int dataLength) function in class:WebCore::DocumentThreadableLoader
H A DResourceLoader.cpp279 void ResourceLoader::didReceiveData(const char* data, int length, long long encodedDataLength, DataPayloadType dataPayloadType) function in class:WebCore::ResourceLoader
472 void ResourceLoader::didReceiveData(ResourceHandle*, const char* data, int length, int encodedDataLength) function in class:WebCore::ResourceLoader
H A DSubresourceLoader.cpp224 void SubresourceLoader::didReceiveData(const char* data, int length, long long encodedDataLength, DataPayloadType dataPayloadType) function in class:WebCore::SubresourceLoader
H A DWorkerThreadableLoader.cpp199 void WorkerThreadableLoader::MainThreadBridge::didReceiveData(const char* data, int dataLength) function in class:WebCore::WorkerThreadableLoader::MainThreadBridge
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DSynchronousLoaderClient.cpp82 void SynchronousLoaderClient::didReceiveData(ResourceHandle*, const char* data, int length, int /*encodedDataLength*/) function in class:WebCore::SynchronousLoaderClient
H A DResourceHandleClient.h69 virtual void didReceiveData(ResourceHandle*, const char*, int, int /*encodedDataLength*/) { } function in class:WebCore::ResourceHandleClient
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DResourceHandleQt.cpp62 virtual void didReceiveData(ResourceHandle*, const char* data, int length, int) { m_data.append(data, length); } function in class:WebCore::WebCoreSynchronousLoader
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerScriptLoader.cpp125 void WorkerScriptLoader::didReceiveData(const char* data, int len) function in class:WebCore::WorkerScriptLoader
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp51 static void didReceiveData(WKContextRef, WKDownloadRef wkDownload, uint64_t length, const void* clientInfo) function
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebDownloadClient.cpp61 void WebDownloadClient::didReceiveData(WebContext* webContext, DownloadProxy* downloadProxy, uint64_t length) function in class:WebKit::WebDownloadClient
/macosx-10.9.5/WebCore-7537.78.1/fileapi/
H A DFileReader.cpp204 void FileReader::didReceiveData() function in class:WebCore::FileReader
H A DFileReaderLoader.cpp176 void FileReaderLoader::didReceiveData(const char* data, int dataLength) function in class:WebCore::FileReaderLoader
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DEmbeddedWidget.cpp222 void EmbeddedWidget::didReceiveData(const char* data, int length) function in class:EmbeddedWidget
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.cpp85 void Download::didReceiveData(uint64_t length) function in class:WebKit::Download
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxy.cpp128 void DownloadProxy::didReceiveData(uint64_t length) function in class:WebKit::DownloadProxy
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.cpp78 void DownloadManagerEfl::didReceiveData(WKContextRef, WKDownloadRef wkDownload, uint64_t length, const void* clientInfo) function in class:WebKit::DownloadManagerEfl
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Network/
H A DWebResourceLoader.cpp120 void WebResourceLoader::didReceiveData(const CoreIPC::DataReference& data, int64_t encodedDataLength) function in class:WebKit::WebResourceLoader
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventSource.cpp264 void EventSource::didReceiveData(const char* data, int length) function in class:WebCore::EventSource
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DCurlDownload.cpp323 void CurlDownload::didReceiveData(void* data, int size) function in class:CurlDownload

Completed in 129 milliseconds

12