OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_quota
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/common/dom_storage/
dom_storage_map.h
47
void
set_quota
(size_t quota) { quota_ = quota; }
function in class:content::DOMStorageMap
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_types.h
35
void
set_quota
(int64 quota) {
function in class:quota_internals::GlobalStorageInfo
60
void
set_quota
(int64 quota) {
function in class:quota_internals::PerHostStorageInfo
/external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl_unittest.cc
66
void
set_quota
(int64 quota) { quota_ = quota; }
function in class:fileapi::__anon15387::MockQuotaManagerProxy
147
quota_manager_proxy_->
set_quota
(10000);
169
quota_manager_proxy_->
set_quota
(100);
184
quota_manager_proxy_->
set_quota
(10000);
201
quota_manager_proxy_->
set_quota
(10000);
213
quota_manager_proxy_->
set_quota
(10000);
/external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc
78
void
set_quota
(int64 quota) {
function in class:quota::__anon15406::MockQuotaEvictionHandler
232
quota_eviction_handler()->
set_quota
(4000);
252
quota_eviction_handler()->
set_quota
(4000);
279
quota_eviction_handler()->
set_quota
(1000);
312
quota_eviction_handler()->
set_quota
(1000);
344
quota_eviction_handler()->
set_quota
(1000);
370
quota_eviction_handler()->
set_quota
(10000);
392
quota_eviction_handler()->
set_quota
(10000);
quota_manager.cc
355
void
set_quota
(int64 quota) {
function in class:quota::UsageAndQuotaCallbackDispatcher
856
dispatcher->
set_quota
(kNoLimit);
866
dispatcher->
set_quota
(kSyncableStorageDefaultHostQuota);
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py
881
def
set_quota
(self, quota):
member in class:MuxExtensionProcessor
Completed in 166 milliseconds