Home
last modified time | relevance | path

Searched refs:kActionsAllowedInAppMode (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accelerators/
H A Daccelerator_table.h153 ASH_EXPORT extern const AcceleratorAction kActionsAllowedInAppMode[];
H A Daccelerator_table.cc354 const AcceleratorAction kActionsAllowedInAppMode[] = { variable
359 base::size(kActionsAllowedInAppMode);
H A Daccelerator_controller_impl.cc1806 actions_allowed_in_app_mode_.insert(kActionsAllowedInAppMode[i]); in Init()