Home
last modified time | relevance | path

Searched defs:blobDataHandle (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DBlob.h53 static PassRefPtr<Blob> create(PassRefPtr<BlobDataHandle> blobDataHandle) in create()
67 PassRefPtr<BlobDataHandle> blobDataHandle() const { return m_blobDataHandle; } in blobDataHandle() function
DFile.h52 …ile> create(const String& name, double modificationTime, PassRefPtr<BlobDataHandle> blobDataHandle) in create()
58 …bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) in create()
DFile.cpp116 …bool hasSnaphotData, uint64_t size, double lastModified, PassRefPtr<BlobDataHandle> blobDataHandle) in File()
128 File::File(const String& name, double modificationTime, PassRefPtr<BlobDataHandle> blobDataHandle) in File()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DNewWebSocketChannelImpl.cpp72 NewWebSocketChannelImpl::BlobLoader::BlobLoader(PassRefPtr<BlobDataHandle> blobDataHandle, NewWebSo… in BlobLoader()
171 …bSocketChannel::SendResult NewWebSocketChannelImpl::send(PassRefPtr<BlobDataHandle> blobDataHandle) in send()
259 NewWebSocketChannelImpl::Message::Message(PassRefPtr<BlobDataHandle> blobDataHandle) in Message()
DNewWebSocketChannelImpl.h112 RefPtr<BlobDataHandle> blobDataHandle; member
/external/chromium_org/third_party/WebKit/Source/platform/blob/
DBlobData.h139 RefPtr<BlobDataHandle> blobDataHandle; // For Blob type. member