Home | History | Annotate | Download | only in audits

Lines Matching refs:styles

890         function imageStylesReady(imageId, styles, isLastStyle, computedStyle)
914 if (styles.attributesStyle) {
915 var widthFound = !!styles.attributesStyle.getLiveProperty("width");
916 var heightFound = !!styles.attributesStyle.getLiveProperty("height");
919 var inlineStyle = styles.inlineStyle;
927 for (var i = styles.matchedCSSRules.length - 1; i >= 0 && !(widthFound && heightFound); --i) {
928 var style = styles.matchedCSSRules[i].style;
1101 WebInspector.AuditRule.call(this, "page-stylescriptorder", WebInspector.UIString("Optimize the order of styles and scripts"));