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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSStyleDeclaration.idl46 [TreatReturnedNullStringAs=Null] DOMString getPropertyShorthand([Default=Undefined] optional DOMString propertyName);
H A DCSSStyleDeclaration.h56 virtual String getPropertyShorthand(const String& propertyName) = 0;
H A DPropertySetCSSStyleDeclaration.cpp189 String PropertySetCSSStyleDeclaration::getPropertyShorthand(const String& propertyName) function in class:WebCore::PropertySetCSSStyleDeclaration
194 return m_propertySet->getPropertyShorthand(propertyID);
H A DCSSComputedStyleDeclaration.h115 virtual String getPropertyShorthand(const String& propertyName);
H A DPropertySetCSSStyleDeclaration.h61 virtual String getPropertyShorthand(const String& propertyName) OVERRIDE;
H A DStylePropertySet.h92 String getPropertyShorthand(CSSPropertyID) const;
H A DStylePropertySet.cpp660 String StylePropertySet::getPropertyShorthand(CSSPropertyID propertyID) const function in class:WebCore::StylePropertySet
H A DCSSComputedStyleDeclaration.cpp3075 String CSSComputedStyleDeclaration::getPropertyShorthand(const String&) function in class:WebCore::CSSComputedStyleDeclaration
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp613 String shorthand = m_style->getPropertyShorthand(name);
655 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
676 if (m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
691 if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProperty) != shorthandProperty)
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h981 - (NSString *)getPropertyShorthand:(NSString *)propertyName AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER_BUT_DEPRECATED;

Completed in 118 milliseconds