HomeSort by relevance Sort by last modified time
    Searched refs:PushProperties (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/trees/
tree_synchronizer.h 34 static void PushProperties(Layer* layer_root,
36 static void PushProperties(LayerImpl* layer_root, LayerImpl* layer_impl_root);
tree_synchronizer_unittest.cc 252 TreeSynchronizer::PushProperties(layer_tree_root.get(),
300 TreeSynchronizer::PushProperties(layer_tree_root.get(),
316 TreeSynchronizer::PushProperties(layer_tree_root.get(),
352 TreeSynchronizer::PushProperties(layer_tree_root.get(),
404 TreeSynchronizer::PushProperties(layer_tree_root.get(),
461 TreeSynchronizer::PushProperties(old_layer_tree_root.get(),
587 TreeSynchronizer::PushProperties(layer_tree_root.get(),
629 TreeSynchronizer::PushProperties(layer_tree_root.get(),
644 TreeSynchronizer::PushProperties(layer_tree_root.get(),
661 TreeSynchronizer::PushProperties(layer_tree_root.get()
    [all...]
tree_synchronizer.cc 227 // every PushProperties tree walk. Here we keep track of those layers, and
228 // ensure that their ancestors know about them for the next PushProperties
295 void TreeSynchronizer::PushProperties(Layer* layer,
305 void TreeSynchronizer::PushProperties(LayerImpl* layer, LayerImpl* layer_impl) {
layer_tree_host.cc 311 TRACE_EVENT0("cc", "LayerTreeHost::PushProperties");
312 TreeSynchronizer::PushProperties(root_layer(), sync_tree->root_layer());
    [all...]
layer_tree_host_impl.cc     [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host.cc 40 TreeSynchronizer::PushProperties(root_layer(), layer_impl.get());

Completed in 902 milliseconds