HomeSort by relevance Sort by last modified time
    Searched defs:LayerAnimationObserver (Results 1 - 3 of 3) 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
  /external/chromium_org/ash/wm/
window_selector_unittest.cc 32 class LayerAnimationObserver : public ui::LayerAnimationObserver {
34 LayerAnimationObserver(ui::Layer* layer)
39 virtual ~LayerAnimationObserver() {
77 DISALLOW_COPY_AND_ASSIGN(LayerAnimationObserver);
100 ScopedVector<LayerAnimationObserver> animations;
102 animations.push_back(new LayerAnimationObserver(windows[i]->layer()));
114 ScopedVector<LayerAnimationObserver> animations;
116 animations.push_back(new LayerAnimationObserver(windows[i]->layer()));

Completed in 330 milliseconds