OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.cc
16
(name), static_cast<int>((sample) /
kMBytes
), \
26
const int64
kMBytes
= 1024 * 1024;
quota_manager.cc
35
(name), static_cast<int>((sample) /
kMBytes
), \
42
const int64
kMBytes
= 1024 * 1024;
53
const int64 QuotaManager::kIncognitoDefaultQuotaLimit = 100 *
kMBytes
;
63
const int64 QuotaManager::kPerHostPersistentQuotaLimit = 10 * 1024 *
kMBytes
;
74
int64 QuotaManager::kMinimumPreserveForSystem = 1024 *
kMBytes
;
82
int64 QuotaManager::kSyncableStorageDefaultHostQuota = 500 *
kMBytes
;
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_storage_monitor.cc
55
const int64
kMBytes
= 1024 * 1024;
56
const int64 kEphemeralAppInitialThreshold = 250 *
kMBytes
;
57
const int64 kExtensionInitialThreshold = 1000 *
kMBytes
;
403
base::IntToString16(current_usage /
kMBytes
)),
Completed in 61 milliseconds