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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 240 long long m_downloadedBlobLength;
XMLHttpRequest.cpp 171 , m_downloadedBlobLength(0)
290 if (!filePath.isEmpty() && m_downloadedBlobLength) {
294 m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), m_downloadedBlobLength));
    [all...]

Completed in 23 milliseconds