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

  /external/chromium_org/ui/views/controls/
label.h 77 int line_height() const { return line_height_; }
202 int line_height_; member in class:views::Label
label.cc 138 if (height != line_height_) {
139 line_height_ = height;
272 layout_text_, font_list_, &w, &h, line_height_, flags);
323 line_height_, flags, shadows_);
348 layout_text_, font_list_, &w, &h, line_height_, flags);
387 line_height_ = 0;
  /external/chromium_org/ui/gfx/
text_elider.cc 476 line_height_(font_list.GetHeight()),
532 const int line_height_; member in class:gfx::__anon614::RectangleText
726 current_height_ += line_height_;

Completed in 81 milliseconds