OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_blob
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/html/
FormDataList.h
37
Item(PassRefPtr<Blob> blob) :
m_blob
(blob) { }
40
Blob* blob() const { return
m_blob
.get(); }
44
RefPtr<Blob>
m_blob
;
member in class:WebCore::FormDataList::Item
/external/webkit/Source/WebCore/fileapi/
FileReader.cpp
134
m_blob
= blob;
182
m_loader->setDataType(
m_blob
->type());
183
m_loader->start(scriptExecutionContext(),
m_blob
.get());
FileReader.h
132
RefPtr<Blob>
m_blob
;
member in class:WebCore::FileReader
Completed in 48 milliseconds