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

  /external/chromium/chrome/browser/ui/gtk/
info_bubble_accelerators_gtk.cc 11 // 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;
browser_window_gtk.cc 165 // 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) {
1815 AcceleratorsGtk* accelerators = AcceleratorsGtk::GetInstance(); local
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 39 * Returns a string after removing Windows-style accelerators.
40 * @param {string} s The input string that may contain accelerators.
41 * @return {string} The resulting string with accelerators removed.
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 138 XtTranslations accelerators; /* accelerator translations */ member in struct:_CorePart
  /external/chromium/chrome/browser/
external_tab_container_win.cc 1008 ACCEL* accelerators = scoped_accelerators.get(); local
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc 463 // The standard Ctrl-X, Ctrl-V and Ctrl-C are not defined as accelerators
2186 ACCEL* accelerators = static_cast<ACCEL*>(malloc(sizeof(ACCEL) * count)); local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 594 For a plugin to be compliant it must provide at least each function listed before the accelerators begin. Accelerators are optional,
    [all...]

Completed in 1211 milliseconds