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

  /external/chromium_org/third_party/WebKit/public/platform/
WebCompositorAnimation.h 15 enum TargetProperty {
41 virtual TargetProperty targetProperty() const = 0;
  /external/chromium_org/cc/blink/
web_animation_impl.h 26 TargetProperty target,
33 virtual TargetProperty targetProperty() const;
web_animation_impl.cc 26 TargetProperty target_property,
66 static_cast<cc::Animation::TargetProperty>(target_property));
76 blink::WebCompositorAnimation::TargetProperty
77 WebCompositorAnimationImpl::targetProperty() const {
78 return static_cast<WebCompositorAnimationImpl::TargetProperty>(
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAngleTearOff.cpp 40 SVGAngleTearOff::SVGAngleTearOff(PassRefPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
41 : SVGPropertyTearOff<SVGAngle>(targetProperty, contextElement, propertyIsAnimVal, attributeName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 198 String targetProperty = properties.getProperty(ProjectProperties.PROPERTY_TARGET);
199 if (targetProperty != null) {
201 targetProperty.trim());
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp 420 WebCompositorAnimation::TargetProperty targetProperty;
424 targetProperty = WebCompositorAnimation::TargetPropertyOpacity;
432 targetProperty = WebCompositorAnimation::TargetPropertyFilter;
439 targetProperty = WebCompositorAnimation::TargetPropertyTransform;
451 OwnPtr<WebCompositorAnimation> animation = adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty));
CompositorAnimationsTestHelper.h 70 WebCompositorAnimation::TargetProperty m_property;
74 WebCompositorAnimationMock(WebCompositorAnimation::TargetProperty p) : m_property(p) { }
75 virtual WebCompositorAnimation::TargetProperty targetProperty() const { return m_property; };
131 MOCK_METHOD3(createAnimation, WebCompositorAnimation*(const WebCompositorAnimationCurve& curve, WebCompositorAnimation::TargetProperty target, int animationId));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 977 platformLayer()->removeAnimation(animation->id(), animation->targetProperty());
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 729 milliseconds