HomeSort by relevance Sort by last modified time
    Searched refs:arrow_height_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/infobars/core/
infobar.cc 22 arrow_height_(0),
129 int old_arrow_height = arrow_height_;
133 // |arrow_height_| * |arrow_half_width_|. When the bar is opening or closing,
138 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor);
148 ((arrow_height_ - kDefaultArrowTargetHeight) /
155 if (arrow_height_)
156 arrow_height_ += kSeparatorLineHeight;
163 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_);
infobar.h 94 int arrow_height() const { return arrow_height_; }
97 int total_height() const { return arrow_height_ + bar_height_; }
140 int arrow_height_; // Includes both fill and top stroke. member in class:infobars::InfoBar

Completed in 1821 milliseconds