Searched defs:newQuotaInBytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DStorageQuotaChromium.cpp51 void StorageQuota::requestQuota(ExecutionContext* executionContext, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback) argument
63 webFrame->client()->requestStorageQuota(webFrame, storageType, newQuotaInBytes, WebStorageQuotaCallbacksImpl::createLeakedPtr(successCallback, errorCallback));
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DStorageInfo.cpp66 void StorageInfo::requestQuota(ExecutionContext* executionContext, int storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback) argument
75 storageQuota->requestQuota(executionContext, newQuotaInBytes, successCallback, errorCallback);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h319 // |newQuotaInBytes| indicates how much storage space (in bytes) the
330 unsigned long long newQuotaInBytes,
328 requestStorageQuota( WebFrame*, WebStorageQuotaType, unsigned long long newQuotaInBytes, WebStorageQuotaCallbacks*) argument

Completed in 187 milliseconds