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

  /external/chromium_org/cc/layers/
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>());
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...]
texture_layer_unittest.cc 1030 scoped_ptr<TextureLayerImpl> pending_layer; local
    [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...]
  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 166 scoped_ptr<FakePictureLayerImpl> pending_layer = local
168 pending_layer->SetDrawsContent(true);
169 pending_tree->SetRootLayer(pending_layer.PassAs<LayerImpl>());
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...]
  /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 847 milliseconds