OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:requestQuota
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.idl
30
[CallWith=ExecutionContext] void
requestQuota
(unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback);
StorageInfo.idl
33
[CallWith=ExecutionContext] void
requestQuota
(unsigned short storageType, unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback);
StorageQuota.h
59
void
requestQuota
(ExecutionContext*, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
StorageInfo.h
61
void
requestQuota
(ExecutionContext*, int storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback>, PassOwnPtr<StorageErrorCallback>);
StorageInfo.cpp
66
void StorageInfo::
requestQuota
(ExecutionContext* executionContext, int storageType, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
75
storageQuota->
requestQuota
(executionContext, newQuotaInBytes, successCallback, errorCallback);
/external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaChromium.cpp
51
void StorageQuota::
requestQuota
(ExecutionContext* executionContext, unsigned long long newQuotaInBytes, PassOwnPtr<StorageQuotaCallback> successCallback, PassOwnPtr<StorageErrorCallback> errorCallback)
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
example.js
11
navigator.webkitPersistentStorage.
requestQuota
(1024 * 1024,
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js
11
navigator.webkitPersistentStorage.
requestQuota
(1024 * 1024,
/cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js
[
all
...]
Completed in 765 milliseconds