Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dweb_engine_context.cpp625 std::string disableFeatures; in WebEngineContext() local
636 appendToFeatureList(disableFeatures, features::kMojoVideoCapture.name); in WebEngineContext()
640 appendToFeatureList(disableFeatures, features::kFontSrcLocalMatching.name); in WebEngineContext()
644 appendToFeatureList(disableFeatures, features::kUseSkiaRenderer.name); in WebEngineContext()
649 appendToFeatureList(disableFeatures, features::kConsolidatedMovementXY.name); in WebEngineContext()
652 appendToFeatureList(disableFeatures, features::kBackgroundFetch.name); in WebEngineContext()
653 appendToFeatureList(disableFeatures, features::kSmsReceiver.name); in WebEngineContext()
654 appendToFeatureList(disableFeatures, features::kWebPayments.name); in WebEngineContext()
655 appendToFeatureList(disableFeatures, features::kWebUsb.name); in WebEngineContext()
656 appendToFeatureList(disableFeatures, media::kPictureInPicture.name); in WebEngineContext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/util/
H A DCommandLineFlags.java155 Set<String> disableFeatures = new HashSet<String>(getFeatureValues(DISABLE_FEATURES)); in applyFlags() local
169 Collections.addAll(disableFeatures, parsedFlags[1].split(",")); in applyFlags()
189 if (disableFeatures.size() > 0) { in applyFlags()
193 DISABLE_FEATURES, TextUtils.join(",", disableFeatures)); in applyFlags()
/dports/net/rclone/rclone-1.57.0/fs/config/configflags/
H A Dconfigflags.go35 disableFeatures string var
97 …flags.StringVarP(flagSet, &disableFeatures, "disable", "", "", "Disable a comma separated list of …
257 if disableFeatures != "" {
258 if disableFeatures == "help" {
261 ci.DisableFeatures = strings.Split(disableFeatures, ",")
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-browser/
H A Dbrowser-app.cpp90 std::string disableFeatures = in OnBeforeCommandLineProcessing() local
92 disableFeatures += ",HardwareMediaKeyHandling"; in OnBeforeCommandLineProcessing()
94 disableFeatures); in OnBeforeCommandLineProcessing()