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

  /external/chromium_org/ui/views/controls/tree/
tree_view.cc 90 text_offset_ = closed_icon_.width() + kImagePadding + kImagePadding +
714 root_.GetMaxWidth(text_offset_, root_shown_ ? 1 : 0) +
728 row_bounds.set_x(row_bounds.x() + text_offset_);
729 row_bounds.set_width(row_bounds.width() - text_offset_);
793 gfx::Rect text_bounds(bounds.x() + text_offset_, bounds.y(),
794 bounds.width() - text_offset_, bounds.height());
874 text_offset_ + node->text_width() +
tree_view.h 387 int text_offset_; member in class:views::TreeView

Completed in 229 milliseconds