HomeSort by relevance Sort by last modified time
    Searched refs:current_max_size (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 92 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/
balloon_collection_impl.cc 124 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/
backend_impl.cc 1446 int current_max_size = MaxStorageSizeForTable(table_len); local
    [all...]
  /external/chromium_org/net/disk_cache/
backend_impl.cc 1317 int current_max_size = MaxStorageSizeForTable(table_len); local
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc 831 int current_max_size = MaxStorageSizeForTable(table_len); local
832 if (max_size_ > current_max_size)
833 max_size_= current_max_size;
    [all...]

Completed in 426 milliseconds