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

  /external/chromium_org/components/infobars/core/
infobar.h 97 int total_height() const { return arrow_height_ + bar_height_; }
106 int bar_height() const { return bar_height_; }
143 int bar_height_; // Includes both fill and bottom separator. member in class:infobars::InfoBar
infobar.cc 25 bar_height_(0),
130 int old_bar_height = bar_height_;
158 bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_);
163 (old_arrow_height != arrow_height_) || (old_bar_height != bar_height_);
  /external/chromium_org/ui/views/controls/
slider.cc 168 bar_height_ = images_[LEFT]->height();
210 int bar_cy = content.height() / 2 - bar_height_ / 2;
226 bar_height_);
231 bar_height_);
243 const int kLineThickness = bar_height_ / 2;
slider.h 138 int bar_height_; member in class:views::Slider

Completed in 326 milliseconds