Home | History | Annotate | Download | only in accelerators

Lines Matching refs:accelerator

11 #include "ui/base/accelerators/accelerator.h"
22 // Returns true if the |accelerator| should be processed now, inside Ash's env
24 bool ShouldProcessAcceleratorsNow(const ui::Accelerator& accelerator,
51 accelerator);
77 ui::Accelerator accelerator(event->key_code(),
79 accelerator.set_type(type);
82 // was the previous accelerator or if the current accelerator is repeated.
84 UpdateContext(accelerator);
87 if (!ShouldProcessAcceleratorsNow(accelerator, target))
89 if (Shell::GetInstance()->accelerator_controller()->Process(accelerator))