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 193 void SizeRowsAndColumns(bool layout,
grid_layout.cc 800 // SizeRowsAndColumns sets the size and location of each row/column, but
803 SizeRowsAndColumns(true, host_->width(), host_->height(), &pref);
834 SizeRowsAndColumns(false, 0, 0, &out);
843 SizeRowsAndColumns(false, width, 0, &pref);
847 void GridLayout::SizeRowsAndColumns(bool layout, int width, int height,
    [all...]

Completed in 44 milliseconds