requestQuota       75 Source/modules/quota/DeprecatedStorageInfo.cpp     storageQuota->requestQuota(executionContext, newQuotaInBytes, successCallback, errorCallback);
requestQuota       63 Source/modules/quota/DeprecatedStorageInfo.h     void requestQuota(ExecutionContext*, int storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
requestQuota       94 Source/modules/quota/DeprecatedStorageQuota.cpp     client->requestQuota(executionContext, storageType, newQuotaInBytes, successCallback, errorCallback);
requestQuota       61 Source/modules/quota/DeprecatedStorageQuota.h     void requestQuota(ExecutionContext*, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
requestQuota       51 Source/modules/quota/StorageQuotaClient.h     virtual void requestQuota(ExecutionContext*, blink::WebStorageQuotaType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>) = 0;
requestQuota       45 Source/web/StorageQuotaClientImpl.h     virtual void requestQuota(WebCore::ExecutionContext*, WebStorageQuotaType, unsigned long long newQuotaInBytes, PassOwnPtr<WebCore::StorageQuotaCallback>, PassOwnPtr<WebCore::StorageErrorCallback>) OVERRIDE;