Searched defs:CSSPropertyID (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | CSSToStyleMap.cpp | 55 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
|
D | StyleResolver.cpp | 1056 …olver::applyAnimatedProperties(StyleResolverState& state, const WillBeHeapHashMap<CSSPropertyID, R… in applyAnimatedProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimationStack.cpp | 44 …Vector<RefPtrWillBeMember<WebCore::Interpolation> >& source, WillBeHeapHashMap<CSSPropertyID, RefP… in copyToActiveInterpolationMap() 58 …pVector<RawPtrWillBeMember<InertAnimation> >& newAnimations, WillBeHeapHashMap<CSSPropertyID, RefP… in copyNewAnimationsToActiveInterpolationMap()
|
D | AnimationEffect.h | 54 virtual bool affects(CSSPropertyID) { return false; }; in affects() argument
|
D | StringKeyframe.h | 65 …tr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRID… in createPropertySpecificKeyframe() argument
|
D | AnimatableValueKeyframe.h | 60 …tr<Keyframe::PropertySpecificKeyframe> createPropertySpecificKeyframe(CSSPropertyID) const OVERRID… in createPropertySpecificKeyframe() argument
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.h | 125 …void adoptActiveInterpolationsForAnimations(WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<In… in adoptActiveInterpolationsForAnimations() 126 …void adoptActiveInterpolationsForTransitions(WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<I… in adoptActiveInterpolationsForTransitions()
|