Searched refs:styleFromMatchedRules (Results 1 – 1 of 1) sorted by relevance
1147 …RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElemen… in mergeStyleFromRules() local1152 styleFromMatchedRules->mergeAndOverrideOnConflict(m_mutableStyle.get()); in mergeStyleFromRules()1155 m_mutableStyle = styleFromMatchedRules; in mergeStyleFromRules()1200 …RefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRules = styleFromMatchedRulesForElemen… in removeStyleFromRulesAndContext() local1201 if (styleFromMatchedRules && !styleFromMatchedRules->isEmpty()) in removeStyleFromRulesAndContext()1202 …m_mutableStyle = getPropertiesNotIn(m_mutableStyle.get(), styleFromMatchedRules->ensureCSSStyleDec… in removeStyleFromRulesAndContext()1210 removePropertiesInStyle(computedStyle->m_mutableStyle.get(), styleFromMatchedRules.get()); in removeStyleFromRulesAndContext()1217 …if (!styleFromMatchedRules->getPropertyCSSValue(CSSPropertyDisplay) && getIdentifierValue(m_mutabl… in removeStyleFromRulesAndContext()1219 …if (!styleFromMatchedRules->getPropertyCSSValue(CSSPropertyFloat) && getIdentifierValue(m_mutableS… in removeStyleFromRulesAndContext()