OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddAnimation
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/cc/animation/
layer_animation_controller_unittest.cc
360
controller->
AddAnimation
(to_add.Pass());
390
controller_impl->
AddAnimation
(to_add.Pass());
437
controller_impl->
AddAnimation
(animation.Pass());
487
controller->
AddAnimation
(animation.Pass());
537
controller_impl->
AddAnimation
(animation.Pass());
589
controller->
AddAnimation
(animation.Pass());
667
controller->
AddAnimation
(animation.Pass());
738
controller_impl->
AddAnimation
(animation.Pass());
[
all
...]
layer_animation_controller.h
42
void
AddAnimation
(scoped_ptr<Animation> animation);
layer_animation_controller.cc
224
void LayerAnimationController::
AddAnimation
(scoped_ptr<Animation> animation) {
454
controller_impl->
AddAnimation
(to_add.Pass());
/external/chromium_org/cc/test/
animation_test_common.cc
51
target->
AddAnimation
(animation.Pass());
84
target->
AddAnimation
(animation.Pass());
118
target->
AddAnimation
(animation.Pass());
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
654
layer->layer_animation_controller()->
AddAnimation
(animation.Pass());
995
scroll_layer_->
AddAnimation
(animation.Pass());
/external/chromium_org/cc/layers/
layer.h
400
bool
AddAnimation
(scoped_ptr<Animation> animation);
layer.cc
1099
bool Layer::
AddAnimation
(scoped_ptr <Animation> animation) {
[
all
...]
layer_unittest.cc
[
all
...]
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
213
bool WebLayerImpl::
addAnimation
(blink::WebAnimation* animation) {
214
bool result = layer_->
AddAnimation
(
/external/chromium_org/ui/compositor/
layer.cc
853
// LayerTreeHost),
addAnimation
will fail.
855
cc_layer_->
AddAnimation
(animation.Pass());
896
cc_layer_->
AddAnimation
(pending_threaded_animations_.take(it));
Completed in 400 milliseconds