HomeSort by relevance Sort by last modified time
    Searched defs:TestLayerAnimationObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.cc 11 TestLayerAnimationObserver::TestLayerAnimationObserver()
18 TestLayerAnimationObserver::~TestLayerAnimationObserver() {
21 void TestLayerAnimationObserver::OnLayerAnimationEnded(
26 void TestLayerAnimationObserver::OnLayerAnimationAborted(
31 void TestLayerAnimationObserver::OnLayerAnimationScheduled(
37 TestLayerAnimationObserver::RequiresNotificationWhenAnimatorDestroyed() const {
test_layer_animation_observer.h 17 class TestLayerAnimationObserver : public LayerAnimationObserver {
19 TestLayerAnimationObserver();
20 virtual ~TestLayerAnimationObserver();

Completed in 71 milliseconds