Home
last modified time | relevance | path

Searched refs:fixed_height (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dsimple_grid_layout.mm130 Row(float resize_percent, int fixed_height, ColumnSet* column_set);
138 Row::Row(float resize_percent, int fixed_height, ColumnSet* column_set)
139 : LayoutElement(resize_percent, fixed_height),
252 void SimpleGridLayout::AddPaddingRow(int fixed_height) {
253 AddRow(new Row(0.0f, fixed_height, NULL));
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc266 Row(bool fixed_height, int height, float resize_percent, in Row() argument
269 fixed_height_(fixed_height), in Row()