Searched refs:isPropertyImplicit (Results 1 – 11 of 11) sorted by relevance
58 virtual bool isPropertyImplicit(const String& propertyName) = 0;
203 bool PropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit() function in WebCore::PropertySetCSSStyleDeclaration208 return m_propertySet->isPropertyImplicit(propertyID); in isPropertyImplicit()
62 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
587 …d.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()588 …d.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()689 if (!m_propertySet.isPropertyImplicit(shorthand.properties()[i])) { in getShorthandValue()
112 virtual bool isPropertyImplicit(const String& propertyName);
99 bool isPropertyImplicit(CSSPropertyID) const;
223 bool StylePropertySet::isPropertyImplicit(CSSPropertyID propertyID) const in isPropertyImplicit() function in WebCore::StylePropertySet
3134 bool CSSComputedStyleDeclaration::isPropertyImplicit(const String&) in isPropertyImplicit() function in WebCore::CSSComputedStyleDeclaration
770 bool implicit = m_style->isPropertyImplicit(name); in styleWithProperties()821 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
856 isPropertyImplicit: function(name) method in WebInspector.CSSStyleDeclaration
2157 if (this.style.isPropertyImplicit(this.name))