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

  /external/chromium_org/cc/layers/
picture_layer_impl_perftest.cc 47 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
48 pending_tree->DetachLayerTree();
51 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile);
53 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
56 host_impl_.pending_tree()->LayerById(7));
64 host_impl_.pending_tree()->UpdateDrawProperties();
picture_layer_impl_unittest.cc 89 CHECK(!host_impl_.pending_tree());
110 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f);
135 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
137 pending_tree->DetachLayerTree();
140 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
142 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
145 host_impl_.pending_tree()->LayerById(id_));
522 host_impl_.pending_tree()->UpdateDrawProperties();
1682 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
    [all...]
  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 134 CHECK(!host_impl_.pending_tree());
156 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
158 pending_tree->DetachLayerTree();
161 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
163 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
166 host_impl_.pending_tree()->LayerById(id_));
241 host_impl_.pending_tree(), next_id, picture_pile_);
tile_manager_unittest.cc 107 tile->SetPriority(PENDING_TREE, pending_priority);
480 CHECK(!host_impl_.pending_tree());
502 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
504 pending_tree->DetachLayerTree();
507 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
509 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
512 host_impl_.pending_tree()->LayerById(id_));
546 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 301 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
302 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 327 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); local
328 if (pending_tree) {
329 DCHECK_EQ(1, pending_tree->sent_page_scale_delta());
330 pending_tree->SetPageScaleDelta(
546 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) {
547 pending_tree->SetCurrentlyScrollingLayer(
548 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
675 return layer_tree_host_impl_->pending_tree() == this;
690 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree();
    [all...]

Completed in 267 milliseconds