Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DRuntimeCSSEnabled.cpp149 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId) in isCSSPropertyEnabled() function in WebCore::RuntimeCSSEnabled
172 if (RuntimeCSSEnabled::isCSSPropertyEnabled(property)) in filterEnabledCSSPropertiesIntoVector()
DRuntimeCSSEnabled.h45 static bool isCSSPropertyEnabled(CSSPropertyID);
DDOMWindowCSS.cpp65 if (!RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) in supports()
DStylePropertySet.cpp111 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in findPropertyIndex()
558 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in findPropertyIndex()
DStylePropertySerializer.cpp73 … ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID)); in asText()
DCSSComputedStyleDeclaration.cpp3004 if (!propertyID || !RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) in getPropertyValue()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp150 if (propInfo->propID && RuntimeCSSEnabled::isCSSPropertyEnabled(propInfo->propID)) in cssPropertyInfo()
164 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId)) in namedPropertyEnumeratorCustom()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSPropertyParser.cpp3096 if (result && RuntimeCSSEnabled::isCSSPropertyEnabled(result)) in parseAnimationProperty()
7194 if (property && RuntimeCSSEnabled::isCSSPropertyEnabled(property)) { in parseWillChange()