Home | History | Annotate | Download | only in animation

Lines Matching defs:obs

890     LayerAnimationValueObserver* obs;
891 while ((obs
892 if ((notify_active_observers && obs->IsActive()) ||
893 (notify_pending_observers && !obs->IsActive()))
894 obs->OnOpacityAnimated(opacity);
906 LayerAnimationValueObserver* obs;
907 while ((obs = it.GetNext()) != NULL) {
908 if ((notify_active_observers && obs->IsActive()) ||
909 (notify_pending_observers && !obs->IsActive()))
910 obs->OnTransformAnimated(transform);
922 LayerAnimationValueObserver* obs;
923 while ((obs = it.GetNext()) != NULL) {
924 if ((notify_active_observers && obs->IsActive()) ||
925 (notify_pending_observers && !obs->IsActive()))
926 obs->OnFilterAnimated(filters);
938 LayerAnimationValueObserver* obs;
939 while ((obs = it.GetNext()) != NULL) {
940 if ((notify_active_observers && obs->IsActive()) ||
941 (notify_pending_observers && !obs->IsActive()))
942 obs->OnScrollOffsetAnimated(scroll_offset);
966 LayerAnimationValueObserver* obs;
967 while ((obs = it.GetNext()) != NULL)
968 if (obs->IsActive())