dijit.layout.ContentPane.doLayout
dojo.require("dijit.layout.ContentPane");
defined in dijit/layout/ContentPane.js
false - don't adjust size of children true - looks for the first sizable child widget (ie, having resize() method) and sets it's size to however big the ContentPane is (TODO: implement) auto - if there is a single sizable child widget (ie, having resize() method), set it's size to however big the ContentPane is