/external/chromium_org/cc/layers/ |
D | content_layer_client.h | 36 virtual bool FillsBoundsCompletely() const = 0;
|
D | picture_image_layer.h | 32 virtual bool FillsBoundsCompletely() const OVERRIDE;
|
D | picture_image_layer.cc | 63 bool PictureImageLayer::FillsBoundsCompletely() const { in FillsBoundsCompletely() function in cc::PictureImageLayer
|
D | picture_layer_unittest.cc | 28 virtual bool FillsBoundsCompletely() const OVERRIDE { in FillsBoundsCompletely() function in cc::__anonf4ef0c610111::MockContentLayerClient
|
D | content_layer.cc | 117 updater_->SetFillsBoundsCompletely(client_->FillsBoundsCompletely()); in CreateUpdaterIfNeeded()
|
D | picture_layer.cc | 129 client_->FillsBoundsCompletely(), in Update()
|
/external/chromium_org/cc/test/ |
D | solid_color_content_layer_client.h | 24 virtual bool FillsBoundsCompletely() const OVERRIDE;
|
D | solid_color_content_layer_client.cc | 28 bool SolidColorContentLayerClient::FillsBoundsCompletely() const { in FillsBoundsCompletely() function in cc::SolidColorContentLayerClient
|
D | fake_content_layer_client.cc | 57 bool FakeContentLayerClient::FillsBoundsCompletely() const { return false; } in FillsBoundsCompletely() function in cc::FakeContentLayerClient
|
D | fake_content_layer_client.h | 35 virtual bool FillsBoundsCompletely() const OVERRIDE;
|
/external/chromium_org/cc/blink/ |
D | web_content_layer_impl.h | 44 virtual bool FillsBoundsCompletely() const OVERRIDE;
|
D | web_content_layer_impl.cc | 81 bool WebContentLayerImpl::FillsBoundsCompletely() const { in FillsBoundsCompletely() function in cc_blink::WebContentLayerImpl
|
/external/chromium_org/ui/compositor/ |
D | layer_owner.cc | 47 new_layer->SetFillsBoundsCompletely(old_layer->FillsBoundsCompletely()); in RecreateLayer()
|
D | layer.h | 332 virtual bool FillsBoundsCompletely() const OVERRIDE;
|
D | layer.cc | 721 bool Layer::FillsBoundsCompletely() const { return fills_bounds_completely_; } in FillsBoundsCompletely() function in ui::Layer
|
/external/chromium_org/cc/trees/ |
D | layer_tree_host_pixeltest_on_demand_raster.cc | 69 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anon4fd3861b0111::BlueYellowLayerClient
|
D | layer_tree_host_pixeltest_masks.cc | 27 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anon91c49b250111::MaskContentLayerClient
|
D | layer_tree_host_unittest.cc | 953 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anon83dbcd050111::TestOpacityChangeLayerDelegate 2155 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anon83dbcd050111::LayerTreeHostTestLCDNotification::NotificationClient 2400 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anon83dbcd050111::LayerTreeHostTestChangeLayerPropertiesInPaintContents::SetBoundsClient
|
D | layer_tree_host_common_unittest.cc | 60 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; } in FillsBoundsCompletely() function in cc::__anonbb24164d0111::MockContentLayerClient
|