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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleDeclaration.h57 virtual String getPropertyShorthand(const String& propertyName) = 0;
H A DPropertySetCSSStyleDeclaration.h61 virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
H A DPropertySetCSSStyleDeclaration.cpp192 String PropertySetCSSStyleDeclaration::getPropertyShorthand(const String& propertyName) function in class:WebCore::PropertySetCSSStyleDeclaration
197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID);
H A DCSSComputedStyleDeclaration.h111 virtual String getPropertyShorthand(const String& propertyName);
H A DStylePropertySet.h98 CSSPropertyID getPropertyShorthand(CSSPropertyID) const;
H A DStylePropertySet.cpp215 CSSPropertyID StylePropertySet::getPropertyShorthand(CSSPropertyID propertyID) const function in class:WebCore::StylePropertySet
H A DCSSComputedStyleDeclaration.cpp3129 String CSSComputedStyleDeclaration::getPropertyShorthand(const String&) function in class:WebCore::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.cpp776 String shorthand = m_style->getPropertyShorthand(name);
819 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
842 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
857 if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProperty) != shorthandProperty)

Completed in 165 milliseconds