Home
last modified time | relevance | path

Searched refs:max_height_ (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dmessage_bubble_base.cc31 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()
Dmessage_bubble_base.h30 int max_height() const { return max_height_; } in max_height()
74 int max_height_; variable
Dmessage_center_bubble.h49 int max_height_; variable
Dmessage_center_view.cc78 int max_height_; member in message_center::BoundedScrollView
85 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()
/external/chromium/chrome/browser/ui/panels/
Dpanel_manager.cc48 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()
Dpanel_manager.h102 int max_height_; variable
/external/chromium_org/third_party/leveldatabase/src/db/
Dskiplist.h105 port::AtomicPointer max_height_; // Height of the entire list variable
109 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));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dminimize.h319 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
/external/openfst/src/include/fst/
Dminimize.h332 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
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.h94 int max_height() const { return max_height_; } in max_height()
425 int max_height_; variable
Dbookmark_bar_gtk.cc159 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()