Home
last modified time | relevance | path

Searched refs:TreeSynchronizer (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/trees/
Dtree_synchronizer_unittest.cc196 TreeSynchronizer::SynchronizeTrees(static_cast<Layer*>(NULL), in TEST_F()
213 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
235 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
243 TreeSynchronizer::PushProperties(layer_tree_root.get(), in TEST_F()
256 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
283 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
291 TreeSynchronizer::PushProperties(layer_tree_root.get(), in TEST_F()
300 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
307 TreeSynchronizer::PushProperties(layer_tree_root.get(), in TEST_F()
336 TreeSynchronizer::SynchronizeTrees(layer_tree_root.get(), in TEST_F()
[all …]
Dtree_synchronizer.h18 class CC_EXPORT TreeSynchronizer {
39 TreeSynchronizer(); // Not instantiable.
50 DISALLOW_COPY_AND_ASSIGN(TreeSynchronizer);
Dtree_synchronizer.cc62 scoped_ptr<LayerImpl> TreeSynchronizer::SynchronizeTrees( in SynchronizeTrees()
70 scoped_ptr<LayerImpl> TreeSynchronizer::SynchronizeTrees( in SynchronizeTrees()
190 void TreeSynchronizer::SetNumDependentsNeedPushProperties( in SetNumDependentsNeedPushProperties()
196 void TreeSynchronizer::SetNumDependentsNeedPushProperties( in SetNumDependentsNeedPushProperties()
202 void TreeSynchronizer::PushPropertiesInternal( in PushPropertiesInternal()
252 void TreeSynchronizer::PushProperties(Layer* layer, in PushProperties()
259 void TreeSynchronizer::PushProperties(LayerImpl* layer, LayerImpl* layer_impl) { in PushProperties()
Dlayer_tree_host.cc328 sync_tree->SetRootLayer(TreeSynchronizer::SynchronizeTrees( in FinishCommitOnImplThread()
332 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer()); in FinishCommitOnImplThread()
Dlayer_tree_host_impl.cc1573 TreeSynchronizer::SynchronizeTrees(pending_tree_->root_layer(), in ActivatePendingTree()
1577 TreeSynchronizer::PushProperties(pending_tree_->root_layer(), in ActivatePendingTree()
/external/chromium_org/cc/test/
Dfake_layer_tree_host.cc26 scoped_ptr<LayerImpl> layer_impl = TreeSynchronizer::SynchronizeTrees( in CommitAndCreateLayerImplTree()
28 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get()); in CommitAndCreateLayerImplTree()
/external/chromium_org/cc/layers/
Dlayer.h464 friend class TreeSynchronizer; variable