Searched refs:setCSSPropertyEnabled (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RuntimeCSSEnabled.cpp | 43 RuntimeCSSEnabled::setCSSPropertyEnabled(properties[i], featureFlag); in setCSSPropertiesEnabled() 119 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMixBlendMode, RuntimeEnabledFeatures::cssCompo… in setPropertySwitchesFromRuntimeFeatures() 120 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyIsolation, RuntimeEnabledFeatures::cssComposit… in setPropertySwitchesFromRuntimeFeatures() 121 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyTouchAction, RuntimeEnabledFeatures::cssTouchA… in setPropertySwitchesFromRuntimeFeatures() 122 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyTouchActionDelay, RuntimeEnabledFeatures::cssT… in setPropertySwitchesFromRuntimeFeatures() 123 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyMaskSourceType, RuntimeEnabledFeatures::cssMas… in setPropertySwitchesFromRuntimeFeatures() 124 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyColumnFill, RuntimeEnabledFeatures::regionBase… in setPropertySwitchesFromRuntimeFeatures() 125 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyScrollBehavior, RuntimeEnabledFeatures::cssomS… in setPropertySwitchesFromRuntimeFeatures() 126 …RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyWillChange, RuntimeEnabledFeatures::cssWillCha… in setPropertySwitchesFromRuntimeFeatures() 129 RuntimeCSSEnabled::setCSSPropertyEnabled(CSSPropertyInternalCallback, false); in setPropertySwitchesFromRuntimeFeatures() [all …]
|
D | RuntimeCSSEnabled.h | 46 static void setCSSPropertyEnabled(CSSPropertyID, bool);
|