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

  /external/chromium_org/cc/test/
animation_test_common.h 72 class FakeLayerAnimationValueObserver : public LayerAnimationValueObserver {
74 FakeLayerAnimationValueObserver();
75 virtual ~FakeLayerAnimationValueObserver();
104 : public FakeLayerAnimationValueObserver {
animation_test_common.cc 202 FakeLayerAnimationValueObserver::FakeLayerAnimationValueObserver()
206 FakeLayerAnimationValueObserver::~FakeLayerAnimationValueObserver() {}
208 void FakeLayerAnimationValueObserver::OnFilterAnimated(
213 void FakeLayerAnimationValueObserver::OnOpacityAnimated(float opacity) {
217 void FakeLayerAnimationValueObserver::OnTransformAnimated(
222 void FakeLayerAnimationValueObserver::OnScrollOffsetAnimated(
227 void FakeLayerAnimationValueObserver::OnAnimationWaitingForDeletion() {
231 bool FakeLayerAnimationValueObserver::IsActive() const
    [all...]

Completed in 90 milliseconds