HomeSort by relevance Sort by last modified time
    Searched full:accelerator (Results 51 - 75 of 201) sorted by null

1 23 4 5 6 7 8 9

  /external/chromium/chrome/browser/ui/views/
html_dialog_view.h 49 virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
wrench_menu.h 40 virtual bool GetAccelerator(int id, views::Accelerator* accelerator);
dropdown_bar_host.h 78 virtual bool AcceleratorPressed(const views::Accelerator& accelerator) = 0;
98 // When we loose focus, we unregister all accelerator handlers. See also:
172 // True if the accelerator target for Esc key is registered.
html_dialog_view.cc 61 bool HtmlDialogView::AcceleratorPressed(const views::Accelerator& accelerator) {
63 DCHECK_EQ(ui::VKEY_ESCAPE, accelerator.GetKeyCode());
226 AddAccelerator(views::Accelerator(ui::VKEY_ESCAPE, false, false, false));
fullscreen_exit_bubble.cc 31 const std::wstring& accelerator);
52 const std::wstring& accelerator) {
57 WideToUTF16(accelerator))));
127 views::Accelerator accelerator(ui::VKEY_UNKNOWN, false, false, false);
128 bool got_accelerator = frame->GetAccelerator(IDC_FULLSCREEN, &accelerator);
131 this, UTF16ToWideHack(accelerator.GetShortcutText()));
  /external/chromium/chrome/browser/ui/cocoa/
accelerators_cocoa.h 31 // Returns NULL if there is no accelerator for the command.
menu_controller.mm 120 ui::AcceleratorCocoa accelerator;
121 if (model->GetAcceleratorAt(modelIndex, &accelerator)) {
122 [item setKeyEquivalent:accelerator.characters()];
123 [item setKeyEquivalentModifierMask:accelerator.modifiers()];
  /external/icu4c/samples/layout/
LayoutSample.rc 56 // Accelerator
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
3dfx_mmio.h 45 /* Wait for idle accelerator */
matrox_mmio.h 45 /* Wait for idle accelerator */
  /external/webkit/Tools/WinLauncher/
WinLauncher.rc 57 // Accelerator
  /frameworks/base/data/keyboards/
Vendor_046d_Product_c299.kl 58 # Accelerator
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 155 // Handle the specified |accelerator| being pressed.
156 virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
158 // Provides the containing frame with the accelerator for the specified
160 // Returns true if an accelerator was found for the specified |cmd_id|, false
162 bool GetAccelerator(int cmd_id, ui::Accelerator* accelerator);
342 int command_id, ui::Accelerator* accelerator) OVERRIDE;
486 // Copy the accelerator table from the app resources into something we ca
    [all...]
  /external/chromium/chrome/browser/
external_tab_container_win.cc 860 // accelerator there. If the host does not handle this accelerator, it will
861 // reflect the accelerator back to us via the ProcessUnhandledAccelerator
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java 95 private Interpolator accelerator = new AccelerateInterpolator(); field in class:ListFlipper
109 visToInvis.setInterpolator(accelerator);
  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 47 ui::Accelerator* accelerator) const { return false; }
  /external/chromium/chrome/browser/download/
download_shelf.cc 114 int command_id, ui::Accelerator* accelerator) {
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc 102 int command_id, ui::Accelerator* accelerator) {
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 60 ui::Accelerator* accelerator) = 0;
  /external/chromium/chrome/browser/ui/gtk/
fullscreen_exit_bubble_gtk.cc 44 // The Windows code actually looks up the accelerator key in the accelerator
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 21 ui::Accelerator* accelerator) { return false; }
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h 58 virtual bool AcceleratorPressed(const views::Accelerator& accelerator);
  /external/quake/quake/src/WinQuake/
3dfx.txt 14 installed from the media provided with your Voodoo Based 3D Accelerator.
52 - Voodoo Graphics or Voodoo Rush Based 3D Accelerator
  /external/chromium/chrome/browser/notifications/
notification_options_menu_model.cc 90 int command_id, ui::Accelerator* accelerator) {
208 int /* command_id */, ui::Accelerator* /* accelerator */) {
  /external/chromium/chrome/browser/resources/
menu.css 34 .accelerator {

Completed in 864 milliseconds

1 23 4 5 6 7 8 9