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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp 32 #include "modules/quota/StorageQuota.h"
47 StorageQuota::StorageQuota(Type type)
53 void StorageQuota::queryUsageAndQuota(ExecutionContext* executionContext, PassOwnPtr<StorageUsageCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
74 StorageQuota::~StorageQuota()
StorageQuota.h 45 class StorageQuota : public RefCounted<StorageQuota>, public ScriptWrappable {
52 static PassRefPtr<StorageQuota> create(Type type)
54 return adoptRef(new StorageQuota(type));
61 ~StorageQuota();
64 explicit StorageQuota(Type);

Completed in 90 milliseconds