/external/chromium_org/cc/layers/ |
D | picture_layer_impl_perftest.cc | 58 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local 59 pending_tree->DetachLayerTree(); in SetupPendingTree() 62 FakePictureLayerImpl::CreateWithPile(pending_tree, 7, pile); in SetupPendingTree() 64 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree() 67 host_impl_.pending_tree()->LayerById(7)); in SetupPendingTree() 76 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructAndIterateTest() 102 host_impl_.pending_tree()->UpdateDrawProperties(); in RunRasterIteratorConstructTest() 123 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructAndIterateTest() 155 host_impl_.pending_tree()->UpdateDrawProperties(); in RunEvictionIteratorConstructTest()
|
D | picture_layer_impl_unittest.cc | 96 CHECK(!host_impl_.pending_tree()); in ActivateTree() 140 host_impl_.pending_tree()->SetPageScaleFactorAndLimits(1.f, 0.25f, 100.f); in SetupPendingTree() 141 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local 143 pending_tree->DetachLayerTree(); in SetupPendingTree() 146 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree() 148 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree() 151 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree() 1429 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F() 1487 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F() 1571 host_impl_.pending_tree()->UpdateDrawProperties(); in TEST_F() [all …]
|
D | picture_image_layer_impl_unittest.cc | 58 tree = host_impl_.pending_tree(); in CreateLayer() 130 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in TEST_F()
|
D | heads_up_display_layer_impl_unittest.cc | 42 HeadsUpDisplayLayerImpl::Create(host_impl.pending_tree(), 1); in TEST()
|
D | picture_layer_unittest.cc | 62 FakePictureLayerImpl::Create(host_impl.pending_tree(), 1); in TEST()
|
D | texture_layer_unittest.cc | 1031 pending_layer = TextureLayerImpl::Create(host_impl_.pending_tree(), 1); in TEST_F() 1422 tree = host_impl->pending_tree(); in CommitCompleteOnThread()
|
/external/chromium_org/cc/resources/ |
D | tile_manager_perftest.cc | 140 CHECK(!host_impl_.pending_tree()); in ActivateTree() 162 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local 164 pending_tree->DetachLayerTree(); in SetupPendingTree() 167 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree() 169 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree() 172 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree() 368 host_impl_.pending_tree(), next_id, picture_pile_); in CreateLayers()
|
D | tile_manager_unittest.cc | 540 CHECK(!host_impl_.pending_tree()); in ActivateTree() 562 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); in SetupPendingTree() local 564 pending_tree->DetachLayerTree(); in SetupPendingTree() 567 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile); in SetupPendingTree() 569 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>()); in SetupPendingTree() 572 host_impl_.pending_tree()->LayerById(id_)); in SetupPendingTree() 943 host_impl_.pending_tree(), 2, pending_pile); in TEST_F() 1073 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i); in TEST_F() 1122 FakePictureLayerImpl::Create(host_impl_.pending_tree(), id_ + i); in TEST_F()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_impl.cc | 339 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); in SetPageScaleValues() local 340 if (pending_tree) { in SetPageScaleValues() 341 DCHECK_EQ(1, pending_tree->sent_page_scale_delta()); in SetPageScaleValues() 342 pending_tree->SetPageScaleDelta( in SetPageScaleValues() 598 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) { in PushPersistedState() argument 599 pending_tree->SetCurrentlyScrollingLayer( in PushPersistedState() 600 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(), in PushPersistedState() 730 return layer_tree_host_impl_->pending_tree() == this; in IsPendingTree() 745 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree(); in FindPendingTreeLayerById()
|
D | layer_tree_host_unittest_picture.cc | 56 LayerImpl* pending_root_impl = impl->pending_tree()->root_layer(); in WillActivateTreeOnThread()
|
D | layer_tree_host_unittest_scroll.cc | 738 if (impl->pending_tree()) in DrawLayersOnThread() 807 if (!impl->pending_tree()) { in DrawLayersOnThread() 822 EXPECT_EQ(impl->pending_tree()->source_frame_number(), 1); in DrawLayersOnThread() 842 EXPECT_FALSE(impl->pending_tree()); in DrawLayersOnThread() 936 LayerImpl* pending_root = impl->pending_tree()->root_layer(); in CommitCompleteOnThread() 941 switch (impl->pending_tree()->source_frame_number()) { in CommitCompleteOnThread()
|
D | layer_tree_host_unittest_animation.cc | 416 if (host_impl->pending_tree()->source_frame_number() < 3) { in CommitCompleteOnThread() 1181 host_impl->pending_tree()->source_frame_number() != 2) in CommitCompleteOnThread() 1187 if (!host_impl->pending_tree() || in WillBeginImplFrameOnThread() 1188 host_impl->pending_tree()->source_frame_number() != 2) in WillBeginImplFrameOnThread()
|
D | layer_tree_host_impl.h | 301 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } in pending_tree() function 302 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } in pending_tree() function
|
D | layer_tree_host_impl_unittest.cc | 1286 CreateScrollAndContentsLayers(host_impl_->pending_tree(), in TEST_F() 3432 CreateScrollAndContentsLayers(host_impl_->pending_tree(), new_size); in TEST_F() 5734 host_impl_->pending_tree() in TEST_F() 5738 LayerImpl::Create(host_impl_->pending_tree(), 1); in TEST_F() 5741 host_impl_->pending_tree()->SetRootLayer(scoped_root.Pass()); in TEST_F() 5744 LayerImpl::Create(host_impl_->pending_tree(), 2); in TEST_F() 5754 FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile); in TEST_F() 6028 EXPECT_TRUE(host_impl_->pending_tree() == NULL); in TEST_F() 7185 LayerTreeImpl* pending_tree = host_impl_->pending_tree(); in TEST_F() local 7186 EXPECT_NE(active_tree, pending_tree); in TEST_F() [all …]
|
D | layer_tree_impl.h | 227 void PushPersistedState(LayerTreeImpl* pending_tree);
|
D | thread_proxy.cc | 937 DCHECK(!impl().layer_tree_host_impl->pending_tree()); in BeginMainFrameAbortedOnImplThread() 1046 if (impl().layer_tree_host_impl->pending_tree()) in DrawSwapInternal() 1047 impl().layer_tree_host_impl->pending_tree()->UpdateDrawProperties(); in DrawSwapInternal()
|
D | single_thread_proxy.cc | 618 DCHECK(!layer_tree_host_impl_->pending_tree()); in BeginMainFrameAbortedOnImplThread()
|
D | layer_tree_host_unittest.cc | 745 if (impl->pending_tree()) in WillBeginImplFrameOnThread() 4791 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread() 4856 EXPECT_FALSE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread() 4921 EXPECT_TRUE(host_impl->pending_tree()->use_gpu_rasterization()); in CommitCompleteOnThread()
|
D | layer_tree_host_common_unittest.cc | 5629 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F() 5641 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F() 5889 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F() 5899 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F() 5910 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F() 6002 scoped_ptr<LayerImpl> root = LayerImpl::Create(host_impl.pending_tree(), 1); in TEST_F() 6012 scoped_ptr<LayerImpl> child = LayerImpl::Create(host_impl.pending_tree(), 2); in TEST_F() 6024 LayerImpl::Create(host_impl.pending_tree(), 3); in TEST_F()
|
D | layer_tree_host_impl.cc | 175 if (layer_tree_host_impl_->pending_tree()) { in OnTimerTick() 176 layer_tree_host_impl_->pending_tree()->UpdateDrawProperties(); in OnTimerTick()
|
/external/chromium_org/cc/test/ |
D | fake_layer_tree_host_impl.cc | 51 pending_tree()->SetPageScaleFactorAndLimits( in CreatePendingTree()
|
D | layer_tree_test.cc | 215 DCHECK(!pending_tree()); in ActivateSyncTree() 699 if (impl->pending_tree()) in LastCommittedSourceFrameNumber() 700 return impl->pending_tree()->source_frame_number(); in LastCommittedSourceFrameNumber()
|
D | layer_tree_pixel_test.cc | 69 impl->pending_tree() ? impl->pending_tree() : impl->active_tree(); in CommitCompleteOnThread()
|