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 812 // SizeRowsAndColumns sets the size and location of each row/column, but
815 SizeRowsAndColumns(true, host_->width(), host_->height(), &pref);
846 SizeRowsAndColumns(false, 0, 0, &out);
855 SizeRowsAndColumns(false, width, 0, &pref);
859 void GridLayout::SizeRowsAndColumns(bool layout, int width, int height,
    [all...]

Completed in 472 milliseconds