Searched refs:ContentLayer (Results 1 – 14 of 14) sorted by relevance
52 scoped_refptr<ContentLayer> ContentLayer::Create(ContentLayerClient* client) { in Create()53 return make_scoped_refptr(new ContentLayer(client)); in Create()56 ContentLayer::ContentLayer(ContentLayerClient* client) in ContentLayer() function in cc::ContentLayer62 ContentLayer::~ContentLayer() {} in ~ContentLayer()64 bool ContentLayer::DrawsContent() const { in DrawsContent()68 void ContentLayer::SetLayerTreeHost(LayerTreeHost* host) { in SetLayerTreeHost()82 void ContentLayer::SetTexturePriorities( in SetTexturePriorities()90 bool ContentLayer::Update(ResourceUpdateQueue* queue, in Update()104 bool ContentLayer::NeedMoreUpdates() { in NeedMoreUpdates()108 LayerUpdater* ContentLayer::Updater() const { in Updater()[all …]
37 class CC_EXPORT ContentLayer : public TiledLayer {39 static scoped_refptr<ContentLayer> Create(ContentLayerClient* client);60 explicit ContentLayer(ContentLayerClient* client);61 virtual ~ContentLayer();76 DISALLOW_COPY_AND_ASSIGN(ContentLayer);
660 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()665 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()671 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()691 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()696 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()702 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()722 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()727 scoped_refptr<ContentLayer> green = ContentLayer::Create(&green_client_); in TEST_F()734 scoped_refptr<ContentLayer> blue = ContentLayer::Create(&blue_client_); in TEST_F()755 scoped_refptr<ContentLayer> background = ContentLayer::Create(&white_client_); in TEST_F()[all …]
55 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()115 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()132 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()162 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()202 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()237 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client); in TEST_F()
424 scoped_refptr<ContentLayer> content_;509 scoped_refptr<ContentLayer> content_;900 scoped_refptr<ContentLayer> content = ContentLayer::Create(&client_); in SetupTree()917 scoped_refptr<ContentLayer> mask = ContentLayer::Create(&client_); in SetupTree()921 scoped_refptr<ContentLayer> content_with_mask = in SetupTree()922 ContentLayer::Create(&client_); in SetupTree()
279 root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestSetNeedsRedrawRect()328 scoped_refptr<ContentLayer> root_layer_;648 root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestSetNextCommitForcesRedraw()730 scoped_refptr<ContentLayer> root_layer_;740 : root_layer_(ContentLayer::Create(&client_)) { in LayerTreeHostTestUndrawnLayersDamageLater()823 scoped_refptr<ContentLayer> root_layer_;1250 class ContentLayerWithUpdateTracking : public ContentLayer {1262 bool updated = ContentLayer::Update(queue, occlusion); in Update()1269 : ContentLayer(client), paint_contents_count_(0) { in ContentLayerWithUpdateTracking()1313 class NoScaleContentLayer : public ContentLayer {[all …]
204 scoped_refptr<ContentLayer> CreateDrawableContentLayer( in CreateDrawableContentLayer()206 scoped_refptr<ContentLayer> to_return = ContentLayer::Create(delegate); in CreateDrawableContentLayer()3439 scoped_refptr<ContentLayer> render_surface1 = in TEST_F()3441 scoped_refptr<ContentLayer> render_surface2 = in TEST_F()3443 scoped_refptr<ContentLayer> child1 = CreateDrawableContentLayer(&client); in TEST_F()3444 scoped_refptr<ContentLayer> child2 = CreateDrawableContentLayer(&client); in TEST_F()3445 scoped_refptr<ContentLayer> child3 = CreateDrawableContentLayer(&client); in TEST_F()6112 class NoScaleContentLayer : public ContentLayer {6137 : ContentLayer(client) {} in NoScaleContentLayer()6154 scoped_refptr<ContentLayer> parent = CreateDrawableContentLayer(&delegate); in TEST_F()[all …]
407 root_scroll_layer_ = ContentLayer::Create(&fake_content_layer_client_); in SetupTree()418 child_layer_ = ContentLayer::Create(&fake_content_layer_client_); in SetupTree()1091 ContentLayer::Create(&fake_content_layer_client_); in CreateScrollLayer()
22 : ContentLayer(client), in FakeContentLayer()41 bool updated = ContentLayer::Update(queue, occlusion); in Update()52 ContentLayer::PushPropertiesTo(layer); in PushPropertiesTo()57 ContentLayer::OnOutputSurfaceCreated(); in OnOutputSurfaceCreated()
13 class FakeContentLayer : public ContentLayer {
44 new_layer = ContentLayer::Create(content_client); in ParseTreeFromValue()
18 using cc::ContentLayer;33 layer_ = make_scoped_ptr(new WebLayerImpl(ContentLayer::Create(this))); in WebContentLayerImpl()42 static_cast<ContentLayer*>(layer_->layer())->ClearClient(); in ~WebContentLayerImpl()
473 scoped_refptr<cc::ContentLayer> new_layer = cc::ContentLayer::Create(this); in SwitchCCLayerForTest()543 scoped_refptr<cc::ContentLayer> new_layer = cc::ContentLayer::Create(this); in SetShowPaintedContent()909 content_layer_ = cc::ContentLayer::Create(this); in CreateWebLayer()
34 class ContentLayer; variable478 scoped_refptr<cc::ContentLayer> content_layer_;