HomeSort by relevance Sort by last modified time
    Searched refs:StorageInfoQuotaCallback (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/storage/
StorageInfoQuotaCallback.h 40 class StorageInfoQuotaCallback : public RefCounted<StorageInfoQuotaCallback> {
42 virtual ~StorageInfoQuotaCallback() { }
StorageInfo.h 43 class StorageInfoQuotaCallback;
60 void requestQuota(ScriptExecutionContext*, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>);
StorageInfo.cpp 39 #include "StorageInfoQuotaCallback.h"
60 void StorageInfo::requestQuota(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>)
  /external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.h 41 class StorageInfoQuotaCallback;
51 WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoQuotaCallback>, PassRefPtr<WebCore::StorageInfoErrorCallback>);
61 RefPtr<WebCore::StorageInfoQuotaCallback> m_quotaCallback;
WebStorageQuotaCallbacksImpl.cpp 38 #include "StorageInfoQuotaCallback.h"
51 WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoQuotaCallback> quotaCallback, PassRefPtr<WebCore::StorageInfoErrorCallback> errorCallback)
StorageInfoChromium.cpp 40 #include "StorageInfoQuotaCallback.h"
79 void StorageInfo::requestQuota(ScriptExecutionContext* context, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)

Completed in 537 milliseconds