Home
last modified time | relevance | path

Searched refs:arrow_height_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/infobars/core/
Dinfobar.cc22 arrow_height_(0), in InfoBar()
129 int old_arrow_height = arrow_height_; in RecalculateHeights()
138 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor); in RecalculateHeights()
148 ((arrow_height_ - kDefaultArrowTargetHeight) / in RecalculateHeights()
155 if (arrow_height_) in RecalculateHeights()
156 arrow_height_ += kSeparatorLineHeight; in RecalculateHeights()
163 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_); in RecalculateHeights()
Dinfobar.h94 int arrow_height() const { return arrow_height_; } in arrow_height()
97 int total_height() const { return arrow_height_ + bar_height_; } in total_height()
140 int arrow_height_; // Includes both fill and top stroke. variable