Searched refs:WindowView (Results 1 – 2 of 2) sorted by relevance
122 function WindowView(childView) { class128 inherits(WindowView, View);130 WindowView.prototype.setGeometry = function(left, top, width, height) {131 WindowView.superClass_.setGeometry.call(this, left, top, width, height);135 WindowView.prototype.show = function() {136 WindowView.superClass_.show.call(this, isVisible);140 WindowView.prototype.resetGeometry = function() {
162 var windowView = new WindowView(categoryTabSwitcher);