HomeSort by relevance Sort by last modified time
    Searched full:animationcontainerelement (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/ui/base/animation/
animation_container_element.h 15 class UI_EXPORT AnimationContainerElement {
29 virtual ~AnimationContainerElement() {}
multi_animation_unittest.cc 18 AnimationContainerElement* as_element =
19 static_cast<AnimationContainerElement*>(&animation);
47 AnimationContainerElement* as_element =
48 static_cast<AnimationContainerElement*>(&animation);
66 AnimationContainerElement* as_element =
67 static_cast<AnimationContainerElement*>(&animation);
82 AnimationContainerElement* as_element =
83 static_cast<AnimationContainerElement*>(&animation);
animation_container.h 17 class AnimationContainerElement;
36 void Start(AnimationContainerElement* animation);
42 void Stop(AnimationContainerElement* animation);
57 typedef std::set<AnimationContainerElement*> Elements;
animation_container.cc 26 void AnimationContainer::Start(AnimationContainerElement* element) {
41 void AnimationContainer::Stop(AnimationContainerElement* element) {
animation.h 28 class UI_EXPORT Animation : public AnimationContainerElement {
  /external/chromium_org/ash/wm/
window_animations_unittest.cc 60 ui::AnimationContainerElement* element =
61 static_cast<ui::AnimationContainerElement*>(
109 static_cast<ui::AnimationContainerElement*>(old_layer->GetAnimator())->Step(
111 static_cast<ui::AnimationContainerElement*>(window->layer()->GetAnimator())->
130 static_cast<ui::AnimationContainerElement*>(old_layer->GetAnimator())->Step(
132 static_cast<ui::AnimationContainerElement*>(window->layer()->GetAnimator())->
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 165 AnimationContainerElement* element = animator.get();
254 AnimationContainerElement* element = animator.get();
293 AnimationContainerElement* element = test_controller.animator();
342 AnimationContainerElement* element = animator.get();
395 AnimationContainerElement* element = test_controller.animator();
460 AnimationContainerElement* element = animator.get();
514 AnimationContainerElement* element = animator.get();
594 AnimationContainerElement* element = animator.get();
648 AnimationContainerElement* element = animator.get();
687 AnimationContainerElement* element = test_controller.animator()
    [all...]
layer_animator.h 44 : public AnimationContainerElement, public base::RefCounted<LayerAnimator> {
224 // Implementation of AnimationContainerElement
  /external/chromium_org/ash/desktop_background/
desktop_background_controller_unittest.cc 88 ui::AnimationContainerElement* element = layer->GetAnimator();
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 55 ui::AnimationContainerElement* element =
56 static_cast<ui::AnimationContainerElement*>(
    [all...]
  /external/chromium_org/ui/aura/
window_unittest.cc     [all...]

Completed in 521 milliseconds