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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp 123 response->m_downloadedFileHandle = data->m_downloadedFileHandle;
158 data->m_downloadedFileHandle = m_downloadedFileHandle;
493 m_downloadedFileHandle.clear();
499 m_downloadedFileHandle = BlobDataHandle::create(blobData.release(), -1);
ResourceResponse.h 269 RefPtr<BlobDataHandle> m_downloadedFileHandle;
305 RefPtr<BlobDataHandle> m_downloadedFileHandle;

Completed in 2051 milliseconds