Searched refs:m_toValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCrossfadeValue.cpp105 result.append(m_toValue->cssText());
119 CachedImage* cachedToImage = cachedImageForCSSValue(m_toValue.get(), cachedResourceLoader);
138 return subimageIsPending(m_fromValue.get()) || subimageIsPending(m_toValue.get());
143 return subimageKnownToBeOpaque(m_fromValue.get(), renderer) && subimageKnownToBeOpaque(m_toValue.get(), renderer);
152 m_cachedToImage = cachedImageForCSSValue(m_toValue.get(), cachedResourceLoader);
178 CachedImage* cachedToImage = cachedImageForCSSValue(m_toValue.get(), cachedResourceLoader);
221 && compareCSSValuePtr(m_toValue, other.m_toValue)
H A DCSSCrossfadeValue.h74 , m_toValue(toValue)
98 RefPtr<CSSValue> m_toValue; member in class:WebCore::CSSCrossfadeValue
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DPlatformClutterAnimation.cpp130 , m_toValue(0)
329 if (animationType() != Basic || m_toValue == value)
332 m_toValue = value;
601 m_toValue *= 255;
603 addClutterTransitionForProperty(String("opacity"), m_fromValue, m_toValue);
622 m_toValue = rad2deg(m_toValue);
624 addClutterTransitionForProperty(toClutterActorPropertyString(m_valueFunctionType), m_fromValue, m_toValue); local
636 addClutterTransitionForProperty(toClutterActorPropertyString(m_valueFunctionType), m_fromValue, m_toValue); local
H A DPlatformClutterAnimation.h162 float m_toValue; member in class:WebCore::PlatformClutterAnimation

Completed in 119 milliseconds