Searched refs:isCSSPropertyEnabled (Results 1 – 8 of 8) sorted by relevance
149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId) in isCSSPropertyEnabled() function in WebCore::RuntimeCSSEnabled172 if (RuntimeCSSEnabled::isCSSPropertyEnabled(property)) in filterEnabledCSSPropertiesIntoVector()
45 static bool isCSSPropertyEnabled(CSSPropertyID);
65 if (!RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) in supports()
111 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in findPropertyIndex()558 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in findPropertyIndex()
73 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in asText()
3004 if (!propertyID || !RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) in getPropertyValue()
150 if (propInfo->propID && RuntimeCSSEnabled::isCSSPropertyEnabled(propInfo->propID)) in cssPropertyInfo()164 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId)) in namedPropertyEnumeratorCustom()
3096 if (result && RuntimeCSSEnabled::isCSSPropertyEnabled(result)) in parseAnimationProperty()7194 if (property && RuntimeCSSEnabled::isCSSPropertyEnabled(property)) { in parseWillChange()