Home
last modified time | relevance | path

Searched refs:m_blob (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/
DFormDataList.h37 Item(PassRefPtr<Blob> blob) : m_blob(blob) { } in Item()
40 Blob* blob() const { return m_blob.get(); } in blob()
44 RefPtr<Blob> m_blob; variable
/external/webkit/Source/WebCore/fileapi/
DFileReader.cpp134 m_blob = blob; in readInternal()
182 m_loader->setDataType(m_blob->type()); in start()
183 m_loader->start(scriptExecutionContext(), m_blob.get()); in start()
DFileReader.h132 RefPtr<Blob> m_blob; variable