OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddThreadedAnimation
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/compositor/
layer_animation_delegate.h
36
virtual void
AddThreadedAnimation
(scoped_ptr<cc::Animation> animation) = 0;
layer.h
391
virtual void
AddThreadedAnimation
(
472
// Animations that are passed to
AddThreadedAnimation
before this layer is
layer.cc
850
void Layer::
AddThreadedAnimation
(scoped_ptr<cc::Animation> animation) {
layer_animation_element.cc
420
delegate->
AddThreadedAnimation
(animation.Pass());
/external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h
39
virtual void
AddThreadedAnimation
(
test_layer_animation_delegate.cc
94
void TestLayerAnimationDelegate::
AddThreadedAnimation
(
Completed in 422 milliseconds