Searched refs:isPropertyImplicit (Results 1 – 11 of 11) sorted by relevance
57 virtual bool isPropertyImplicit(const String& propertyName) = 0;
210 bool AbstractPropertySetCSSStyleDeclaration::isPropertyImplicit(const String& propertyName) in isPropertyImplicit() function in blink::AbstractPropertySetCSSStyleDeclaration215 return propertySet().isPropertyImplicit(propertyID); in isPropertyImplicit()
95 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE;
57 virtual bool isPropertyImplicit(const String& propertyName) OVERRIDE FINAL;
533 …d.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()534 …d.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.isPropertyImplicit(shorthand.pr… in getLayeredShorthandValue()635 if (!m_propertySet.isPropertyImplicit(shorthand.properties()[i])) { in getShorthandValue()
100 bool isPropertyImplicit(CSSPropertyID) const;
251 bool StylePropertySet::isPropertyImplicit(CSSPropertyID propertyID) const in isPropertyImplicit() function in blink::StylePropertySet
2961 bool CSSComputedStyleDeclaration::isPropertyImplicit(const String&) in isPropertyImplicit() function in blink::CSSComputedStyleDeclaration
688 bool implicit = m_style->isPropertyImplicit(name); in styleWithProperties()728 if (m_style->isPropertyImplicit(individualProperty)) in shorthandValue()
774 isPropertyImplicit: function(name) method in WebInspector.CSSStyleDeclaration
2593 if (this.style.isPropertyImplicit(this.name))