Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/
H A Dui_base_features.cc31 const base::Feature kNewShortcutMapping = {"NewShortcutMapping", variable
35 return base::FeatureList::IsEnabled(kNewShortcutMapping); in IsNewShortcutMappingEnabled()
H A Dui_base_features.h97 extern const base::Feature kNewShortcutMapping;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/
H A Dui_base_features.cc41 const base::Feature kNewShortcutMapping = {"NewShortcutMapping", variable
45 return base::FeatureList::IsEnabled(kNewShortcutMapping); in IsNewShortcutMappingEnabled()
H A Dui_base_features.h100 extern const base::Feature kNewShortcutMapping;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/accelerators/
H A Daccelerator_manager_unittest.cc172 scoped_feature_list.InitAndEnableFeature(features::kNewShortcutMapping); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/accelerators/
H A Daccelerator_manager_unittest.cc172 scoped_feature_list.InitAndEnableFeature(features::kNewShortcutMapping); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dabout_flags.cc2841 FEATURE_VALUE_TYPE(features::kNewShortcutMapping),