HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeCSSEnabled (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuntimeCSSEnabled.h 41 class RuntimeCSSEnabled {
51 RuntimeCSSEnabled();
RuntimeCSSEnabled.cpp 31 #include "core/css/RuntimeCSSEnabled.h"
43 RuntimeCSSEnabled::setCSSPropertyEnabled(properties[i], featureFlag);
117 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyBackgroundBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
118 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMixBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
119 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyIsolation, RuntimeEnabledFeatures::cssCompositingEnabled());
120 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyTouchAction, RuntimeEnabledFeatures::cssTouchActionEnabled());
121 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyPaintOrder, RuntimeEnabledFeatures::svgPaintOrderEnabled());
122 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyVariable, RuntimeEnabledFeatures::cssVariablesEnabled());
123 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMaskSourceType, RuntimeEnabledFeatures::cssMaskSourceTypeEnabled());
124 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyColumnFill, RuntimeEnabledFeatures::regionBasedColumnsEnabled())
    [all...]
DOMWindowCSS.cpp 34 #include "core/css/RuntimeCSSEnabled.h"
65 if (!RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID))
StylePropertySet.cpp 31 #include "core/css/RuntimeCSSEnabled.h"
434 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticBlockProperties, WTF_ARRAY_LENGTH(staticBlockProperties), properties);
490 ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID));
StylePropertySerializer.cpp 28 #include "core/css/RuntimeCSSEnabled.h"
66 ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID) || isInternalProperty(propertyID));
    [all...]
CSSComputedStyleDeclaration.cpp 57 #include "core/css/RuntimeCSSEnabled.h"
394 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticComputableProperties, WTF_ARRAY_LENGTH(staticComputableProperties), properties);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 41 #include "core/css/RuntimeCSSEnabled.h"
150 if (propertyID && RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) {
170 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 38 #include "core/css/RuntimeCSSEnabled.h"
101 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticEditingProperties, WTF_ARRAY_LENGTH(staticEditingProperties), properties);
112 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticEditingProperties, WTF_ARRAY_LENGTH(staticEditingProperties), properties);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 458 third_party/WebKit/Source/core/css/RuntimeCSSEnabled.cpp \
    [all...]

Completed in 98 milliseconds