Lines Matching defs:setSize
18794 setSize: function (width, height) { method in Grid
20658 Cell.prototype.setSize = function (x, y) { method in Cell
21424 Layout.prototype.setSize = function (x, y) { method in Layout
21426 _super.prototype.setSize.call(this, x, y); method in _super
21814 ScrollbarCell.prototype.setSize = function(width, height){ method in ScrollbarCell
21815 _super.prototype.setSize.apply(this, arguments); method in _super
22131 ViewCell.prototype.setSize = function(x, y){ method in ViewCell
22132 _super.prototype.setSize.call(this, x, y); method in _super
22223 ViewLayout.prototype.setSize = function (x, y) { method in ViewLayout
22224 Cell.prototype.setSize.call(this, x, y); method in Cell
26249 setSize: function(width, height){ method in Timeline