Searched refs:actionsAllowedAtModalWindow (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc1169 std::set<AcceleratorAction> actionsAllowedAtModalWindow; local
1171 actionsAllowedAtModalWindow.insert(kActionsAllowedAtModalWindow[k]);
1173 actionsAllowedAtModalWindow.begin();
1174 it != actionsAllowedAtModalWindow.end(); ++it) {
1192 if (actionsAllowedAtModalWindow.find(*it) ==
1193 actionsAllowedAtModalWindow.end()) {

Completed in 157 milliseconds