OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:animation_registrar_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_impl.h
316
return !
animation_registrar_
->active_animation_controllers().empty();
350
return
animation_registrar_
.get();
448
return
animation_registrar_
->active_animation_controllers();
639
scoped_ptr<AnimationRegistrar>
animation_registrar_
;
member in class:cc::LayerTreeHostImpl
layer_tree_host.h
261
return
animation_registrar_
.get();
416
scoped_ptr<AnimationRegistrar>
animation_registrar_
;
member in class:cc::LayerTreeHost
layer_tree_host.cc
129
animation_registrar_
= AnimationRegistrar::Create();
588
animation_registrar_
->all_animation_controllers();
[
all
...]
layer_tree_host_impl.cc
257
animation_registrar_
(AnimationRegistrar::Create()),
[
all
...]
Completed in 133 milliseconds