Searched refs:kActionsAllowedAtLockScreen (Results 1 – 4 of 4) sorted by relevance
56 EXPECT_TRUE(actions.insert(kActionsAllowedAtLockScreen[i]).second) in TEST()57 << "Duplicated action: " << kActionsAllowedAtLockScreen[i]; in TEST()
181 ASH_EXPORT extern const AcceleratorAction kActionsAllowedAtLockScreen[];
304 const AcceleratorAction kActionsAllowedAtLockScreen[] = { variable309 arraysize(kActionsAllowedAtLockScreen);
797 actions_allowed_at_lock_screen_.insert(kActionsAllowedAtLockScreen[i]); in Init()