Home
last modified time | relevance | path

Searched refs:MousePressed (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h44 MousePressed, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp142 convertedType = PlatformEvent::MousePressed; in dispatchMouseEvent()
DInspectorController.cpp339 if (event.type() == PlatformEvent::MousePressed) { in handleMouseEvent()
DInspectorOverlay.cpp297 case PlatformEvent::MousePressed: in handleMouseEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp200 …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/
DPopupMenuTest.cpp241 PlatformMouseEvent mouseEvent(point, point, LeftButton, PlatformEvent::MousePressed, in simulateLeftMouseDownEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp111 m_type = PlatformEvent::MousePressed; in PlatformMouseEventBuilder()
562 case PlatformEvent::MousePressed: in WebMouseEventBuilder()
DPopupContainer.cpp294 …position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, /* clickCount … in handleGestureEvent()