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

  /external/webkit/Source/WebKit/chromium/src/
WebStorageQuotaCallbacksImpl.cpp 32 #include "WebStorageQuotaCallbacksImpl.h"
45 WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoUsageCallback> usageCallback, PassRefPtr<WebCore::StorageInfoErrorCallback> errorCallback)
51 WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoQuotaCallback> quotaCallback, PassRefPtr<WebCore::StorageInfoErrorCallback> errorCallback)
57 WebStorageQuotaCallbacksImpl::~WebStorageQuotaCallbacksImpl()
61 void WebStorageQuotaCallbacksImpl::didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes)
68 void WebStorageQuotaCallbacksImpl::didGrantStorageQuota(unsigned long long grantedQuotaInBytes)
75 void WebStorageQuotaCallbacksImpl::didFail(WebStorageQuotaError error
    [all...]
WebStorageQuotaCallbacksImpl.h 47 class WebStorageQuotaCallbacksImpl : public WebStorageQuotaCallbacks {
50 WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoUsageCallback>, PassRefPtr<WebCore::StorageInfoErrorCallback>);
51 WebStorageQuotaCallbacksImpl(PassRefPtr<WebCore::StorageInfoQuotaCallback>, PassRefPtr<WebCore::StorageInfoErrorCallback>);
53 virtual ~WebStorageQuotaCallbacksImpl();

Completed in 228 milliseconds