Searched defs:pending_tree (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/cc/layers/
H A Dpicture_layer_impl_perftest.cc58 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
59 pending_tree->DetachLayerTree();
62 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile);
64 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
67 host_impl_.pending_tree()->LayerById(7));
76 host_impl_.pending_tree()->UpdateDrawProperties();
102 host_impl_.pending_tree()->UpdateDrawProperties();
123 host_impl_.pending_tree()->UpdateDrawProperties();
155 host_impl_.pending_tree()
[all...]
H A Dpicture_layer_impl_unittest.cc96 CHECK(!host_impl_.pending_tree());
140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f);
141 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
143 pending_tree->DetachLayerTree();
146 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
148 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
151 host_impl_.pending_tree()->LayerById(id_));
1429 host_impl_.pending_tree()->UpdateDrawProperties();
1487 host_impl_.pending_tree()
1918 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
[all...]
/external/chromium_org/cc/resources/
H A Dtile_manager_perftest.cc140 CHECK(!host_impl_.pending_tree());
162 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
164 pending_tree->DetachLayerTree();
167 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
169 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
172 host_impl_.pending_tree()->LayerById(id_));
368 host_impl_.pending_tree(), next_id, picture_pile_);
H A Dtile_manager_unittest.cc540 CHECK(!host_impl_.pending_tree());
562 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
564 pending_tree->DetachLayerTree();
567 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
569 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
572 host_impl_.pending_tree()->LayerById(id_));
943 host_impl_.pending_tree(), 2, pending_pile);
1073 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i);
1122 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h301 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
H A Dlayer_tree_impl.cc339 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); local
340 if (pending_tree) {
341 DCHECK_EQ(1, pending_tree->sent_page_scale_delta());
342 pending_tree->SetPageScaleDelta(
598 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) { argument
599 pending_tree->SetCurrentlyScrollingLayer(
600 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
730 return layer_tree_host_impl_->pending_tree() == this;
745 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree();
[all...]
H A Dlayer_tree_host_impl_unittest.cc1286 CreateScrollAndContentsLayers(host_impl_->pending_tree(),
3432 CreateScrollAndContentsLayers(host_impl_->pending_tree(), new_size);
5734 host_impl_->pending_tree()
5738 LayerImpl::Create(host_impl_->pending_tree(), 1);
5741 host_impl_->pending_tree()->SetRootLayer(scoped_root.Pass());
5744 LayerImpl::Create(host_impl_->pending_tree(), 2);
5754 FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile);
6028 EXPECT_TRUE(host_impl_->pending_tree() == NULL);
7185 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); local
7229 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); local
[all...]

Completed in 1521 milliseconds