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

  /external/chromium_org/cc/layers/
picture_layer_impl_perftest.cc 58 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()->UpdateDrawProperties()
    [all...]
picture_layer_impl_unittest.cc 96 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_));
1918 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
    [all...]
  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 140 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_);
tile_manager_unittest.cc 117 tile->SetPriority(PENDING_TREE, pending_priority);
134 tile->SetPriority(PENDING_TREE, TilePriority());
540 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_));
630 EXPECT_EQ(TilePriority::NOW, tile->priority(PENDING_TREE).priority_bin)
    [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 339 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) {
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...]
layer_tree_host_impl_unittest.cc 7185 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); local
7229 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); local
    [all...]

Completed in 117 milliseconds