Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleDeclaration.h57 virtual String getPropertyShorthand(const String& propertyName) = 0;
DPropertySetCSSStyleDeclaration.cpp192 String PropertySetCSSStyleDeclaration::getPropertyShorthand(const String& propertyName) in getPropertyShorthand() function in WebCore::PropertySetCSSStyleDeclaration
197 CSSPropertyID shorthandID = m_propertySet->getPropertyShorthand(propertyID); in getPropertyShorthand()
DPropertySetCSSStyleDeclaration.h61 virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
DCSSComputedStyleDeclaration.h111 virtual String getPropertyShorthand(const String& propertyName);
DStylePropertySet.h98 CSSPropertyID getPropertyShorthand(CSSPropertyID) const;
DStylePropertySet.cpp215 CSSPropertyID StylePropertySet::getPropertyShorthand(CSSPropertyID propertyID) const in getPropertyShorthand() function in WebCore::StylePropertySet
DCSSComputedStyleDeclaration.cpp3129 String CSSComputedStyleDeclaration::getPropertyShorthand(const String&) in getPropertyShorthand() function in WebCore::CSSComputedStyleDeclaration
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp776 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()