Home
last modified time | relevance | path

Searched refs:root_layer_exists (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.h553 void DidChangeRootLayer(bool root_layer_exists);
H A Dweb_view_impl.cc3208 void WebViewImpl::DidChangeRootLayer(bool root_layer_exists) { in DidChangeRootLayer() argument
3210 DCHECK(!root_layer_exists); in DidChangeRootLayer()
3213 if (root_layer_exists) { in DidChangeRootLayer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.h599 void DidChangeRootLayer(bool root_layer_exists);
H A Dweb_view_impl.cc3493 void WebViewImpl::DidChangeRootLayer(bool root_layer_exists) { in DidChangeRootLayer() argument
3495 DCHECK(!root_layer_exists); in DidChangeRootLayer()
3498 if (root_layer_exists) { in DidChangeRootLayer()