Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar.cc17 arrow_height_(0), in InfoBar()
75 return arrow_height_ + in OffsetY()
90 int old_arrow_height = arrow_height_; in RecalculateHeights()
99 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor); in RecalculateHeights()
109 ((arrow_height_ - kDefaultArrowTargetHeight) / in RecalculateHeights()
116 if (arrow_height_) in RecalculateHeights()
117 arrow_height_ += kSeparatorLineHeight; in RecalculateHeights()
125 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_); in RecalculateHeights()
Dinfobar.h52 int arrow_height() const { return arrow_height_; } in arrow_height()
53 int total_height() const { return arrow_height_ + bar_height_; } in total_height()
106 int arrow_height_; // Includes both fill and top stroke. variable