Home
last modified time | relevance | path

Searched refs:styleValue (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() local
168 …return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(s… in valueIsPresentInStyle()
210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle() local
214 return value && styleValue && value->cssText() == styleValue->cssText(); in valueIsPresentInStyle()