Home
last modified time | relevance | path

Searched refs:animation_observer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc1174 LayerAnimationEventObserver* animation_observer) { in AddLayerAnimationEventObserver() argument
1175 layer_animation_controller_->AddEventObserver(animation_observer); in AddLayerAnimationEventObserver()
1179 LayerAnimationEventObserver* animation_observer) { in RemoveLayerAnimationEventObserver() argument
1180 layer_animation_controller_->RemoveEventObserver(animation_observer); in RemoveLayerAnimationEventObserver()
Dlayer.h417 LayerAnimationEventObserver* animation_observer);
419 LayerAnimationEventObserver* animation_observer);
/external/chromium_org/ui/views/widget/
Dwidget_unittest.cc1871 AnimationEndObserver animation_observer; in TEST_F() local
1881 animation_settings.AddObserver(&animation_observer); in TEST_F()
1888 EXPECT_FALSE(animation_observer.animation_completed()); in TEST_F()
1890 EXPECT_TRUE(animation_observer.animation_completed()); in TEST_F()