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

  /external/chromium_org/content/renderer/compositor_bindings/
web_animation_impl.cc 26 TargetProperty target_property,
68 static_cast<cc::Animation::TargetProperty>(target_property));
78 blink::WebAnimation::TargetProperty WebAnimationImpl::targetProperty() const {
79 return static_cast<WebAnimationImpl::TargetProperty>(
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 70 blink::WebAnimation::TargetProperty m_property;
74 WebAnimationMock(blink::WebAnimation::TargetProperty p) : m_property(p) { }
75 virtual blink::WebAnimation::TargetProperty targetProperty() const { return m_property; };
122 MOCK_METHOD3(createAnimation, blink::WebAnimation*(const blink::WebAnimationCurve& curve, blink::WebAnimation::TargetProperty target, int animationId));
CompositorAnimations.cpp 421 blink::WebAnimation::TargetProperty targetProperty;
425 targetProperty = blink::WebAnimation::TargetPropertyOpacity;
433 targetProperty = blink::WebAnimation::TargetPropertyFilter;
440 targetProperty = blink::WebAnimation::TargetPropertyTransform;
452 OwnPtr<blink::WebAnimation> animation = adoptPtr(blink::Platform::current()->compositorSupport()->createAnimation(*curve, targetProperty));
  /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());
  /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 90 milliseconds