Home
last modified time | relevance | path

Searched refs:disabled_features (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/
H A Daccessibility_features_apitest.cc113 const std::vector<std::string>& disabled_features) { in InitPrefServiceForTest() argument
122 for (size_t i = 0; i < disabled_features.size(); ++i) { in InitPrefServiceForTest()
141 const std::vector<std::string>& disabled_features) { in VerifyPrefServiceState() argument
148 for (size_t i = 0; i < disabled_features.size(); ++i) { in VerifyPrefServiceState()
173 for (size_t i = 0; i < disabled_features.size(); ++i) in GenerateTestArg()
174 disabled_list->AppendString(disabled_features[i]); in GenerateTestArg()
198 std::vector<std::string> disabled_features = { in IN_PROC_BROWSER_TEST_P() local
242 std::vector<std::string> disabled_features = { in IN_PROC_BROWSER_TEST_P() local
285 std::vector<std::string> disabled_features = { in IN_PROC_BROWSER_TEST_P() local
330 std::vector<std::string> disabled_features = { in IN_PROC_BROWSER_TEST_F() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/app/
H A Dcontent_main_delegate_impl.cc92 std::vector<std::string> disabled_features; in ConfigureFeaturesIfNotSet() local
97 disabled_features.emplace_back(f); in ConfigureFeaturesIfNotSet()
101 if (!base::Contains(disabled_features, feature.name) && in ConfigureFeaturesIfNotSet()
110 if (!base::Contains(disabled_features, feature.name) && in ConfigureFeaturesIfNotSet()
112 disabled_features.push_back(feature.name); in ConfigureFeaturesIfNotSet()
116 base::JoinString(disabled_features, ",")); in ConfigureFeaturesIfNotSet()
149 std::vector<base::Feature> disabled_features = { in BasicStartupComplete() local
188 disabled_features.push_back( in BasicStartupComplete()
193 ConfigureFeaturesIfNotSet(enabled_features, disabled_features); in BasicStartupComplete()
/dports/devel/py-sip/sip-5.5.0/sipbuild/legacy/
H A Dsip5.py149 disabled_features=args.disabled_features,
164 tags, backstops, disabled_features, exceptions, parts, source_suffix, argument
181 pt, _, _, _, tags, disabled_features = parse(specification,
182 (xml_extract is None), tags, backstops, disabled_features,
188 release_gil, parts, tags, disabled_features, docstrings,
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/config/
H A Dqtargs.py97 disabled_features = []
105 disabled_features += flag.split(',')
158 disabled_features.append('InstalledApp')
161 disabled_features.append('HardwareMediaKeyHandling')
163 return (enabled_features, disabled_features)
292 enabled_features, disabled_features = _qtwebengine_features(versions, special_flags)
295 if disabled_features:
296 yield _DISABLE_FEATURES + ','.join(disabled_features)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync/test/integration/
H A Dencryption_helper.cc119 std::vector<base::Feature> disabled_features; in ScopedScryptFeatureToggler() local
124 disabled_features.push_back( in ScopedScryptFeatureToggler()
130 disabled_features.push_back( in ScopedScryptFeatureToggler()
133 feature_list_.InitWithFeatures(enabled_features, disabled_features); in ScopedScryptFeatureToggler()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/
H A Dscoped_feature_list.h88 const std::vector<Feature>& disabled_features);
110 const std::vector<Feature>& disabled_features);
133 const std::vector<Feature>& disabled_features);
H A Dscoped_feature_list.cc188 const std::vector<Feature>& disabled_features) { in InitWithFeatures() argument
189 InitWithFeaturesImpl(enabled_features, {}, disabled_features); in InitWithFeatures()
212 const std::vector<Feature>& disabled_features) { in InitWithFeaturesImpl() argument
223 merged_features.disabled_feature_list = GetFeatureVector(disabled_features); in InitWithFeaturesImpl()
296 const std::vector<Feature>& disabled_features) { in InitWithFeaturesAndParameters() argument
297 InitWithFeaturesImpl({}, enabled_features, disabled_features); in InitWithFeaturesAndParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/app/
H A Dcontent_main_delegate_impl.cc84 std::vector<std::string> disabled_features; in DisableFeaturesIfNotSet() local
89 disabled_features.emplace_back(f); in DisableFeaturesIfNotSet()
93 if (!base::Contains(disabled_features, feature.name) && in DisableFeaturesIfNotSet()
95 disabled_features.push_back(feature.name); in DisableFeaturesIfNotSet()
100 base::JoinString(disabled_features, ",")); in DisableFeaturesIfNotSet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/session/
H A Dmedia_session_controllers_manager_unittest.cc56 std::vector<base::Feature> disabled_features; in SetUp() local
64 disabled_features.push_back(media::kInternalMediaSession); in SetUp()
72 disabled_features.push_back( in SetUp()
74 disabled_features.push_back( in SetUp()
78 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/session/
H A Dmedia_session_controllers_manager_unittest.cc49 std::vector<base::Feature> disabled_features; in SetUp() local
55 disabled_features.push_back(media::kInternalMediaSession); in SetUp()
63 disabled_features.push_back( in SetUp()
65 disabled_features.push_back( in SetUp()
69 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/gpu/
H A Dcompositor_util.cc294 auto disabled_features = std::make_unique<base::ListValue>(); in GetProblemsImpl() local
295 disabled_features->AppendString("all"); in GetProblemsImpl()
296 problem->Set("affectedGpuSettings", std::move(disabled_features)); in GetProblemsImpl()
311 auto disabled_features = std::make_unique<base::ListValue>(); in GetProblemsImpl() local
312 disabled_features->AppendString(gpu_feature_data.name); in GetProblemsImpl()
313 problem->Set("affectedGpuSettings", std::move(disabled_features)); in GetProblemsImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/gpu/
H A Dcompositor_util.cc311 auto disabled_features = std::make_unique<base::ListValue>(); in GetProblemsImpl() local
312 disabled_features->AppendString("all"); in GetProblemsImpl()
313 problem->Set("affectedGpuSettings", std::move(disabled_features)); in GetProblemsImpl()
328 auto disabled_features = std::make_unique<base::ListValue>(); in GetProblemsImpl() local
329 disabled_features->AppendString(gpu_feature_data.name); in GetProblemsImpl()
330 problem->Set("affectedGpuSettings", std::move(disabled_features)); in GetProblemsImpl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/
H A Dservice_process_launcher.cc113 std::string disabled_features; in Start() local
115 &disabled_features); in Start()
120 if (!disabled_features.empty()) { in Start()
122 disabled_features); in Start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/subresource_filter/
H A Dsubresource_filter_abusive_unittest.cc66 std::vector<base::Feature> disabled_features; in SubresourceFilterAbusiveTest() local
67 (enable_adblock_on_abusive_sites_ ? enabled_features : disabled_features) in SubresourceFilterAbusiveTest()
69 scoped_features_.InitWithFeatures(enabled_features, disabled_features); in SubresourceFilterAbusiveTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/optimization_guide/blink/
H A Dblink_optimization_guide_browsertest.cc90 std::vector<base::Feature> disabled_features; in BlinkOptimizationGuideBrowserTest() local
101 disabled_features.push_back( in BlinkOptimizationGuideBrowserTest()
112 disabled_features.push_back( in BlinkOptimizationGuideBrowserTest()
122 disabled_features); in BlinkOptimizationGuideBrowserTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/service_manager/
H A Dservice_process_launcher.cc115 std::string disabled_features; in Start() local
117 &disabled_features); in Start()
122 if (!disabled_features.empty()) { in Start()
124 disabled_features); in Start()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/loader/
H A Dprefetch_browsertest.cc44 std::vector<base::Feature> disabled_features; in SetUp() local
48 disabled_features.push_back(features::kSignedHTTPExchange); in SetUp()
57 disabled_features.push_back( in SetUp()
59 disabled_features.push_back( in SetUp()
63 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
89 std::vector<base::Feature> disabled_features; in SetUp() local
93 disabled_features.push_back(blink::features::kPrefetchPrivacyChanges); in SetUp()
95 feature_list_.InitWithFeatures(enable_features, disabled_features); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/browser/
H A Dscoped_add_feature_flags.cc17 std::string disabled_features = in ScopedAddFeatureFlags() local
21 for (auto& sp : base::FeatureList::SplitFeatureListString(disabled_features)) in ScopedAddFeatureFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo_test_environment.cc31 const std::vector<base::Feature>& disabled_features) { in VideoTestEnvironment() argument
51 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in VideoTestEnvironment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/cert_verifier/integration_tests/
H A Dnetwork_context_unittest.cc229 std::vector<base::Feature> enabled_features, disabled_features; in NetworkContextCertVerifierBuiltinFeatureFlagTest() local
233 disabled_features.push_back(net::features::kCertVerifierBuiltinFeature); in NetworkContextCertVerifierBuiltinFeatureFlagTest()
238 disabled_features.push_back(network::features::kCertVerifierService); in NetworkContextCertVerifierBuiltinFeatureFlagTest()
240 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in NetworkContextCertVerifierBuiltinFeatureFlagTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/
H A Dmedia_browsertest.cc40 std::vector<base::Feature> disabled_features = { in SetUpCommandLine() local
52 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in SetUpCommandLine()
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/cli/
H A Dfeatureutility.cpp162 std::vector<String> disabled_features; in ListFeatures() local
165 if (!FeatureUtility::GetFeatures(disabled_features, true)) in ListFeatures()
169 << boost::algorithm::join(disabled_features, " ") << "\n"; in ListFeatures()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Ddump_accessibility_browsertest_base.cc112 std::vector<base::Feature> disabled_features; in SetUp() local
113 ChooseFeatures(&enabled_features, &disabled_features); in SetUp()
115 scoped_feature_list_.InitWithFeatures(enabled_features, disabled_features); in SetUp()
127 std::vector<base::Feature>* disabled_features) { in ChooseFeatures() argument
146 disabled_features->emplace_back(features::kExperimentalAccessibilityLabels); in ChooseFeatures()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_definition.cc31 const Vector<String>& disabled_features, in CustomElementDefinition() argument
37 disable_shadow_(disabled_features.Contains(String("shadow"))), in CustomElementDefinition()
38 disable_internals_(disabled_features.Contains(String("internals"))), in CustomElementDefinition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/custom/
H A Dcustom_element_definition.cc31 const Vector<String>& disabled_features, in CustomElementDefinition() argument
37 disable_shadow_(disabled_features.Contains(String("shadow"))), in CustomElementDefinition()
38 disable_internals_(disabled_features.Contains(String("internals"))), in CustomElementDefinition()

12345678910>>...13