Searched refs:TreeSynchronizer (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/cc/trees/ |
D | tree_synchronizer_unittest.cc | 196 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 …]
|
D | tree_synchronizer.h | 18 class CC_EXPORT TreeSynchronizer { 39 TreeSynchronizer(); // Not instantiable. 50 DISALLOW_COPY_AND_ASSIGN(TreeSynchronizer);
|
D | tree_synchronizer.cc | 62 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()
|
D | layer_tree_host.cc | 328 sync_tree->SetRootLayer(TreeSynchronizer::SynchronizeTrees( in FinishCommitOnImplThread() 332 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer()); in FinishCommitOnImplThread()
|
D | layer_tree_host_impl.cc | 1573 TreeSynchronizer::SynchronizeTrees(pending_tree_->root_layer(), in ActivatePendingTree() 1577 TreeSynchronizer::PushProperties(pending_tree_->root_layer(), in ActivatePendingTree()
|
/external/chromium_org/cc/test/ |
D | fake_layer_tree_host.cc | 26 scoped_ptr<LayerImpl> layer_impl = TreeSynchronizer::SynchronizeTrees( in CommitAndCreateLayerImplTree() 28 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get()); in CommitAndCreateLayerImplTree()
|
/external/chromium_org/cc/layers/ |
D | layer.h | 464 friend class TreeSynchronizer; variable
|