Home | History | Annotate | Download | only in gtk

Lines Matching refs:accelerators

96 #include "ui/base/accelerators/platform_accelerator_gtk.h"
155 // accelerators.
161 // gtk_accelerator_valid), so we need to handle these accelerators
182 // Get the command ids of the accelerators that we don't want the native widget
655 AcceleratorsGtk* accelerators = AcceleratorsGtk::GetInstance();
656 for (AcceleratorsGtk::const_iterator iter = accelerators->begin();
657 iter != accelerators->end(); ++iter) {
1074 // 2. We should be careful not to introduce any accelerators that trigger
1108 // 1. Our special key accelerators, such as ctrl-tab, etc.
1109 // 2. Gtk accelerators.
1826 AcceleratorsGtk* accelerators = AcceleratorsGtk::GetInstance();
1827 for (AcceleratorsGtk::const_iterator iter = accelerators->begin();
1828 iter != accelerators->end(); ++iter) {
1993 // override their accelerators, except if there is a priority keybinding
2000 // the custom accelerators before letting it handle them.
2016 // accelerators.