HomeSort by relevance Sort by last modified time
    Searched refs:animation_id (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.cc 26 int animation_id,
28 if (!animation_id)
29 animation_id = AnimationIdProvider::NextAnimationId();
57 animation_id,
web_animation_impl.h 23 int animation_id,
web_compositor_support_impl.cc 96 int animation_id) {
97 return new WebAnimationImpl(curve, target, animation_id, 0);
web_layer_impl.h 102 virtual void removeAnimation(int animation_id);
103 virtual void removeAnimation(int animation_id,
105 virtual void pauseAnimation(int animation_id, double time_offset);
web_compositor_support_impl.h 43 int animation_id);
web_layer_impl.cc 220 void WebLayerImpl::removeAnimation(int animation_id) {
221 layer_->RemoveAnimation(animation_id);
225 int animation_id,
228 animation_id,
232 void WebLayerImpl::pauseAnimation(int animation_id, double time_offset) {
233 layer_->PauseAnimation(animation_id, time_offset);
  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 37 virtual void RemoveThreadedAnimation(int animation_id) = 0;
layer_animation_element.h 189 // Each LayerAnimationElement has a unique animation_id. Elements belonging
192 int animation_id() const { return animation_id_; } function in class:ui::LayerAnimationElement
layer_animation_element.cc 397 delegate->RemoveThreadedAnimation(animation_id());
406 delegate->RemoveThreadedAnimation(animation_id());
469 animation_id(),
535 animation_id(),
626 animation_id(),
layer.h 393 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
layer.cc 876 void Layer::RemoveThreadedAnimation(int animation_id) {
879 cc_layer_->RemoveAnimation(animation_id);
887 HasAnimationId(animation_id)),
  /external/chromium_org/cc/animation/
layer_animation_controller.h 43 void PauseAnimation(int animation_id, double time_offset);
44 void RemoveAnimation(int animation_id);
45 void RemoveAnimation(int animation_id,
animation.cc 49 int animation_id,
53 animation_id,
58 int animation_id,
62 id_(animation_id),
animation.h 52 int animation_id,
133 int animation_id,
layer_animation_controller.cc 41 void LayerAnimationController::PauseAnimation(int animation_id,
44 if (active_animations_[i]->id() == animation_id) {
61 void LayerAnimationController::RemoveAnimation(int animation_id) {
66 HasAnimationId(animation_id)),
85 int animation_id,
92 HasAnimationIdAndProperty(animation_id, target_property)),
layer_animation_controller_unittest.cc 197 int animation_id = controller->GetAnimation(Animation::Opacity)->id(); local
220 controller->PauseAnimation(animation_id, kInitialTickTime + 1.0);
244 int animation_id = local
264 controller_impl->RemoveAnimation(animation_id);
    [all...]
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.h 41 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
test_layer_animation_delegate.cc 98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
  /external/chromium_org/cc/layers/
layer.h 401 void PauseAnimation(int animation_id, double time_offset);
402 void RemoveAnimation(int animation_id);
layer.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 7333 int animation_id = AddAnimatedTransformToController( local
    [all...]

Completed in 351 milliseconds