OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveThreadedAnimation
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_delegate.h
37
virtual void
RemoveThreadedAnimation
(int animation_id) = 0;
layer.h
393
virtual void
RemoveThreadedAnimation
(int animation_id) OVERRIDE;
layer_animation_element.cc
397
delegate->
RemoveThreadedAnimation
(animation_id());
406
delegate->
RemoveThreadedAnimation
(animation_id());
layer.cc
876
void Layer::
RemoveThreadedAnimation
(int animation_id) {
/external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h
41
virtual void
RemoveThreadedAnimation
(int animation_id) OVERRIDE;
test_layer_animation_delegate.cc
98
void TestLayerAnimationDelegate::
RemoveThreadedAnimation
(int animation_id) {
Completed in 96 milliseconds