Home
last modified time | relevance | path

Searched refs:text_offset_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/tree/
Dtree_view.cc90 text_offset_ = closed_icon_.width() + kImagePadding + kImagePadding + in TreeView()
714 root_.GetMaxWidth(text_offset_, root_shown_ ? 1 : 0) + in UpdatePreferredSize()
728 row_bounds.set_x(row_bounds.x() + text_offset_); in LayoutEditor()
729 row_bounds.set_width(row_bounds.width() - text_offset_); in LayoutEditor()
793 gfx::Rect text_bounds(bounds.x() + text_offset_, bounds.y(), in PaintRow()
794 bounds.width() - text_offset_, bounds.height()); in PaintRow()
876 text_offset_ + node->text_width() + in GetBoundsForNodeImpl()
Dtree_view.h388 int text_offset_; variable