Home
last modified time | relevance | path

Searched refs:EnableShadowDOMV0 (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_runtime_features.h203 BLINK_PLATFORM_EXPORT static void EnableShadowDOMV0(bool);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_runtime_features.h223 BLINK_PLATFORM_EXPORT static void EnableShadowDOMV0(bool);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Druntime_features.cc314 {wf::EnableShadowDOMV0, blink::features::kWebComponentsV0Enabled, in SetRuntimeFeaturesFromChromiumFeatures()
456 {wrf::EnableShadowDOMV0, switches::kWebComponentsV0Enabled, true}, in SetRuntimeFeaturesFromCommandLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/exported/
H A Dweb_runtime_features.cc546 void WebRuntimeFeatures::EnableShadowDOMV0(bool enable) { in EnableShadowDOMV0() function in blink::WebRuntimeFeatures
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/exported/
H A Dweb_runtime_features.cc608 void WebRuntimeFeatures::EnableShadowDOMV0(bool enable) { in EnableShadowDOMV0() function in blink::WebRuntimeFeatures
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_view_impl.cc817 WebRuntimeFeatures::EnableShadowDOMV0(true); in ApplyWebPreferences()
H A Drender_frame_impl.cc3287 blink::WebRuntimeFeatures::EnableShadowDOMV0(true); in CommitNavigationWithParams()