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

  /external/chromium_org/cc/layers/
picture_image_layer_impl_unittest.cc 110 scoped_ptr<TestablePictureImageLayerImpl> pending_layer(
112 pending_layer->SetDrawsContent(true);
121 SetupDrawPropertiesAndUpdateTiles(pending_layer.get(),
127 EXPECT_EQ(1.f, pending_layer->tilings()->tiling_at(0)->contents_scale());
130 host_impl_.pending_tree()->SetRootLayer(pending_layer.PassAs<LayerImpl>());
picture_layer_impl_perftest.cc 61 scoped_ptr<FakePictureLayerImpl> pending_layer = local
63 pending_layer->SetDrawsContent(true);
64 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
texture_layer_unittest.cc 1030 scoped_ptr<TextureLayerImpl> pending_layer; local
    [all...]
picture_layer_impl.h 33 Pair(PictureLayerImpl* active_layer, PictureLayerImpl* pending_layer);
layer_impl_unittest.cc 684 scoped_ptr<LayerImpl> pending_layer = local
686 pending_layer->SetScrollOffset(
689 pending_layer->PushPropertiesTo(layer());
693 pending_layer->TotalScrollOffset());
    [all...]
picture_layer_impl_unittest.cc 145 scoped_ptr<FakePictureLayerImpl> pending_layer = local
147 pending_layer->SetDrawsContent(true);
148 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
1920 scoped_ptr<FakePictureLayerImpl> pending_layer = local
    [all...]
picture_layer_impl.cc 55 PictureLayerImpl* pending_layer)
56 : active(active_layer), pending(pending_layer) {
    [all...]
  /external/chromium_org/cc/resources/
tile_manager_unittest.cc 566 scoped_ptr<FakePictureLayerImpl> pending_layer = local
568 pending_layer->SetDrawsContent(true);
569 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
1072 scoped_ptr<FakePictureLayerImpl> pending_layer = local
1121 scoped_ptr<FakePictureLayerImpl> pending_layer = local
    [all...]
tile_manager_perftest.cc 166 scoped_ptr<FakePictureLayerImpl> pending_layer = local
168 pending_layer->SetDrawsContent(true);
169 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
  /external/chromium_org/cc/trees/
layer_tree_host_impl_unittest.cc 7190 scoped_ptr<FakePictureLayerImpl> pending_layer = local
7231 scoped_ptr<FakePictureLayerImpl> pending_layer = local
    [all...]

Completed in 123 milliseconds