HomeSort by relevance Sort by last modified time
    Searched defs:m_downloadedBlobLength (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
FetchManager.cpp 45 long long m_downloadedBlobLength;
54 , m_downloadedBlobLength(0)
74 if (!filePath.isEmpty() && m_downloadedBlobLength) {
80 RefPtrWillBeRawPtr<Blob> blob = Blob::create(BlobDataHandle::create(blobData.release(), m_downloadedBlobLength));
103 m_downloadedBlobLength += dataLength;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 245 long long m_downloadedBlobLength;

Completed in 90 milliseconds