Home | History | Annotate | Download | only in front-end

Lines Matching defs:View

33     WebInspector.View.call(this);
35 this.element.addStyleClass("heap-snapshot-view");
140 WebInspector.View.prototype.show.call(this, parentElement);
146 WebInspector.View.prototype.hide.call(this);
508 WebInspector.HeapSnapshotView.prototype.__proto__ = WebInspector.View.prototype;