Home
last modified time | relevance | path

Searched refs:ScheduleDrawForAnimation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/compositor/
Dlayer_animation_delegate.h29 virtual void ScheduleDrawForAnimation() = 0;
Dlayer_animation_sequence.cc100 delegate->ScheduleDrawForAnimation(); in Progress()
152 delegate->ScheduleDrawForAnimation(); in ProgressToEnd()
Dlayer.h385 virtual void ScheduleDrawForAnimation() OVERRIDE;
Dlayer.cc877 void Layer::ScheduleDrawForAnimation() { in ScheduleDrawForAnimation() function in ui::Layer
/external/chromium_org/ui/compositor/test/
Dtest_layer_animation_delegate.h30 virtual void ScheduleDrawForAnimation() OVERRIDE;
Dtest_layer_animation_delegate.cc59 void TestLayerAnimationDelegate::ScheduleDrawForAnimation() { in ScheduleDrawForAnimation() function in ui::TestLayerAnimationDelegate