Searched refs:max_balloon_height (Results 1 – 3 of 3) sorted by relevance
51 layout_.max_balloon_height())); in Add()243 *max_balloon_size = max_balloon_height(); in GetMaxLinearSize()362 std::min(max_balloon_height(), size.height()))); in ConstrainToSizeLimits()
59 int MaxHeight() { return Layout::max_balloon_height(); } in MaxHeight()
89 static int max_balloon_height() { return kBalloonMaxHeight; } in max_balloon_height() function