Home
last modified time | relevance | path

Searched defs:CSSPropertyID (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp55 void CSSToStyleMap::mapFillAttachment(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillAttachment() argument
81 void CSSToStyleMap::mapFillClip(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillClip() argument
95 void CSSToStyleMap::mapFillComposite(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillComposite() argument
109 void CSSToStyleMap::mapFillBlendMode(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillBlendMode() argument
123 void CSSToStyleMap::mapFillOrigin(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillOrigin() argument
148 void CSSToStyleMap::mapFillRepeatX(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillRepeatX() argument
162 void CSSToStyleMap::mapFillRepeatY(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillRepeatY() argument
176 void CSSToStyleMap::mapFillSize(CSSPropertyID, FillLayer* layer, CSSValue* value) const in mapFillSize() argument
266 void CSSToStyleMap::mapFillMaskSourceType(CSSPropertyID, FillLayer* layer, CSSValue* value) in mapFillMaskSourceType() argument
DStyleResolver.cpp1056 …olver::applyAnimatedProperties(StyleResolverState& state, const WillBeHeapHashMap<CSSPropertyID, R… in applyAnimatedProperties()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationStack.cpp44 …Vector<RefPtrWillBeMember<WebCore::Interpolation> >& source, WillBeHeapHashMap<CSSPropertyID, RefP… in copyToActiveInterpolationMap()
58 …pVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefP… in copyNewAnimationsToActiveInterpolationMap()
DAnimationEffect.h54 virtual bool affects(CSSPropertyID) { return false; }; in affects() argument
DStringKeyframe.h65 …tr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRID… in createPropertySpecificKeyframe() argument
DAnimatableValueKeyframe.h60 …tr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRID… in createPropertySpecificKeyframe() argument
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.h125 …void adoptActiveInterpolationsForAnimations(WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<In… in adoptActiveInterpolationsForAnimations()
126 …void adoptActiveInterpolationsForTransitions(WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<I… in adoptActiveInterpolationsForTransitions()