Searched refs:m_propertyID (Results 1 – 1 of 1) sorted by relevance
104 …xistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m_propertyID); } in propertyExistsInStyle()112 const int m_propertyID; member in WebCore::HTMLElementEquivalent118 : m_propertyID(id) in HTMLElementEquivalent()124 : m_propertyID(id) in HTMLElementEquivalent()130 : m_propertyID(id) in HTMLElementEquivalent()139 RefPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle()145 style->setProperty(m_propertyID, m_primitiveValue->cssText()); in addToStyle()167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle()210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID); in valueIsPresentInStyle()220 style->setProperty(m_propertyID, value->cssText()); in addToStyle()[all …]