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

  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.cc 88 int max_balloon_size = 0; local
90 layout_.GetMaxLinearSize(&max_balloon_size, &total_size);
92 int current_max_size = max_balloon_size * count;
95 return current_max_size < max_allowed_size - max_balloon_size;
237 void BalloonCollectionImpl::Layout::GetMaxLinearSize(int* max_balloon_size,
239 DCHECK(max_balloon_size && total_size);
243 *max_balloon_size = max_balloon_height();
balloon_collection_impl.h 101 void GetMaxLinearSize(int* max_balloon_size, int* total_size) const;
  /external/chromium_org/chrome/browser/notifications/
balloon_collection_impl.cc 120 int max_balloon_size = 0; local
122 layout_.GetMaxLinearSize(&max_balloon_size, &total_size);
124 int current_max_size = max_balloon_size * count;
127 return current_max_size < max_allowed_size - max_balloon_size;
290 void BalloonCollectionImpl::Layout::GetMaxLinearSize(int* max_balloon_size,
292 DCHECK(max_balloon_size && total_size);
296 *max_balloon_size = max_balloon_height();
balloon_collection_impl.h 121 void GetMaxLinearSize(int* max_balloon_size, int* total_size) const;

Completed in 42 milliseconds