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

  /external/chromium_org/ui/views/controls/table/
table_utils.cc 74 int column_width = content_widths[i]; local
76 column_width += static_cast<int>(available_width *
79 widths.push_back(column_width == 0 ? kUnspecifiedColumnWidth :
80 column_width);
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 1103 int column_width = kFixedMenuWidth - 2 * views::kButtonHEdgeMarginNew; local
    [all...]
  /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 172 milliseconds