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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 270 if (!m_responseBlob) {
289 m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), m_lengthDownloadedToFile));
298 m_responseBlob = Blob::create(BlobDataHandle::create(blobData.release(), size));
302 return m_responseBlob.get();
    [all...]
XMLHttpRequest.h 246 RefPtrWillBeMember<Blob> m_responseBlob;

Completed in 169 milliseconds