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

  /external/chromium_org/content/browser/fileapi/
blob_storage_host.cc 18 BlobStorageHost::BlobStorageHost(BlobStorageContext* context)
22 BlobStorageHost::~BlobStorageHost() {
36 bool BlobStorageHost::StartBuildingBlob(const std::string& uuid) {
44 bool BlobStorageHost::AppendBlobDataItem(
52 bool BlobStorageHost::CancelBuildingBlob(const std::string& uuid) {
60 bool BlobStorageHost::FinishBuildingBlob(
68 bool BlobStorageHost::IncrementBlobRefCount(const std::string& uuid) {
77 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid)
    [all...]
blob_storage_host.h 21 class BlobStorageHost;
35 class CONTENT_EXPORT BlobStorageHost {
37 explicit BlobStorageHost(BlobStorageContext* context);
38 ~BlobStorageHost();
71 DISALLOW_COPY_AND_ASSIGN(BlobStorageHost);

Completed in 36 milliseconds