Home | History | Annotate | Download | only in ash

Lines Matching refs:accelerator

9 class Accelerator;
20 virtual bool HandlePreviousIme(const ui::Accelerator& accelerator) = 0;
21 // Switches to another IME depending on the |accelerator|.
22 virtual bool HandleSwitchIme(const ui::Accelerator& accelerator) = 0;
24 // Checks for special language anomalies and re-map the |accelerator|
26 virtual ui::Accelerator RemapAccelerator(
27 const ui::Accelerator& accelerator) = 0;