HomeSort by relevance Sort by last modified time
    Searched full:hotkey (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/ui/base/win/
foreground_helper.cc 32 // HotKey handler.
41 // Send the Hotkey.
42 INPUT hotkey = {0}; local
43 hotkey.type = INPUT_KEYBOARD;
44 hotkey.ki.wVk = VK_F22;
45 if (1 != SendInput(1, &hotkey, sizeof(hotkey))) {
52 // waiting for the hotkey, we set a timer and exit the loop.
75 // Handle the registered Hotkey being pressed.
foreground_helper.h 37 // Handle the registered Hotkey being pressed.
  /external/chromium_org/content/browser/cocoa/
system_hotkey_map.h 21 // a system hotkey should not be passed to the renderer.
38 // Whether the event corresponds to a hotkey that has been reserved by the
47 // Whether the hotkey has been reserved by the user.
50 // Create at least one record of a hotkey that is reserved by the user.
56 // Create a record of a hotkey that is reserved by the user.
system_hotkey_map.mm 144 // If a hotkey exists for toggling through the windows of an application, then
145 // adding shift to that hotkey toggles through the windows backwards.
159 SystemHotkey hotkey;
160 hotkey.key_code = key_code;
161 hotkey.modifiers = modifiers;
162 system_hotkeys_.push_back(hotkey);
system_hotkey_map_unittest.mm 139 // so the hotkey should still be reserved.
153 // TODO(erikchen): OSX uses the default bindings, so this hotkey should still
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_ozone.cc 51 // 2) Register for the hotkey.
61 // To implement: Unregister for the hotkey.
global_shortcut_listener_mac.h 80 // The hotkey identifier for the next global shortcut that is added.
84 // corresponding hotkey IDs. For quickly finding if an accelerator is
88 // The inverse map for quickly looking up accelerators by hotkey id.
global_shortcut_listener_win.cc 37 DCHECK(!hotkey_ids_.empty()); // Also don't start if no hotkey is registered.
83 // Most likely error: 1409 (Hotkey already registered).
global_shortcut_listener_mac.mm 143 // Store the hotkey-ID mappings we will need for lookup later.
362 // Extract the hotkey from the event.
global_shortcut_listener_x11.cc 68 DCHECK(!registered_hot_keys_.empty()); // Also don't start if no hotkey is
extension_keybinding_apitest.cc 376 const char* hotkey = "Command+D"; local
378 const char* hotkey = "Ctrl+D"; local
381 extension->id(), manifest_values::kBrowserActionCommandEvent, hotkey);
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
spyware.cc 19 fprintf(output, "[GRANTED] successfully registered hotkey\r\n");
22 fprintf(output, "[BLOCKED] Failed to register hotkey. Error = %ld\r\n",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.html 54 #hotkey {
144 <p>2. Use this hot key: <input type="text" id="hotkey"></input>
options.js 87 var hotKeyElement = document.getElementById('hotkey');
  /external/chromium_org/remoting/host/
local_input_monitor_mac.mm 69 // Called when the hotKey is hit.
70 - (void)hotKeyHit:(GTMCarbonHotKey*)hotKey;
128 - (void)hotKeyHit:(GTMCarbonHotKey*)hotKey {
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_keyboard.h 66 /** This is the mask which refers to all hotkey bindings */
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_keyboard.h 66 /** This is the mask which refers to all hotkey bindings */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_keyboard.h 66 /** This is the mask which refers to all hotkey bindings */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_keyboard.h 66 /** This is the mask which refers to all hotkey bindings */
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 6 """Generate keyboard layout and hotkey data for the keyboard overlay.
8 This script fetches data from the keyboard layout and hotkey data spreadsheet,
208 def ToKeys(hotkey):
215 values = hotkey.split(' - ')
374 """Fetches the hotkey data from the spreadsheet."""
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 230 // In case of a keyboard event, we were called by a hotkey. In that case we
app_shortcut_launcher_item_controller.cc 196 // In case of a keyboard event, we were called by a hotkey. In that case we
  /external/chromium_org/ash/accelerators/
accelerator_table.cc 86 // Turning the TouchView maximizing mode on via hotkey for the time being.
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 447 AtlTrace("Hotkey: launching in immersive mode\n");
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 942 DVLOG(1) << "Registered flip window hotkey.";
944 VPLOG(1) << "Failed to register flip window hotkey.";
    [all...]

Completed in 1161 milliseconds

1 2