dispatchDidDownloadData   74 Source/core/fetch/FetchContext.h     virtual void dispatchDidDownloadData(DocumentLoader*, unsigned long identifier, int dataLength, int encodedDataLength);
dispatchDidDownloadData 1215 Source/core/fetch/ResourceFetcher.cpp     context().dispatchDidDownloadData(m_documentLoader, resource->identifier(), dataLength, encodedDataLength);
dispatchDidDownloadData   61 Source/core/loader/FrameFetchContext.h     virtual void dispatchDidDownloadData(DocumentLoader*, unsigned long identifier, int dataLength, int encodedDataLength)  OVERRIDE;