Searched defs:PlatformMouseEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h39 class PlatformMouseEvent;
78 virtual void dispatchMouseEvent(const PlatformMouseEvent&) { } argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPlatformMouseEvent.h37 class PlatformMouseEvent : public PlatformEvent { class in namespace:blink
46 PlatformMouseEvent() function in class:blink::PlatformMouseEvent
55 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp) function in class:blink::PlatformMouseEvent
66 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp) function in class:blink::PlatformMouseEvent
77 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, SyntheticEventType synthesized, double timestamp) function in class:blink::PlatformMouseEvent
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.h36 class PlatformMouseEvent;
86 virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&);
87 virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient*, const PlatformMouseEvent&);
88 virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } argument

Completed in 155 milliseconds