Searched refs:max_balloon_size (Results 1 – 2 of 2) sorted by relevance
88 int max_balloon_size = 0; in HasSpace() local90 layout_.GetMaxLinearSize(&max_balloon_size, &total_size); in HasSpace()92 int current_max_size = max_balloon_size * count; in HasSpace()95 return current_max_size < max_allowed_size - max_balloon_size; in HasSpace()237 void BalloonCollectionImpl::Layout::GetMaxLinearSize(int* max_balloon_size, in GetMaxLinearSize() argument239 DCHECK(max_balloon_size && total_size); in GetMaxLinearSize()243 *max_balloon_size = max_balloon_height(); in GetMaxLinearSize()
101 void GetMaxLinearSize(int* max_balloon_size, int* total_size) const;