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 92 int line_height() const { return line_height_; }
232 int line_height_; member in class:views::Label
label.cc 130 if (height != line_height_) {
131 line_height_ = height;
260 layout_text(), font_list_, &w, &h, line_height_, flags); local
323 line_height_, flags, shadows_);
348 layout_text(), font_list_, &w, &h, line_height_, flags); local
387 line_height_ = 0;
  /external/chromium_org/ui/gfx/
text_elider.cc 481 line_height_(font_list.GetHeight()),
537 const int line_height_; member in class:gfx::__anon20762::RectangleText
731 current_height_ += line_height_;

Completed in 345 milliseconds