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

  /external/chromium_org/third_party/WebKit/public/platform/
WebStorageQuotaCallbacks.h 48 class WebStorageQuotaCallbacks {
50 ~WebStorageQuotaCallbacks() { reset(); }
51 WebStorageQuotaCallbacks() { }
52 WebStorageQuotaCallbacks(const WebStorageQuotaCallbacks& c) { assign(c); }
53 WebStorageQuotaCallbacks& operator=(const WebStorageQuotaCallbacks& c)
60 BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
63 BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const WTF::PassOwnPtr<WebCore::StorageQuotaCallbacks>&);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebStorageQuotaCallbacks.cpp 6 #include "public/platform/WebStorageQuotaCallbacks.h"
31 WebStorageQuotaCallbacks::WebStorageQuotaCallbacks(const PassOwnPtr<WebCore::StorageQuotaCallbacks>& callbacks)
36 void WebStorageQuotaCallbacks::reset()
41 void WebStorageQuotaCallbacks::assign(const WebStorageQuotaCallbacks& other)
46 void WebStorageQuotaCallbacks::didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes)
53 void WebStorageQuotaCallbacks::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
60 void WebStorageQuotaCallbacks::didFail(WebStorageQuotaError error)

Completed in 47 milliseconds