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

  /external/chromium_org/ui/compositor/
layer_animation_observer.cc 12 // LayerAnimationObserver
14 LayerAnimationObserver::LayerAnimationObserver() {
17 LayerAnimationObserver::~LayerAnimationObserver() {
21 bool LayerAnimationObserver::RequiresNotificationWhenAnimatorDestroyed() const {
25 void LayerAnimationObserver::OnAttachedToSequence(
29 void LayerAnimationObserver::OnDetachedFromSequence(
33 void LayerAnimationObserver::StopObserving() {
40 void LayerAnimationObserver::AttachedToSequence
    [all...]
layer_animation_observer.h 23 class COMPOSITOR_EXPORT LayerAnimationObserver {
41 LayerAnimationObserver();
42 virtual ~LayerAnimationObserver();
82 : public LayerAnimationObserver {
118 // LayerAnimationObserver implementation

Completed in 37 milliseconds