Home
last modified time | relevance | path

Searched refs:MouseReleased (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformEvent.h45 MouseReleased, enumerator
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp144 convertedType = PlatformEvent::MouseReleased; in dispatchMouseEvent()
DInspectorOverlay.cpp300 case PlatformEvent::MouseReleased: in handleMouseEvent()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp200 …mEvent::MouseMoved || type == PlatformEvent::MousePressed || type == PlatformEvent::MouseReleased); in SyntheticTouchPoint()
209 case PlatformEvent::MouseReleased: in SyntheticTouchPoint()
230 case PlatformEvent::MouseReleased: in SyntheticSingleTouchEvent()
1725 if (mouseEvent.type() != PlatformEvent::MouseReleased) in handlePasteGlobalSelection()
2436 LeftButton, PlatformEvent::MouseReleased, gestureEvent.tapCount(), in handleGestureTap()
2873 PlatformEvent::Type eventType = PlatformEvent::MouseReleased; in sendContextMenuEventForKey()
2886 PlatformEvent::Type eventType = PlatformEvent::MouseReleased; in sendContextMenuEventForGesture()
3802 …ouseMoved && eventType != PlatformEvent::MousePressed && eventType != PlatformEvent::MouseReleased) in dispatchSyntheticTouchEventIfEnabled()
3858 case PlatformEvent::MouseReleased: in handleMouseEventAsEmulatedGesture()
3878 case PlatformEvent::MouseReleased: in handleMouseEventAsEmulatedGesture()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DPopupMenuTest.cpp247 PlatformMouseEvent mouseEvent(point, point, LeftButton, PlatformEvent::MouseReleased, in simulateLeftMouseUpEvent()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp115 m_type = PlatformEvent::MouseReleased; in PlatformMouseEventBuilder()
565 case PlatformEvent::MouseReleased: in WebMouseEventBuilder()
DPopupContainer.cpp295 …position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MouseReleased, /* clickCount… in handleGestureEvent()