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 45 class WebStorageQuotaCallbacks {
47 ~WebStorageQuotaCallbacks() { reset(); }
48 WebStorageQuotaCallbacks() { }
49 WebStorageQuotaCallbacks(const WebStorageQuotaCallbacks& c) { assign(c); }
50 WebStorageQuotaCallbacks& operator=(const WebStorageQuotaCallbacks& c)
57 BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
60 BLINK_PLATFORM_EXPORT WebStorageQuotaCallbacks(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>&);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebStorageQuotaCallbacks.cpp 6 #include "public/platform/WebStorageQuotaCallbacks.h"
38 WebStorageQuotaCallbacks::WebStorageQuotaCallbacks(const PassOwnPtrWillBeRawPtr<StorageQuotaCallbacks>& callbacks)
43 void WebStorageQuotaCallbacks::reset()
48 void WebStorageQuotaCallbacks::assign(const WebStorageQuotaCallbacks& other)
53 void WebStorageQuotaCallbacks::didQueryStorageUsageAndQuota(unsigned long long usageInBytes, unsigned long long quotaInBytes)
60 void WebStorageQuotaCallbacks::didGrantStorageQuota(unsigned long long usageInBytes, unsigned long long grantedQuotaInBytes)
67 void WebStorageQuotaCallbacks::didFail(WebStorageQuotaError error)

Completed in 49 milliseconds