Searched defs:kUnspecifiedColumnWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_utils.cc15 const int kUnspecifiedColumnWidth = 90; member in namespace:views
79 widths.push_back(column_width == 0 ? kUnspecifiedColumnWidth :

Completed in 521 milliseconds