Home | History | Annotate | Download | only in components

Lines Matching defs:Panel

33 WebInspector.Panel = function(name)
37 this.element.classList.add("panel");
45 WebInspector.Panel.counterRightMargin = 25;
47 WebInspector.Panel.prototype = {
142 * @extends {WebInspector.Panel}
149 WebInspector.Panel.call(this, name);
189 __proto__: WebInspector.Panel.prototype
211 * @return {!WebInspector.Panel}
213 panel: function() {}
246 * @return {!WebInspector.Panel}
248 panel: function()
250 return /** @type {!WebInspector.Panel} */ (this._extension.instance());