Home
last modified time | relevance | path

Searched defs:PlatformEvent (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h95 PlatformEvent() in PlatformEvent() function
102 explicit PlatformEvent(Type type) in PlatformEvent() function
109 PlatformEvent(Type type, Modifiers modifiers, double timestamp) in PlatformEvent() function
116PlatformEvent(Type type, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp) in PlatformEvent() function
/external/chromium_org/ui/events/platform/
Dplatform_event_types.h11 typedef base::NativeEvent PlatformEvent; typedef
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h56 class PlatformEvent; variable