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

  /external/chromium_org/chrome/browser/extensions/
extension_commands_global_registry_apitest.cc 83 CGEventTapLocation event_tap_location = kCGHIDEventTap; local
104 CGEventPost(event_tap_location, command_down);
105 CGEventPost(event_tap_location, shift_down);
106 CGEventPost(event_tap_location, key_down);
107 CGEventPost(event_tap_location, key_up);
108 CGEventPost(event_tap_location, shift_up);
109 CGEventPost(event_tap_location, command_up);

Completed in 376 milliseconds