Searched defs:targetProperty (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAngleTearOff.cpp40 SVGAngleTearOff::SVGAngleTearOff(PassRefPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
41 : SVGPropertyTearOff<SVGAngle>(targetProperty, contextElement, propertyIsAnimVal, attributeName)
/external/chromium_org/cc/blink/
H A Dweb_animation_impl.cc77 WebCompositorAnimationImpl::targetProperty() const { function in class:cc_blink::WebCompositorAnimationImpl
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h75 virtual WebCompositorAnimation::TargetProperty targetProperty() const { return m_property; }; function in class:blink::WebCompositorAnimationMock
H A DCompositorAnimations.cpp420 WebCompositorAnimation::TargetProperty targetProperty; local
424 targetProperty = WebCompositorAnimation::TargetPropertyOpacity;
432 targetProperty = WebCompositorAnimation::TargetPropertyFilter;
439 targetProperty = WebCompositorAnimation::TargetPropertyTransform;
451 OwnPtr<WebCompositorAnimation> animation = adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty));

Completed in 156 milliseconds