Searched refs:mouseDownEvent (Results 1 – 4 of 4) sorted by relevance
722 WebMouseEvent mouseDownEvent; in TEST_F() local723 mouseDownEvent.type = WebInputEvent::MouseDown; in TEST_F()724 mouseDownEvent.x = 10; in TEST_F()725 mouseDownEvent.y = 10; in TEST_F()726 mouseDownEvent.windowX = 10; in TEST_F()727 mouseDownEvent.windowY = 10; in TEST_F()728 mouseDownEvent.globalX = 110; in TEST_F()729 mouseDownEvent.globalY = 210; in TEST_F()730 mouseDownEvent.clickCount = 1; in TEST_F()731 mouseDownEvent.button = WebMouseEvent::ButtonRight; in TEST_F()[all …]
31 - (BOOL)dragShouldBeginFromMouseDown:(NSEvent*)mouseDownEvent33 - (BOOL)dragShouldBeginFromMouseDown:(NSEvent*)mouseDownEvent162 - (BOOL)dragShouldBeginFromMouseDown:(NSEvent*)mouseDownEvent164 return [self dragShouldBeginFromMouseDown:mouseDownEvent174 - (BOOL)dragShouldBeginFromMouseDown:(NSEvent*)mouseDownEvent178 if ([mouseDownEvent type] != NSLeftMouseDown) {198 [mouseDownEvent locationInWindow].x;200 [mouseDownEvent locationInWindow].y;
413 var mouseDownEvent = new MouseEvent('mousedown', {bubbles: true, detail: 1});415 contentWindow, targetQuery, mouseDownEvent, opt_iframeQuery);
2255 …PlatformMouseEvent mouseDownEvent(adjustedPoint, gestureEvent.globalPosition(), LeftButton, Platfo… in handleGestureLongPress() local2257 m_mouseDown = mouseDownEvent; in handleGestureLongPress()