Searched refs:column_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_utils.cc74 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/
H A Dprofile_chooser_view.cc1103 int column_width = kFixedMenuWidth - 2 * views::kButtonHEdgeMarginNew; local
1104 views::GridLayout* layout = CreateSingleColumnLayout(view, column_width);
1111 int x_offset = (column_width - kLargeImageSide) / 2;
1116 new SizedContainer(gfx::Size(column_width, kLargeImageSide));

Completed in 107 milliseconds