HomeSort by relevance Sort by last modified time
    Searched refs:LayerAnimationObserver (Results 1 - 19 of 19) 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
layer_animation_sequence.h 21 class LayerAnimationObserver;
112 void AddObserver(LayerAnimationObserver* observer);
113 void RemoveObserver(LayerAnimationObserver* observer);
179 ObserverList<LayerAnimationObserver> observers_;
layer_animation_sequence.cc 38 FOR_EACH_OBSERVER(LayerAnimationObserver,
204 void LayerAnimationSequence::AddObserver(LayerAnimationObserver* observer) {
211 void LayerAnimationSequence::RemoveObserver(LayerAnimationObserver* observer) {
238 ObserverListBase<LayerAnimationObserver>::Iterator it(observers_);
239 LayerAnimationObserver* obs;
263 FOR_EACH_OBSERVER(LayerAnimationObserver,
269 FOR_EACH_OBSERVER(LayerAnimationObserver,
275 FOR_EACH_OBSERVER(LayerAnimationObserver,
layer_animator.h 31 class LayerAnimationObserver;
170 void AddObserver(LayerAnimationObserver* observer);
171 void RemoveObserver(LayerAnimationObserver* observer);
349 ObserverList<LayerAnimationObserver> observers_;
scoped_layer_animation_settings.h 20 class LayerAnimationObserver;
layer_animator.cc 305 void LayerAnimator::AddObserver(LayerAnimationObserver* observer) {
310 void LayerAnimator::RemoveObserver(LayerAnimationObserver* observer) {
809 ObserverListBase<LayerAnimationObserver>::Iterator it(observers_);
810 LayerAnimationObserver* obs;
layer_animator_unittest.cc 97 class DeletingLayerAnimationObserver : public LayerAnimationObserver {
    [all...]
  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.h 17 class TestLayerAnimationObserver : public LayerAnimationObserver {
  /external/chromium_org/ash/wm/
session_state_animator.h 161 ui::LayerAnimationObserver* observer);
172 ui::LayerAnimationObserver* observer);
session_state_animator.cc 58 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* observer)
    [all...]
lock_state_controller.h 269 ui::LayerAnimationObserver* observer);
274 ui::LayerAnimationObserver* observer);
lock_state_controller.cc 74 class AnimationFinishedObserver : public ui::LayerAnimationObserver {
107 // LayerAnimationObserver implementation
130 LayerAnimationObserver::OnAttachedToSequence(sequence);
650 ui::LayerAnimationObserver* observer) {
663 ui::LayerAnimationObserver* observer) {
window_animations_unittest.cc 41 class MinimizeAnimationObserver : public ui::LayerAnimationObserver {
52 // ui::LayerAnimationObserver:
  /external/chromium_org/ash/system/
tray_update.cc 103 class UpdateNagger : public ui::LayerAnimationObserver {
134 // Overridden from ui::LayerAnimationObserver.
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 82 class CleanupWidgetAfterAnimationObserver : public ui::LayerAnimationObserver {
90 // ui::LayerAnimationObserver:
window_overview.cc 72 class CleanupWidgetAfterAnimationObserver : public ui::LayerAnimationObserver {
77 // ui::LayerAnimationObserver:
  /external/chromium_org/ash/display/
output_configurator_animation.cc 58 class Observer : public ui::LayerAnimationObserver {
66 // ui::LayerAnimationObserver overrides:
  /external/chromium_org/ui/aura/
root_window.h 59 public ui::LayerAnimationObserver,
290 // Overridden from ui::LayerAnimationObserver:

Completed in 496 milliseconds