Home
last modified time | relevance | path

Searched refs:PropertyWrapperMaybeInvalidColor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp520 class PropertyWrapperMaybeInvalidColor : public AnimationPropertyWrapperBase { class
522PropertyWrapperMaybeInvalidColor(CSSPropertyID prop, Color (RenderStyle::*getter)() const, void (R… in PropertyWrapperMaybeInvalidColor() function in WebCore::PropertyWrapperMaybeInvalidColor
579 , m_wrapper(adoptPtr(new PropertyWrapperMaybeInvalidColor(prop, getter, setter))) in PropertyWrapperVisitedAffectedColor()
580 …, m_visitedWrapper(adoptPtr(new PropertyWrapperMaybeInvalidColor(prop, visitedGetter, visitedSette… in PropertyWrapperVisitedAffectedColor()
1058 …gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyFloodColor, &RenderStyle… in ensurePropertyMap()
1061 …gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyStopColor, &RenderStyle:… in ensurePropertyMap()
1063 …gPropertyWrappers->append(new PropertyWrapperMaybeInvalidColor(CSSPropertyLightingColor, &RenderSt… in ensurePropertyMap()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h117 …friend class PropertyWrapperMaybeInvalidColor; // Used by CSS animations. We can't allow them to a… variable