OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
55
const int TableHeader::
kSortIndicatorWidth
= kSortIndicatorSize +
101
title_width +
kSortIndicatorWidth
<= width);
105
width -=
kSortIndicatorWidth
;
141
indicator_x += (
kSortIndicatorWidth
- kSortIndicatorSize) / 2;
table_view.cc
689
TableHeader::
kSortIndicatorWidth
, columns, model_);
Completed in 98 milliseconds