OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_layer_animation_delegate
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
26
layer_tree_host()->root_layer()->
set_layer_animation_delegate
(this);
503
content_->
set_layer_animation_delegate
(this);
647
layer->
set_layer_animation_delegate
(this);
779
content_->
set_layer_animation_delegate
(this);
826
content_->
set_layer_animation_delegate
(this);
877
content_->
set_layer_animation_delegate
(this);
/external/chromium_org/cc/animation/
layer_animation_controller.h
108
void
set_layer_animation_delegate
(AnimationDelegate* delegate) {
function in class:cc::LayerAnimationController
layer_animation_controller_unittest.cc
[
all
...]
/external/chromium_org/cc/layers/
layer.h
414
void
set_layer_animation_delegate
(AnimationDelegate* delegate) {
function in class:cc::Layer
415
layer_animation_controller_->
set_layer_animation_delegate
(delegate);
/external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl.cc
53
layer_->
set_layer_animation_delegate
(NULL);
210
layer_->
set_layer_animation_delegate
(animation_delegate_adapter_.get());
Completed in 593 milliseconds