Searched refs:TestAPIAnimationObserver (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/test/
H A Dshelf_view_test_api.cc19 class TestAPIAnimationObserver : public views::BoundsAnimatorObserver { class in namespace:__anon2020
21 TestAPIAnimationObserver() {} function in class:__anon2020::TestAPIAnimationObserver
22 virtual ~TestAPIAnimationObserver() {}
32 DISALLOW_COPY_AND_ASSIGN(TestAPIAnimationObserver);
91 scoped_ptr<TestAPIAnimationObserver> observer(new TestAPIAnimationObserver());
94 // This nested loop will quit when TestAPIAnimationObserver's

Completed in 49 milliseconds