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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 265 long long m_lengthDownloadedToFile;
XMLHttpRequest.cpp 149 , m_lengthDownloadedToFile(0)
282 if (!filePath.isEmpty() && m_lengthDownloadedToFile) {
289 m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), m_lengthDownloadedToFile));
    [all...]

Completed in 182 milliseconds