OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebStorageQuotaCallbacksImpl
(Results
1 - 3
of
3
) 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
();
StorageInfoChromium.cpp
44
#include "
WebStorageQuotaCallbacksImpl
.h"
72
webFrame->client()->queryStorageUsageAndQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), new
WebStorageQuotaCallbacksImpl
(successCallback, errorCallback));
90
webFrame->client()->requestStorageQuota(webFrame, static_cast<WebStorageQuotaType>(storageType), newQuotaInBytes, new
WebStorageQuotaCallbacksImpl
(successCallback, errorCallback));
Completed in 198 milliseconds