Searched refs:MousePressed (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PlatformEvent.h | 44 MousePressed, enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorInputAgent.cpp | 142 convertedType = PlatformEvent::MousePressed; in dispatchMouseEvent()
|
D | InspectorController.cpp | 339 if (event.type() == PlatformEvent::MousePressed) { in handleMouseEvent()
|
D | InspectorOverlay.cpp | 297 case PlatformEvent::MousePressed: in handleMouseEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 200 …ASSERT(type == PlatformEvent::MouseMoved || type == PlatformEvent::MousePressed || type == Platfor… in SyntheticTouchPoint() 206 case PlatformEvent::MousePressed: in SyntheticTouchPoint() 227 case PlatformEvent::MousePressed: in SyntheticSingleTouchEvent() 2431 LeftButton, PlatformEvent::MousePressed, gestureEvent.tapCount(), in handleGestureTap() 2447 …DownEvent(adjustedPoint, gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, 1, in handleGestureLongPress() 2669 …Down(touchAdjustedPoint, gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, 1, in getSubFrameForGestureEvent() 2875 PlatformEvent::Type eventType = PlatformEvent::MousePressed; in sendContextMenuEventForKey() 2888 PlatformEvent::Type eventType = PlatformEvent::MousePressed; in sendContextMenuEventForGesture() 3802 …if (eventType != PlatformEvent::MouseMoved && eventType != PlatformEvent::MousePressed && eventTyp… in dispatchSyntheticTouchEventIfEnabled() 3838 case PlatformEvent::MousePressed: in handleMouseEventAsEmulatedGesture()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PopupMenuTest.cpp | 241 PlatformMouseEvent mouseEvent(point, point, LeftButton, PlatformEvent::MousePressed, in simulateLeftMouseDownEvent()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebInputEventConversion.cpp | 111 m_type = PlatformEvent::MousePressed; in PlatformMouseEventBuilder() 562 case PlatformEvent::MousePressed: in WebMouseEventBuilder()
|
D | PopupContainer.cpp | 294 …position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, /* clickCount … in handleGestureEvent()
|