Home | History | Annotate | Download | only in elements

Lines Matching defs:SidebarPane

32  * @extends {WebInspector.SidebarPane}
38 WebInspector.SidebarPane.call(this, WebInspector.UIString("Styles"));
1003 __proto__: WebInspector.SidebarPane.prototype
1008 * @extends {WebInspector.SidebarPane}
1012 WebInspector.SidebarPane.call(this, WebInspector.UIString("Computed Style"));
1040 WebInspector.SidebarPane.prototype.wasShown.call(this);
1070 __proto__: WebInspector.SidebarPane.prototype
3207 * @param {!WebInspector.StylePropertyTreeElement} sidebarPane
3210 WebInspector.StylesSidebarPane.CSSPropertyPrompt = function(cssCompletions, sidebarPane, isEditingName)
3216 this._sidebarPane = sidebarPane;