Home | History | Annotate | Download | only in elements

Lines Matching full:computedstyle

70     this.sidebarPanes.computedStyle = new WebInspector.ComputedStyleSidebarPane();
71 this.sidebarPanes.styles = new WebInspector.StylesSidebarPane(this.sidebarPanes.computedStyle, this._setPseudoClassForNode.bind(this));
1096 var computedStylePane = this.sidebarPanes.computedStyle;
1330 this.sidebarPanes.computedStyle.setExpandCallback(expandComputed);
1344 this.sidebarPanes.metrics.show(computedStylePanesWrapper, this.sidebarPanes.computedStyle.element);
1411 this.sidebarPanes.computedStyle.show(computedStylePanesWrapper);