OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:column_width
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/views/controls/table/
table_utils.cc
71
int
column_width
= content_widths[i];
local
73
column_width
+= static_cast<int>(available_width *
76
widths.push_back(
column_width
== 0 ? kUnspecifiedColumnWidth :
77
column_width
);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
895
def
column_width
(self, col=0, width=None, chars=None):
member in class:HList
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py
895
def
column_width
(self, col=0, width=None, chars=None):
member in class:HList
[
all
...]
Completed in 3468 milliseconds