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

  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 72 // For DOM processing, it needs to be disambiguated as RawKeyDown or Char event.
78 // These events are sent by platforms such as Windows and wxWidgets. RawKeyDown only has information about a physical key, and Char
80 RawKeyDown,
99 // Will be null for KeyUp and RawKeyDown events.
191 fields are stripped (e.g. for RawKeyDown), so we record it also here
  /external/webkit/WebKit/chromium/public/
WebInputEvent.h 96 RawKeyDown,
127 return type == RawKeyDown

Completed in 42 milliseconds