HomeSort by relevance Sort by last modified time
    Searched defs:BlobDataHandle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/storage/browser/blob/
blob_data_handle.cc 16 BlobDataHandle::BlobDataHandleShared::BlobDataHandleShared(
25 BlobData* BlobDataHandle::BlobDataHandleShared::data() const {
29 const std::string& BlobDataHandle::BlobDataHandleShared::uuid() const {
33 BlobDataHandle::BlobDataHandleShared::~BlobDataHandleShared() {
38 BlobDataHandle::BlobDataHandle(BlobData* blob_data,
47 BlobDataHandle::BlobDataHandle(const BlobDataHandle& other) {
52 BlobDataHandle::~BlobDataHandle()
    [all...]
blob_data_handle.h 28 class STORAGE_EXPORT BlobDataHandle
31 BlobDataHandle(const BlobDataHandle& other); // May be copied on any thread.
32 virtual ~BlobDataHandle(); // Maybe be deleted on any thread.
51 friend class BlobDataHandle;
62 BlobDataHandle(BlobData* blob_data, BlobStorageContext* context,
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.cpp 92 void BlobData::appendBlob(PassRefPtr<BlobDataHandle> dataHandle, long long offset, long long length)
165 BlobDataHandle::BlobDataHandle()
172 BlobDataHandle::BlobDataHandle(PassOwnPtr<BlobData> data, long long size)
180 BlobDataHandle::BlobDataHandle(const String& uuid, const String& type, long long size)
188 BlobDataHandle::~BlobDataHandle()
BlobData.h 43 class BlobDataHandle;
107 BlobDataItem(PassRefPtr<BlobDataHandle> blobDataHandle, long long offset, long long length)
109 , blobDataHandle(blobDataHandle)
139 RefPtr<BlobDataHandle> blobDataHandle; // For Blob type.
179 void appendBlob(PassRefPtr<BlobDataHandle>, long long offset, long long length);
203 class PLATFORM_EXPORT BlobDataHandle : public ThreadSafeRefCounted<BlobDataHandle> {
    [all...]

Completed in 52 milliseconds