Searched defs:ThreadedLayerAnimationElement (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.cc324 // ThreadedLayerAnimationElement -----------------------------------------------
326 class ThreadedLayerAnimationElement : public LayerAnimationElement { class in namespace:ui::__anon16699
328 ThreadedLayerAnimationElement(AnimatableProperties properties, function in class:ui::__anon16699::ThreadedLayerAnimationElement
332 virtual ~ThreadedLayerAnimationElement() {}
339 explicit ThreadedLayerAnimationElement(const LayerAnimationElement& element) function in class:ui::__anon16699::ThreadedLayerAnimationElement
380 DISALLOW_COPY_AND_ASSIGN(ThreadedLayerAnimationElement);
385 class ThreadedOpacityTransition : public ThreadedLayerAnimationElement {
388 : ThreadedLayerAnimationElement(OPACITY, duration),
401 ThreadedLayerAnimationElement::OnAbort(delegate);
440 class ThreadedTransformTransition : public ThreadedLayerAnimationElement {
[all...]

Completed in 134 milliseconds