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

/external/chromium/chrome/browser/ui/gtk/
H A Dinfo_bubble_accelerators_gtk.cc11 // Listing of the accelerators that are either handled or forwarded by
12 // info bubbles. Any accelerators that are not explicitly listed here
14 // after discussion over which accelerators should be addressed in
15 // info bubbles. For a complete listing of accelerators that are used
28 InfoBubbleAcceleratorGtkList accelerators; local
30 accelerators.push_back(InfoBubbleAcceleratorGtkTable[i]);
33 return accelerators;
H A Dbrowser_window_gtk.cc165 // accelerators.
171 // gtk_accelerator_valid), so we need to handle these accelerators
192 // Get the command ids of the accelerators that we don't want the native widget
671 AcceleratorsGtk* accelerators = AcceleratorsGtk::GetInstance(); local
672 for (AcceleratorsGtk::const_iterator iter = accelerators->begin();
673 iter != accelerators->end(); ++iter) {
1024 // 2. We should be careful not to introduce any accelerators that trigger
1056 // 1. Our special key accelerators, such as ctrl-tab, etc.
1057 // 2. Gtk accelerators.
1815 AcceleratorsGtk* accelerators local
[all...]
/external/webkit/Source/WebCore/plugins/gtk/
H A Dgtk2xtbin.h138 XtTranslations accelerators; /* accelerator translations */ member in struct:_CorePart
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc1008 ACCEL* accelerators = scoped_accelerators.get(); local
1009 DCHECK(accelerators != NULL);
1011 CopyAcceleratorTable(accelerator_table, accelerators, count);
1018 bool alt_down = (accelerators[i].fVirt & FALT) == FALT;
1019 bool ctrl_down = (accelerators[i].fVirt & FCONTROL) == FCONTROL;
1020 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT;
1022 static_cast<ui::KeyboardCode>(accelerators[i].key),
1024 accelerator_table_[accelerator] = accelerators[i].cmd;
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc463 // The standard Ctrl-X, Ctrl-V and Ctrl-C are not defined as accelerators
1111 // This piece of code is based on the fact that accelerators registered
2186 ACCEL* accelerators = static_cast<ACCEL*>(malloc(sizeof(ACCEL) * count)); local
2187 CopyAcceleratorTable(accelerator_table, accelerators, count);
2194 bool alt_down = (accelerators[i].fVirt & FALT) == FALT;
2195 bool ctrl_down = (accelerators[i].fVirt & FCONTROL) == FCONTROL;
2196 bool shift_down = (accelerators[i].fVirt & FSHIFT) == FSHIFT;
2198 static_cast<ui::KeyboardCode>(accelerators[i].key),
2200 accelerator_table_[accelerator] = accelerators[i].cmd;
2207 free(accelerators);
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex594 For a plugin to be compliant it must provide at least each function listed before the accelerators begin. Accelerators are optional,
5709 to use accelerators for LRW.
5711 While both encrypt and decrypt accelerators are not required it is suggested as it makes lrw\_setiv() more efficient.

Completed in 181 milliseconds