OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_layers
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cc/trees/
tree_synchronizer.cc
25
void CollectExistingLayerImplRecursive(ScopedPtrLayerImplMap*
old_layers
,
41
CollectExistingLayerImplRecursive(
old_layers
, children.take(it));
43
CollectExistingLayerImplRecursive(
old_layers
, layer_impl->TakeMaskLayer());
44
CollectExistingLayerImplRecursive(
old_layers
, layer_impl->TakeReplicaLayer());
47
old_layers
->set(id, layer_impl.Pass());
58
ScopedPtrLayerImplMap
old_layers
;
local
61
CollectExistingLayerImplRecursive(&
old_layers
, old_layer_impl_root.Pass());
64
&new_layers, &
old_layers
, layer_root, tree_impl);
89
ScopedPtrLayerImplMap*
old_layers
,
92
scoped_ptr<LayerImpl> layer_impl =
old_layers
->take(layer->id())
[
all
...]
Completed in 158 milliseconds