OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetProperty
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebAnimation.h
47
enum
TargetProperty
{
58
virtual
TargetProperty
targetProperty
() const = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h
22
TargetProperty
target,
29
virtual
TargetProperty
targetProperty
() const;
web_animation_impl.cc
25
TargetProperty
target_property,
59
static_cast<cc::Animation::
TargetProperty
>(target_property));
66
blink::WebAnimation::
TargetProperty
WebAnimationImpl::
targetProperty
() const {
67
return static_cast<WebAnimationImpl::
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());
/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
494
blink::WebAnimation::
TargetProperty
targetProperty
;
498
targetProperty
= blink::WebAnimation::TargetPropertyOpacity;
506
targetProperty
= blink::WebAnimation::TargetPropertyFilter;
513
targetProperty
= blink::WebAnimation::TargetPropertyTransform;
525
OwnPtr<blink::WebAnimation> animation = adoptPtr(blink::Platform::current()->compositorSupport()->createAnimation(*curve,
targetProperty
));
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
AnimationTranslationUtil.cpp
231
PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList& valueList, const CSSAnimationData* animation, int animationId, double timeOffset, Curve* curve, blink::WebAnimation::
TargetProperty
targetProperty
, const FloatSize& boxSize)
317
OwnPtr<blink::WebAnimation> webAnimation = adoptPtr(Platform::current()->compositorSupport()->createAnimation(*curve,
targetProperty
, animationId));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 186 milliseconds