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

  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
simple_grid_layout.h 64 void SizeRowsAndColumns(float width);
  /external/chromium_org/ui/views/layout/
grid_layout.h 192 void SizeRowsAndColumns(bool layout, int width, int height, gfx::Size* pref);
grid_layout.cc 808 // SizeRowsAndColumns sets the size and location of each row/column, but
811 SizeRowsAndColumns(true, host_->width(), host_->height(), &pref);
842 SizeRowsAndColumns(false, 0, 0, &out);
851 SizeRowsAndColumns(false, width, 0, &pref);
855 void GridLayout::SizeRowsAndColumns(bool layout, int width, int height,
    [all...]

Completed in 137 milliseconds