Home
last modified time | relevance | path

Searched refs:SetStretchContentToFillBounds (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dsurface_layer.cc92 void SurfaceLayer::SetStretchContentToFillBounds( in SetStretchContentToFillBounds() function in cc::SurfaceLayer
158 layer_impl->SetStretchContentToFillBounds(stretch_content_to_fill_bounds_); in PushPropertiesTo()
H A Dsurface_layer.h51 void SetStretchContentToFillBounds(bool stretch_content_to_fill_bounds);
H A Dsurface_layer_impl.cc85 void SurfaceLayerImpl::SetStretchContentToFillBounds(bool stretch_content) { in SetStretchContentToFillBounds() function in cc::SurfaceLayerImpl
124 layer_impl->SetStretchContentToFillBounds(stretch_content_to_fill_bounds_); in PushPropertiesTo()
H A Dsurface_layer_impl.h49 void SetStretchContentToFillBounds(bool stretch_content);
H A Dsurface_layer_unittest.cc134 layer->SetStretchContentToFillBounds(true); in TEST_F()
168 layer->SetStretchContentToFillBounds(false); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dsurface_layer.cc92 void SurfaceLayer::SetStretchContentToFillBounds( in SetStretchContentToFillBounds() function in cc::SurfaceLayer
158 layer_impl->SetStretchContentToFillBounds(stretch_content_to_fill_bounds_); in PushPropertiesTo()
H A Dsurface_layer.h38 void SetStretchContentToFillBounds(bool stretch_content_to_fill_bounds);
H A Dsurface_layer_impl.cc62 void SurfaceLayerImpl::SetStretchContentToFillBounds(bool stretch_content) { in SetStretchContentToFillBounds() function in cc::SurfaceLayerImpl
101 layer_impl->SetStretchContentToFillBounds(stretch_content_to_fill_bounds_); in PushPropertiesTo()
H A Dsurface_layer_unittest.cc134 layer->SetStretchContentToFillBounds(true); in TEST_F()
168 layer->SetStretchContentToFillBounds(false); in TEST_F()
H A Dsurface_layer_impl.h53 void SetStretchContentToFillBounds(bool stretch_content);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dsurface_layer_bridge.cc134 surface_layer_->SetStretchContentToFillBounds(true); in CreateSurfaceLayer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dsurface_layer_bridge.cc133 surface_layer_->SetStretchContentToFillBounds(true); in CreateSurfaceLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/overlay/
H A Doverlay_window_android.cc31 surface_layer_->SetStretchContentToFillBounds(true); in OverlayWindowAndroid()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer.cc946 surface_layer_->SetStretchContentToFillBounds(stretch_content_to_fill_bounds); in SetShowSurface()
983 surface_layer_->SetStretchContentToFillBounds(true); in SetShowReflectedSurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer.cc983 surface_layer_->SetStretchContentToFillBounds(stretch_content_to_fill_bounds); in SetShowSurface()
1022 surface_layer_->SetStretchContentToFillBounds(true); in SetShowReflectedSurface()