Searched refs:max_height_ (Results 1 – 11 of 11) sorted by relevance
31 max_height_(kMessageBubbleBaseDefaultMaxHeight) { in MessageBubbleBase()61 if (height == max_height_) in SetMaxHeight()64 max_height_ = height; in SetMaxHeight()66 bubble_view_->SetMaxHeight(max_height_); in SetMaxHeight()
30 int max_height() const { return max_height_; } in max_height()74 int max_height_; variable
49 int max_height_; variable
78 int max_height_; member in message_center::BoundedScrollView85 max_height_(max_height) { in BoundedScrollView()95 size.SetToMin(gfx::Size(size.width(), max_height_)); in GetPreferredSize()105 return std::min(std::max(height, min_height_), max_height_); in GetHeightForWidth()
48 max_height_(0), in PanelManager()72 max_height_ = static_cast<int>(work_area.height() * kPanelMaxHeightFactor); in OnDisplayChanged()300 else if (height > max_height_) in ComputeBoundsForNextPanel()301 height = max_height_; in ComputeBoundsForNextPanel()
102 int max_height_; variable
105 port::AtomicPointer max_height_; // Height of the entire list variable109 reinterpret_cast<intptr_t>(max_height_.NoBarrier_Load())); in GetMaxHeight()326 max_height_(reinterpret_cast<void*>(1)),357 max_height_.NoBarrier_Store(reinterpret_cast<void*>(height));
319 HeightVisitor() : max_height_(0), num_states_(0) { } in HeightVisitor()357 if (h > (StateId)max_height_) max_height_ = h; in FinishState()364 size_t max_height() const { return max_height_; } in max_height()372 size_t max_height_; variable
332 HeightVisitor() : max_height_(0), num_states_(0) { } in HeightVisitor()370 if (h > max_height_) max_height_ = h; in FinishState()377 size_t max_height() const { return max_height_; } in max_height()385 size_t max_height_; variable
94 int max_height() const { return max_height_; } in max_height()425 int max_height_; variable
159 max_height_(0), in BookmarkBarGtk()348 max_height_ = req.height; in CalculateMaxHeight()350 max_height_ = (bookmark_bar_state_ == BookmarkBar::DETACHED) ? in CalculateMaxHeight()360 (max_height_ - kBookmarkBarMinimumHeight)) + in AnimationProgressed()