Home
last modified time | relevance | path

Searched defs:StorageInfoQuotaCallback (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebStorageQuotaCallbacksImpl.h41 class StorageInfoQuotaCallback; variable
/external/webkit/Source/WebCore/storage/
DStorageInfo.h43 class StorageInfoQuotaCallback; variable
DStorageInfo.cpp60 …stQuota(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, Pa… in requestQuota()