Home
last modified time | relevance | path

Searched refs:WindowView (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dview.js122 function WindowView(childView) { class
128 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() {
Dmain.js162 var windowView = new WindowView(categoryTabSwitcher);