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/page/
RuntimeCSSEnabled.h 41 class RuntimeCSSEnabled {
49 RuntimeCSSEnabled();
RuntimeCSSEnabled.cpp 31 #include "core/page/RuntimeCSSEnabled.h"
43 RuntimeCSSEnabled::setCSSPropertyEnabled(properties[i], featureFlag);
92 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyBackgroundBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
93 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMixBlendMode, RuntimeEnabledFeatures::cssCompositingEnabled());
94 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyTouchAction, RuntimeEnabledFeatures::cssTouchActionEnabled());
95 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyVariable, RuntimeEnabledFeatures::cssVariablesEnabled());
117 bool RuntimeCSSEnabled::isCSSPropertyEnabled(CSSPropertyID propertyId)
122 void RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyID propertyId, bool enable)
127 void RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSSPropertyID>& outVector)
131 if (RuntimeCSSEnabled::isCSSPropertyEnabled(property)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
DOMWindowCSS.cpp 35 #include "core/page/RuntimeCSSEnabled.h"
65 if (!RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID))
StylePropertySet.cpp 34 #include "core/page/RuntimeCSSEnabled.h"
430 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticBlockProperties, WTF_ARRAY_LENGTH(staticBlockProperties), properties);
486 ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID));
StylePropertySerializer.cpp 28 #include "core/page/RuntimeCSSEnabled.h"
66 ASSERT(RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID));
    [all...]
CSSComputedStyleDeclaration.cpp 60 #include "core/page/RuntimeCSSEnabled.h"
382 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticComputableProperties, WTF_ARRAY_LENGTH(staticComputableProperties), properties);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 42 #include "core/page/RuntimeCSSEnabled.h"
136 if (propertyID && RuntimeCSSEnabled::isCSSPropertyEnabled(propertyID)) {
154 if (RuntimeCSSEnabled::isCSSPropertyEnabled(propertyId))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 54 #include "core/page/RuntimeCSSEnabled.h"
93 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticEditingProperties, WTF_ARRAY_LENGTH(staticEditingProperties), properties);
101 RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(staticEditingProperties, WTF_ARRAY_LENGTH(staticEditingProperties), properties);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 424 third_party/WebKit/Source/core/page/RuntimeCSSEnabled.cpp \
    [all...]

Completed in 5695 milliseconds