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

  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageInfo.cpp 48 void DeprecatedStorageInfo::queryUsageAndQuota(ExecutionContext* executionContext, int storageType, StorageUsageCallback* successCallback, StorageErrorCallback* errorCallback)
57 storageQuota->queryUsageAndQuota(executionContext, successCallback, errorCallback);
DeprecatedStorageQuota.cpp 54 void DeprecatedStorageQuota::queryUsageAndQuota(ExecutionContext* executionContext, StorageUsageCallback* successCallback, StorageErrorCallback* errorCallback)

Completed in 74 milliseconds