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

/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc12 // LayerAnimationObserver
14 LayerAnimationObserver::LayerAnimationObserver() { function in class:ui::LayerAnimationObserver
17 LayerAnimationObserver::~LayerAnimationObserver() {
21 bool LayerAnimationObserver::RequiresNotificationWhenAnimatorDestroyed() const {
25 void LayerAnimationObserver::OnAttachedToSequence(
29 void LayerAnimationObserver::OnDetachedFromSequence(
33 void LayerAnimationObserver::StopObserving() {
40 void LayerAnimationObserver
[all...]
H A Dlayer_animation_observer.h23 class COMPOSITOR_EXPORT LayerAnimationObserver { class in namespace:ui
41 LayerAnimationObserver();
42 virtual ~LayerAnimationObserver();
82 : public LayerAnimationObserver {
118 // LayerAnimationObserver implementation
H A Dlayer_animation_sequence.h21 class LayerAnimationObserver;
110 void AddObserver(LayerAnimationObserver* observer);
111 void RemoveObserver(LayerAnimationObserver* observer);
170 ObserverList<LayerAnimationObserver> observers_;
H A Dlayer_animation_sequence.cc35 FOR_EACH_OBSERVER(LayerAnimationObserver,
196 void LayerAnimationSequence::AddObserver(LayerAnimationObserver* observer) {
203 void LayerAnimationSequence::RemoveObserver(LayerAnimationObserver* observer) {
230 ObserverListBase<LayerAnimationObserver>::Iterator it(observers_);
231 LayerAnimationObserver* obs;
243 FOR_EACH_OBSERVER(LayerAnimationObserver,
249 FOR_EACH_OBSERVER(LayerAnimationObserver,
255 FOR_EACH_OBSERVER(LayerAnimationObserver,
H A Dscoped_layer_animation_settings.h19 class LayerAnimationObserver;
H A Dlayer_animator.h31 class LayerAnimationObserver;
165 void AddObserver(LayerAnimationObserver* observer);
166 void RemoveObserver(LayerAnimationObserver* observer);
341 ObserverList<LayerAnimationObserver> observers_;
H A Dlayer_animator.cc298 void LayerAnimator::AddObserver(LayerAnimationObserver* observer) {
303 void LayerAnimator::RemoveObserver(LayerAnimationObserver* observer) {
802 ObserverListBase<LayerAnimationObserver>::Iterator it(observers_);
803 LayerAnimationObserver* obs;
H A Dlayer_animator_unittest.cc93 class DeletingLayerAnimationObserver : public LayerAnimationObserver {
2146 class DeletingObserver : public LayerAnimationObserver {
2185 // LayerAnimationObserver implementation.
/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_observer.h17 class TestLayerAnimationObserver : public LayerAnimationObserver {
/external/chromium_org/ash/wm/
H A Dwindow_selector_unittest.cc32 class LayerAnimationObserver : public ui::LayerAnimationObserver { class in namespace:ash::internal::__anon3645
34 LayerAnimationObserver(ui::Layer* layer) function in class:ash::internal::__anon3645::LayerAnimationObserver
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()));
H A Dsession_state_animator.h168 ui::LayerAnimationObserver* observer);
179 ui::LayerAnimationObserver* observer);
H A Dsession_state_animator.cc58 ui::LayerAnimationObserver* observer) {
75 ui::LayerAnimationObserver* observer) {
92 ui::LayerAnimationObserver* observer) {
111 ui::LayerAnimationObserver* observer) {
127 ui::LayerAnimationObserver* observer) {
140 ui::LayerAnimationObserver* observer) {
148 void RestoreWindow(aura::Window* window, ui::LayerAnimationObserver* observer) {
158 ui::LayerAnimationObserver* observer) {
197 ui::LayerAnimationObserver* observer) {
229 ui::LayerAnimationObserver* observe
[all...]
H A Dlock_state_controller_impl2.h210 ui::LayerAnimationObserver* observer);
215 ui::LayerAnimationObserver* observer);
H A Dlock_state_controller_impl2.cc62 class AnimationFinishedObserver : public ui::LayerAnimationObserver {
95 // LayerAnimationObserver implementation
118 LayerAnimationObserver::OnAttachedToSequence(sequence);
622 ui::LayerAnimationObserver* observer) {
635 ui::LayerAnimationObserver* observer) {
H A Dwindow_selector.cc93 class CleanupWidgetAfterAnimationObserver : public ui::LayerAnimationObserver {
/external/chromium_org/ash/system/
H A Dtray_update.cc103 class UpdateNagger : public ui::LayerAnimationObserver {
134 // Overridden from ui::LayerAnimationObserver.
/external/chromium_org/ash/display/
H A Doutput_configurator_animation.cc58 class Observer : public ui::LayerAnimationObserver {
66 // ui::LayerAnimationObserver overrides:
/external/chromium_org/ui/aura/
H A Droot_window.h63 public ui::LayerAnimationObserver,
359 // Overridden from ui::LayerAnimationObserver:

Completed in 325 milliseconds