Searched defs:stylesPane (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DElementsPanel.js1177 var stylesPane = new WebInspector.SidebarPane(this.sidebarPanes.styles.title());
1178 stylesPane.element.addStyleClass("composite");
1179 stylesPane.element.addStyleClass("fill");
1180 var expandStyles = stylesPane.expand.bind(stylesPane);
1181 stylesPane.bodyElement.addStyleClass("metrics-and-styles");
1182 this.sidebarPanes.styles.show(stylesPane.bodyElement);
1185 stylesPane.bodyElement.appendChild(this.sidebarPanes.styles.titleElement);
1204 if (tabId === stylesPane.title())
1205 showMetrics.call(this, stylesPane);
[all...]

Completed in 80 milliseconds