Searched defs:blobDataHandle (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | Blob.h | 53 static PassRefPtr<Blob> create(PassRefPtr<BlobDataHandle> blobDataHandle) in create() 67 PassRefPtr<BlobDataHandle> blobDataHandle() const { return m_blobDataHandle; } in blobDataHandle() function
|
D | File.h | 52 …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()
|
D | File.cpp | 116 …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/ |
D | NewWebSocketChannelImpl.cpp | 72 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()
|
D | NewWebSocketChannelImpl.h | 112 RefPtr<BlobDataHandle> blobDataHandle; member
|
/external/chromium_org/third_party/WebKit/Source/platform/blob/ |
D | BlobData.h | 139 RefPtr<BlobDataHandle> blobDataHandle; // For Blob type. member
|