Searched defs:CSSPropertyID (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | CSSToStyleMap.cpp | 60 void CSSToStyleMap::mapFillAttachment(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillAttachment() argument 86 void CSSToStyleMap::mapFillClip(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillClip() argument 100 void CSSToStyleMap::mapFillComposite(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillComposite() argument 114 void CSSToStyleMap::mapFillBlendMode(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillBlendMode() argument 128 void CSSToStyleMap::mapFillOrigin(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillOrigin() argument 153 void CSSToStyleMap::mapFillRepeatX(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillRepeatX() argument 167 void CSSToStyleMap::mapFillRepeatY(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillRepeatY() argument 181 void CSSToStyleMap::mapFillSize(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillSize() argument 276 void CSSToStyleMap::mapFillMaskSourceType(CSSPropertyID, FillLayer* layer, CSSValue* value) in mapFillMaskSourceType() argument
|
D | StyleBuilderCustom.cpp | 1131 …tyleResolverState& state, CSSPropertyID id, CSSValue* value, Vector<std::pair<CSSPropertyID, Strin… in resolveVariables()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationEffect.h | 64 virtual bool affects(CSSPropertyID) { return false; }; in affects() argument
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | AnimationBase.h | 149 virtual bool affectsProperty(CSSPropertyID /*property*/) const { return false; } in affectsProperty() argument
|