Searched refs:current_max_size (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_impl.cc92 int current_max_size = max_balloon_size * count; local
95 return current_max_size < max_allowed_size - max_balloon_size;
/external/chromium_org/chrome/browser/notifications/
H A Dballoon_collection_impl.cc124 int current_max_size = max_balloon_size * count; local
127 return current_max_size < max_allowed_size - max_balloon_size;
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1446 int current_max_size = MaxStorageSizeForTable(table_len); local
1447 if (max_size_ > current_max_size)
1448 max_size_= current_max_size;
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc1317 int current_max_size = MaxStorageSizeForTable(table_len); local
1318 if (max_size_ > current_max_size)
1319 max_size_= current_max_size;
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc831 int current_max_size = MaxStorageSizeForTable(table_len); local
832 if (max_size_ > current_max_size)
833 max_size_= current_max_size;

Completed in 476 milliseconds