Searched refs:FillsBoundsCompletely (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/cc/layers/
H A Dcontent_layer_client.h36 virtual bool FillsBoundsCompletely() const = 0;
H A Dpicture_image_layer.h32 virtual bool FillsBoundsCompletely() const OVERRIDE;
H A Dpicture_image_layer.cc63 bool PictureImageLayer::FillsBoundsCompletely() const { function in class:cc::PictureImageLayer
H A Dpicture_layer_unittest.cc28 virtual bool FillsBoundsCompletely() const OVERRIDE {
H A Dcontent_layer.cc117 updater_->SetFillsBoundsCompletely(client_->FillsBoundsCompletely());
H A Dpicture_layer.cc129 client_->FillsBoundsCompletely(),
/external/chromium_org/cc/test/
H A Dsolid_color_content_layer_client.cc28 bool SolidColorContentLayerClient::FillsBoundsCompletely() const { function in class:cc::SolidColorContentLayerClient
H A Dsolid_color_content_layer_client.h24 virtual bool FillsBoundsCompletely() const OVERRIDE;
H A Dfake_content_layer_client.cc57 bool FakeContentLayerClient::FillsBoundsCompletely() const { return false; } function in class:cc::FakeContentLayerClient
H A Dfake_content_layer_client.h35 virtual bool FillsBoundsCompletely() const OVERRIDE;
/external/chromium_org/cc/blink/
H A Dweb_content_layer_impl.h44 virtual bool FillsBoundsCompletely() const OVERRIDE;
H A Dweb_content_layer_impl.cc81 bool WebContentLayerImpl::FillsBoundsCompletely() const { function in class:cc_blink::WebContentLayerImpl
/external/chromium_org/ui/compositor/
H A Dlayer_owner.cc47 new_layer->SetFillsBoundsCompletely(old_layer->FillsBoundsCompletely());
H A Dlayer.h332 virtual bool FillsBoundsCompletely() const OVERRIDE;
H A Dlayer.cc721 bool Layer::FillsBoundsCompletely() const { return fills_bounds_completely_; } function in class:ui::Layer
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_pixeltest_on_demand_raster.cc69 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }
H A Dlayer_tree_host_pixeltest_masks.cc27 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }
H A Dlayer_tree_host_unittest.cc953 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }
2155 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }
2400 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }
H A Dlayer_tree_host_common_unittest.cc60 virtual bool FillsBoundsCompletely() const OVERRIDE { return false; }

Completed in 253 milliseconds