HomeSort by relevance Sort by last modified time
    Searched full:pending_tree (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium-trace/trace-viewer/src/cc/
constants.js 10 constants.PENDING_TREE = 1;
layer_tree_host_impl.js 47 this.pendingTree.whichTree = constants.PENDING_TREE;
54 if (whichTree == constants.PENDING_TREE)
layer_impl.js 77 if (this.layerTreeImpl.whichTree == constants.PENDING_TREE)
layer_picker.js 45 {label: 'Pending tree', value: constants.PENDING_TREE}]));
  /external/chromium_org/cc/layers/
picture_image_layer_impl_unittest.cc 48 case PENDING_TREE:
49 tree = host_impl_.pending_tree();
65 host_impl_.pending_tree()->UpdateDrawProperties();
75 scoped_ptr<TestablePictureImageLayerImpl> layer(CreateLayer(1, PENDING_TREE));
90 scoped_ptr<TestablePictureImageLayerImpl> layer(CreateLayer(1, PENDING_TREE));
109 CreateLayer(1, PENDING_TREE));
heads_up_display_layer_impl_unittest.cc 38 HeadsUpDisplayLayerImpl::Create(host_impl.pending_tree(), 1);
picture_layer_unittest.cc 55 FakePictureLayerImpl::Create(host_impl.pending_tree(), 1);
picture_layer_impl_unittest.cc 73 CHECK(!host_impl_.pending_tree());
116 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
118 pending_tree->DetachLayerTree();
121 FakePictureLayerImpl::CreateWithPile(pending_tree, id_, pile);
123 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
126 host_impl_.pending_tree()->LayerById(id_));
1359 LayerTreeImpl* pending_tree = host_impl_.pending_tree(); local
    [all...]
picture_layer_impl.cc 344 layer_tree_impl()->IsActiveTree() ? ACTIVE_TREE : PENDING_TREE;
720 if (iter->priority(PENDING_TREE).distance_to_visible_in_pixels != 0)
793 if (tile->priority(PENDING_TREE).distance_to_visible_in_pixels != 0)
    [all...]
  /external/chromium_org/cc/resources/
tile.cc 53 if (priority_[PENDING_TREE].required_for_activation)
56 priority_[PENDING_TREE].required_for_activation = true;
70 res->Set("pending_priority", priority_[PENDING_TREE].AsValue().release());
tile.h 49 priority_[PENDING_TREE]);
57 return priority_[PENDING_TREE].required_for_activation;
prioritized_tile_set_unittest.cc 128 tile->SetPriority(PENDING_TREE, priorities[priority]);
160 tile->SetPriority(PENDING_TREE, priorities[priority]);
194 tile->SetPriority(PENDING_TREE, priorities[priority]);
229 tile->SetPriority(PENDING_TREE, priorities[priority]);
260 tile->SetPriority(PENDING_TREE, priorities[priority]);
294 tile->SetPriority(PENDING_TREE, priorities[priority]);
328 tile->SetPriority(PENDING_TREE, priorities[priority]);
362 tile->SetPriority(PENDING_TREE, priorities[priority]);
444 tile->SetPriority(PENDING_TREE, priorities[priority]);
555 tile->SetPriority(PENDING_TREE, priorities[priority])
    [all...]
tile_manager_perftest.cc 121 tile->SetPriority(PENDING_TREE, GetTilePriorityFromBin(bin));
152 tile->SetPriority(PENDING_TREE, GetTilePriorityFromBin(bin));
tile_priority.cc 60 case PENDING_TREE:
62 "PENDING_TREE"));
tile_priority.h 28 PENDING_TREE = 1,
tile_manager.cc 377 TilePriority pending_priority = tile->priority(PENDING_TREE);
413 tree_bin[PENDING_TREE] = kBinPolicyMap[memory_policy][pending_bin];
433 mts.bin = tree_bin[PENDING_TREE];
451 tree_bin[PENDING_TREE] == NEVER_BIN;
    [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 38 pending_tree()->SetPageScaleFactorAndLimits(
fake_picture_layer_impl.cc 75 layer_tree_impl()->IsActiveTree() ? ACTIVE_TREE : PENDING_TREE;
layer_tree_pixel_test.cc 77 impl->pending_tree() ? impl->pending_tree() : impl->active_tree();
  /external/chromium_org/cc/trees/
layer_tree_impl.cc 222 LayerTreeImpl* pending_tree = layer_tree_host_impl_->pending_tree(); local
223 if (pending_tree) {
224 DCHECK_EQ(1, pending_tree->sent_page_scale_delta());
225 pending_tree->SetPageScaleDelta(
460 void LayerTreeImpl::PushPersistedState(LayerTreeImpl* pending_tree) {
461 pending_tree->SetCurrentlyScrollingLayer(
462 LayerTreeHostCommon::FindLayerInSubtree(pending_tree->root_layer(),
561 return layer_tree_host_impl_->pending_tree() == this;
576 LayerTreeImpl* tree = layer_tree_host_impl_->pending_tree();
    [all...]
layer_tree_host_unittest_picture.cc 56 LayerImpl* pending_root_impl = impl->pending_tree()->root_layer();
layer_tree_host_unittest_scroll.cc 713 if (impl->pending_tree())
766 if (!impl->pending_tree()) {
781 EXPECT_EQ(impl->pending_tree()->source_frame_number(), 1);
797 EXPECT_FALSE(impl->pending_tree());
871 LayerImpl* pending_root = impl->pending_tree()->root_layer();
874 switch (impl->pending_tree()->source_frame_number()) {
    [all...]
layer_tree_host_impl.h 271 LayerTreeImpl* pending_tree() { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
272 const LayerTreeImpl* pending_tree() const { return pending_tree_.get(); } function in class:cc::LayerTreeHostImpl
layer_tree_impl.h 191 void PushPersistedState(LayerTreeImpl* pending_tree);
thread_proxy.cc     [all...]

Completed in 495 milliseconds

1 2