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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar.cc 17 arrow_height_(0),
75 return arrow_height_ +
90 int old_arrow_height = arrow_height_;
94 // |arrow_height_| * |arrow_half_width_|. When the bar is opening or closing,
99 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor);
109 ((arrow_height_ - kDefaultArrowTargetHeight) /
116 if (arrow_height_)
117 arrow_height_ += kSeparatorLineHeight;
125 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_);
infobar.h 52 int arrow_height() const { return arrow_height_; }
53 int total_height() const { return arrow_height_ + bar_height_; }
106 int arrow_height_; // Includes both fill and top stroke. member in class:InfoBar
  /external/chromium_org/chrome/browser/infobars/
infobar.cc 20 arrow_height_(0),
127 int old_arrow_height = arrow_height_;
131 // |arrow_height_| * |arrow_half_width_|. When the bar is opening or closing,
136 arrow_height_ = static_cast<int>(arrow_target_height_ * scale_factor);
146 ((arrow_height_ - kDefaultArrowTargetHeight) /
153 if (arrow_height_)
154 arrow_height_ += kSeparatorLineHeight;
161 (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:InfoBar

Completed in 26 milliseconds