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 55 const int TableHeader::kSortIndicatorWidth = kSortIndicatorSize +
101 title_width + kSortIndicatorWidth <= width);
105 width -= kSortIndicatorWidth;
141 indicator_x += (kSortIndicatorWidth - kSortIndicatorSize) / 2;

Completed in 39 milliseconds