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

  /external/chromium_org/ui/views/controls/table/
table_header.h 23 static const int kSortIndicatorWidth;
table_header.cc 45 const int TableHeader::kSortIndicatorWidth = kSortIndicatorSize +
92 title_width + kSortIndicatorWidth <= width);
96 width -= kSortIndicatorWidth;
132 indicator_x += (kSortIndicatorWidth - kSortIndicatorSize) / 2;
table_view.cc 690 TableHeader::kSortIndicatorWidth, columns, model_);

Completed in 880 milliseconds