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

  /external/chromium_org/webkit/browser/blob/
blob_storage_host.cc 15 BlobStorageHost::BlobStorageHost(BlobStorageContext* context)
19 BlobStorageHost::~BlobStorageHost() {
33 bool BlobStorageHost::StartBuildingBlob(const std::string& uuid) {
41 bool BlobStorageHost::AppendBlobDataItem(
49 bool BlobStorageHost::CancelBuildingBlob(const std::string& uuid) {
57 bool BlobStorageHost::FinishBuildingBlob(
65 bool BlobStorageHost::IncrementBlobRefCount(const std::string& uuid) {
74 bool BlobStorageHost::DecrementBlobRefCount(const std::string& uuid)
    [all...]
blob_storage_host.h 22 class BlobStorageHost;
30 class WEBKIT_STORAGE_BROWSER_EXPORT BlobStorageHost {
32 explicit BlobStorageHost(BlobStorageContext* context);
33 ~BlobStorageHost();
66 DISALLOW_COPY_AND_ASSIGN(BlobStorageHost);

Completed in 175 milliseconds