Searched refs:bar_height_ (Results 1 – 6 of 6) 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
23 bar_height_(0), in InfoBar()128 int old_bar_height = bar_height_; in RecalculateHeights()156 bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_); in RecalculateHeights()161 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_); in RecalculateHeights()
97 int total_height() const { return arrow_height_ + bar_height_; } in total_height()106 int bar_height() const { return bar_height_; } in bar_height()143 int bar_height_; // Includes both fill and bottom separator. variable
166 bar_height_ = images_[LEFT]->height(); in UpdateState()208 int bar_cy = content.height() / 2 - bar_height_ / 2; in OnPaint()224 bar_height_); in OnPaint()229 bar_height_); in OnPaint()241 const int kLineThickness = bar_height_ / 2; in OnPaint()
120 int bar_height_; variable