HomeSort by relevance Sort by last modified time
    Searched refs:max_balloon_size (Results 1 - 2 of 2) 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;

Completed in 138 milliseconds