OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPerHostTemporaryPortion
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/fileapi/
file_system_browsertest.cc
57
kInitialQuotaKilobytes * 1024 * QuotaManager::
kPerHostTemporaryPortion
;
/external/chromium_org/content/shell/browser/
shell_browser_main_parts.cc
158
storage::QuotaManager::
kPerHostTemporaryPortion
,
shell_message_filter.cc
98
quota * storage::QuotaManager::
kPerHostTemporaryPortion
,
/external/chromium_org/content/browser/quota/
quota_manager_unittest.cc
60
const int
kPerHostTemporaryPortion
= QuotaManager::
kPerHostTemporaryPortion
;
610
const int kPerHostQuota = 100 /
kPerHostTemporaryPortion
;
645
GetAvailableDiskSpaceForTest(base::FilePath()) /
kPerHostTemporaryPortion
;
751
const int kPerHostQuota = 100 / QuotaManager::
kPerHostTemporaryPortion
;
812
const int kPerHostQuota = 100 / QuotaManager::
kPerHostTemporaryPortion
;
854
1000 / QuotaManager::
kPerHostTemporaryPortion
;
885
100 / QuotaManager::
kPerHostTemporaryPortion
;
[
all
...]
/external/chromium_org/storage/browser/quota/
quota_manager.h
247
static const int
kPerHostTemporaryPortion
;
quota_manager.cc
57
const int QuotaManager::
kPerHostTemporaryPortion
= 5; // 20%
254
int64 host_quota = global_quota / QuotaManager::
kPerHostTemporaryPortion
;
[
all
...]
/external/chromium_org/content/browser/indexed_db/
indexed_db_browsertest.cc
114
* 1024 * QuotaManager::
kPerHostTemporaryPortion
;
Completed in 156 milliseconds