HomeSort by relevance Sort by last modified time
    Searched refs:nonrepeatable_actions_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/accelerators/
accelerator_controller.h 169 std::set<int> nonrepeatable_actions_; member in class:ash::AcceleratorController
accelerator_controller.cc 406 nonrepeatable_actions_.insert(kNonrepeatableActions[i]);
506 if (nonrepeatable_actions_.find(action) != nonrepeatable_actions_.end() &&
    [all...]

Completed in 306 milliseconds