Searched refs:bar_height_ (Results 1 – 2 of 2) sorted by relevance
20 bar_height_(0), in InfoBar()77 (bar_target_height_ - bar_height_); in OffsetY()91 int old_bar_height = bar_height_; in RecalculateHeights()119 bar_height_ = in RecalculateHeights()125 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_); in RecalculateHeights()
53 int total_height() const { return arrow_height_ + bar_height_; } in total_height()77 int bar_height() const { return bar_height_; } in bar_height()109 int bar_height_; // Includes both fill and bottom separator. variable