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

  /external/chromium_org/ui/events/platform/
platform_event_types.h 11 typedef base::NativeEvent PlatformEvent;
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformEvent.h 31 class PlatformEvent {
95 PlatformEvent()
102 explicit PlatformEvent(Type type)
109 PlatformEvent(Type type, Modifiers modifiers, double timestamp)
116 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
132 // delete a PlatformEvent.
133 ~PlatformEvent()

Completed in 153 milliseconds