Searched refs:m_propertyID (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp104 bool propertyExistsInStyle(CSSStyleDeclaration* style) const { return style->getPropertyCSSValue(m_propertyID); }
112 const int m_propertyID; member in class:WebCore::HTMLElementEquivalent
118 : m_propertyID(id)
124 : m_propertyID(id)
130 : m_propertyID(id)
139 RefPtr<CSSValue> value = style->getPropertyCSSValue(m_propertyID);
145 style->setProperty(m_propertyID, m_primitiveValue->cssText());
167 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
210 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(m_propertyID);
220 style->setProperty(m_propertyID, valu
[all...]

Completed in 537 milliseconds