OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeAnimation
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h
152
virtual void
removeAnimation
(int animationId) = 0;
155
virtual void
removeAnimation
(int animationId, WebAnimation::TargetProperty) = 0;
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.h
102
virtual void
removeAnimation
(int animation_id);
103
virtual void
removeAnimation
(int animation_id,
web_layer_impl.cc
220
void WebLayerImpl::
removeAnimation
(int animation_id) {
221
layer_->
RemoveAnimation
(animation_id);
224
void WebLayerImpl::
removeAnimation
(
227
layer_->layer_animation_controller()->
RemoveAnimation
(
/external/chromium_org/third_party/WebKit/Source/web/tests/
GraphicsLayerTest.cpp
109
m_platformLayer->
removeAnimation
(animationId);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.h
232
void
removeAnimation
(int animationId);
GraphicsLayer.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp
290
toRenderBoxModelObject(element.renderer())->layer()->compositedLayerMapping()->mainGraphicsLayer()->
removeAnimation
(id);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
[
all
...]
Completed in 63 milliseconds