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

  /external/chromium_org/content/renderer/compositor_bindings/
web_animation_impl.h 27 int animation_id,
web_animation_impl.cc 27 int animation_id,
29 if (!animation_id)
30 animation_id = AnimationIdProvider::NextAnimationId();
66 animation_id,
web_compositor_support_impl.cc 105 int animation_id) {
106 return new WebAnimationImpl(curve, target, animation_id, 0);
web_layer_impl.h 107 virtual void removeAnimation(int animation_id);
108 virtual void removeAnimation(int animation_id,
110 virtual void pauseAnimation(int animation_id, double time_offset);
web_compositor_support_impl.h 48 int animation_id);
web_layer_impl.cc 256 void WebLayerImpl::removeAnimation(int animation_id) {
257 layer_->RemoveAnimation(animation_id);
261 int animation_id,
264 animation_id, static_cast<Animation::TargetProperty>(target_property));
267 void WebLayerImpl::pauseAnimation(int animation_id, double time_offset) {
268 layer_->PauseAnimation(animation_id, time_offset);
  /external/chromium_org/ui/compositor/
layer_animation_delegate.h 39 virtual void RemoveThreadedAnimation(int animation_id) = 0;
layer_animation_element.h 194 // Each LayerAnimationElement has a unique animation_id. Elements belonging
197 int animation_id() const { return animation_id_; } function in class:ui::LayerAnimationElement
layer_animation_element.cc 349 delegate->RemoveThreadedAnimation(animation_id());
358 delegate->RemoveThreadedAnimation(animation_id());
421 animation_id(),
476 animation_id(),
550 animation_id(),
layer.h 376 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
layer.cc 893 void Layer::RemoveThreadedAnimation(int animation_id) {
896 cc_layer_->RemoveAnimation(animation_id);
904 HasAnimationId(animation_id)),
  /external/chromium_org/cc/animation/
animation.cc 49 int animation_id,
53 animation_id,
58 int animation_id,
62 id_(animation_id),
layer_animation_controller.h 43 void PauseAnimation(int animation_id, base::TimeDelta time_offset);
44 void RemoveAnimation(int animation_id);
45 void RemoveAnimation(int animation_id,
animation.h 55 int animation_id,
146 int animation_id,
layer_animation_controller.cc 42 void LayerAnimationController::PauseAnimation(int animation_id,
45 if (animations_[i]->id() == animation_id) {
62 void LayerAnimationController::RemoveAnimation(int animation_id) {
66 HasAnimationId(animation_id)),
85 int animation_id,
91 HasAnimationIdAndProperty(animation_id, target_property)),
    [all...]
layer_animation_controller_unittest.cc 267 int animation_id = controller->GetAnimation(Animation::Opacity)->id(); local
292 animation_id,
318 int animation_id = local
339 controller_impl->RemoveAnimation(animation_id);
    [all...]
  /external/chromium_org/ui/compositor/test/
test_layer_animation_delegate.cc 98 void TestLayerAnimationDelegate::RemoveThreadedAnimation(int animation_id) {
test_layer_animation_delegate.h 41 virtual void RemoveThreadedAnimation(int animation_id) OVERRIDE;
  /external/chromium_org/cc/layers/
layer.h 399 void PauseAnimation(int animation_id, double time_offset);
400 void RemoveAnimation(int animation_id);
layer.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_common_unittest.cc 5268 int animation_id = AddAnimatedTransformToController( local
    [all...]

Completed in 5425 milliseconds