Searched refs:PropertyWrapperMaybeInvalidColor (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | CSSPropertyAnimation.cpp | 520 class PropertyWrapperMaybeInvalidColor : public AnimationPropertyWrapperBase { class 522 …PropertyWrapperMaybeInvalidColor(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/ |
D | RenderStyle.h | 117 …friend class PropertyWrapperMaybeInvalidColor; // Used by CSS animations. We can't allow them to a… variable
|