HomeSort by relevance Sort by last modified time
    Searched defs:kSortIndicatorWidth (Results 1 - 2 of 2) 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;

Completed in 2918 milliseconds