Home
last modified time | relevance | path

Searched refs:m_downloadedBlobLength (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DFetchManager.cpp45 long long m_downloadedBlobLength; member in WebCore::FetchManager::Loader
54 , m_downloadedBlobLength(0) in Loader()
74 if (!filePath.isEmpty() && m_downloadedBlobLength) { in didFinishLoading()
80 …wPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), m_downloadedBlobLength)); in didFinishLoading()
103 m_downloadedBlobLength += dataLength; in didDownloadData()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp175 , m_downloadedBlobLength(0) in XMLHttpRequest()
296 if (!filePath.isEmpty() && m_downloadedBlobLength) { in responseBlob()
300 … m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), m_downloadedBlobLength)); in responseBlob()
1006 m_downloadedBlobLength = 0; in clearResponse()
1415 m_downloadedBlobLength += dataLength; in didDownloadData()
DXMLHttpRequest.h245 long long m_downloadedBlobLength; variable