Searched refs:getPropertyShorthand (Results 1 – 8 of 8) sorted by relevance
57 virtual String getPropertyShorthand(const String& propertyName) = 0;
192 String PropertySetCSSStyleDeclaration::getPropertyShorthand(const String& propertyName) in getPropertyShorthand() function in WebCore::PropertySetCSSStyleDeclaration197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID); in getPropertyShorthand()
61 virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
111 virtual String getPropertyShorthand(const String& propertyName);
98 CSSPropertyID getPropertyShorthand(CSSPropertyID) const;
215 CSSPropertyID StylePropertySet::getPropertyShorthand(CSSPropertyID propertyID) const in getPropertyShorthand() function in WebCore::StylePropertySet
3129 String CSSComputedStyleDeclaration::getPropertyShorthand(const String&) in getPropertyShorthand() function in WebCore::CSSComputedStyleDeclaration
776 String shorthand = m_style->getPropertyShorthand(name); in styleWithProperties()819 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandValue()842 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty) in shorthandPriority()857 …if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProper… in longhandProperties()