Home
last modified time | relevance | path

Searched refs:kFilesSWA (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/constants/
H A Dchromeos_features.h145 COMPONENT_EXPORT(CHROMEOS_CONSTANTS) extern const base::Feature kFilesSWA;
H A Dchromeos_features.cc301 const base::Feature kFilesSWA{"FilesSWA", base::FEATURE_DISABLED_BY_DEFAULT}; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dsystem_web_app_manager.cc370 return base::FeatureList::IsEnabled(chromeos::features::kFilesSWA); in IsAppEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest_base.cc1657 enabled_features.push_back(chromeos::features::kFilesSWA); in SetUpCommandLine()
1659 disabled_features.push_back(chromeos::features::kFilesSWA); in SetUpCommandLine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dabout_flags.cc3848 FEATURE_VALUE_TYPE(chromeos::features::kFilesSWA)},