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

  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 53 int total_height() const { return arrow_height_ + bar_height_; }
77 int bar_height() const { return bar_height_; }
109 int bar_height_; // Includes both fill and bottom separator. member in class:InfoBar
infobar.cc 20 bar_height_(0),
77 (bar_target_height_ - bar_height_);
91 int old_bar_height = bar_height_;
119 bar_height_ =
125 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_);
  /external/chromium_org/chrome/browser/infobars/
infobar.cc 44 bar_height_(0),
121 (bar_target_height_ - bar_height_);
135 int old_bar_height = bar_height_;
163 bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_);
168 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_);
infobar.h 74 int total_height() const { return arrow_height_ + bar_height_; }
96 int bar_height() const { return bar_height_; }
132 int bar_height_; // Includes both fill and bottom separator. member in class:InfoBar
  /external/chromium_org/ui/views/controls/
slider.cc 166 bar_height_ = images_[LEFT]->height();
195 int bar_cy = content.height() / 2 - bar_height_ / 2;
211 bar_height_);
216 bar_height_);
228 const int kLineThickness = bar_height_ / 2;
slider.h 123 int bar_height_; member in class:views::Slider

Completed in 145 milliseconds