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

  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.cc 415 unsigned int* remapped_native_modifiers) const {
452 *remapped_native_modifiers |= remapped_key->native_modifier;
455 *remapped_native_modifiers |=
470 *remapped_native_modifiers =
472 *remapped_native_modifiers;
564 unsigned int remapped_native_modifiers = 0U; local
566 &remapped_flags, &remapped_native_modifiers);
581 remapped_native_keycode, remapped_native_modifiers,
1000 unsigned int remapped_native_modifiers = 0U; local
    [all...]
event_rewriter.h 213 // to |remapped_native_modifiers| following the current user prefs.
217 unsigned int* remapped_native_modifiers) const;

Completed in 26 milliseconds