Searched defs:PlatformEvent (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/ui/events/platform/ | ||
H A D | platform_event_types.h | 11 typedef base::NativeEvent PlatformEvent; typedef in namespace:ui |
/external/chromium_org/third_party/WebKit/Source/platform/ | ||
H A D | PlatformEvent.h | 31 class PlatformEvent { class in namespace:blink 95 PlatformEvent() function in class:blink::PlatformEvent 102 explicit PlatformEvent(Type type) function in class:blink::PlatformEvent 109 PlatformEvent(Type type, Modifiers modifiers, double timestamp) function in class:blink::PlatformEvent 116 PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) function in class:blink::PlatformEvent 132 // delete a PlatformEvent. 133 ~PlatformEvent() |
Completed in 93 milliseconds