OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestQuota
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/storage/
StorageInfo.cpp
60
void StorageInfo::
requestQuota
(ScriptExecutionContext*, int, unsigned long long, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>)
StorageInfo.h
60
void
requestQuota
(ScriptExecutionContext*, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback>, PassRefPtr<StorageInfoErrorCallback>);
/external/webkit/Source/WebKit/chromium/src/
StorageInfoChromium.cpp
79
void StorageInfo::
requestQuota
(ScriptExecutionContext* context, int storageType, unsigned long long newQuotaInBytes, PassRefPtr<StorageInfoQuotaCallback> successCallback, PassRefPtr<StorageInfoErrorCallback> errorCallback)
Completed in 181 milliseconds