HomeSort by relevance Sort by last modified time
    Searched refs:toOpacity (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/animation/
WebAnimationProvider.h 65 WebAnimations startTransition(double timeOffset, CSSPropertyID, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity);
WebAnimationProvider.cpp 165 WebAnimations WebAnimationProvider::startTransition(double timeOffset, CSSPropertyID property, const RenderStyle* fromStyle, const RenderStyle* toStyle, bool hasTransform, bool hasFilter, const IntSize& boxSize, float fromOpacity, float toOpacity)
168 ASSERT(property == CSSPropertyOpacity || (!fromOpacity && !toOpacity));
176 opacityVector.insert(adoptPtr(new FloatAnimationValue(1, toOpacity)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp     [all...]

Completed in 29 milliseconds