Home
last modified time | relevance | path

Searched refs:current_max_size (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/notifications/
Dballoon_collection_impl.cc92 int current_max_size = max_balloon_size * count; in HasSpace() local
95 return current_max_size < max_allowed_size - max_balloon_size; in HasSpace()
/external/chromium/net/disk_cache/
Dbackend_impl.cc1446 int current_max_size = MaxStorageSizeForTable(table_len); in AdjustMaxCacheSize() local
1447 if (max_size_ > current_max_size) in AdjustMaxCacheSize()
1448 max_size_= current_max_size; in AdjustMaxCacheSize()