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

  /external/chromium_org/cc/layers/
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_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));
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...]
texture_layer_unittest.cc     [all...]
  /external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc 38 pending_tree()->SetPageScaleFactorAndLimits(
layer_tree_pixel_test.cc 77 impl->pending_tree() ? impl->pending_tree() : impl->active_tree();
layer_tree_test.cc 158 DCHECK(!pending_tree());