OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_quota
(Results
1 - 7
of
7
) sorted by null
/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
quota_internals_proxy.cc
109
info.
set_quota
(quota);
132
info.
set_quota
(itr->quota);
/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/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/content/renderer/dom_storage/
dom_storage_cached_area.cc
149
map_->
set_quota
(kint32max);
151
map_->
set_quota
(kPerStorageAreaQuota);
Completed in 47 milliseconds