Searched refs:styleValue (Results 1 – 1 of 1) sorted by relevance
167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() local168 …return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(s… in valueIsPresentInStyle()210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() local214 return value && styleValue && value->cssText() == styleValue->cssText(); in valueIsPresentInStyle()