Home
last modified time | relevance | path

Searched refs:EnableCustomElementsV0 (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.h204 BLINK_PLATFORM_EXPORT static void EnableCustomElementsV0(bool);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_runtime_features.h224 BLINK_PLATFORM_EXPORT static void EnableCustomElementsV0(bool);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Druntime_features.cc316 {wf::EnableCustomElementsV0, blink::features::kWebComponentsV0Enabled, in SetRuntimeFeaturesFromChromiumFeatures()
457 {wrf::EnableCustomElementsV0, 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.cc550 void WebRuntimeFeatures::EnableCustomElementsV0(bool enable) { in EnableCustomElementsV0() 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.cc612 void WebRuntimeFeatures::EnableCustomElementsV0(bool enable) { in EnableCustomElementsV0() function in blink::WebRuntimeFeatures
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_view_impl.cc818 WebRuntimeFeatures::EnableCustomElementsV0(true); in ApplyWebPreferences()
H A Drender_frame_impl.cc3288 blink::WebRuntimeFeatures::EnableCustomElementsV0(true); in CommitNavigationWithParams()