Searched refs:fakeMouseDown (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | test_util.js | 296 if (!(test.util.sync.fakeMouseDown(contentWindow, driveQuery) && 308 callback(test.util.sync.fakeMouseDown(contentWindow, query) && 486 test.util.sync.fakeMouseDown = function( function
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupContainer.cpp | 313 …PlatformMouseEvent fakeMouseDown(gestureEvent.position(), gestureEvent.globalPosition(), LeftButto… in handleGestureEvent() local 316 handleMouseDownEvent(fakeMouseDown); in handleGestureEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | EventHandler.cpp | 2253 PlatformMouseEvent fakeMouseDown(gestureEvent.position(), gestureEvent.globalPosition(), in handleGestureTap() local 2256 …entTypeNames::mousedown, currentHitTest.innerNode(), gestureEvent.tapCount(), fakeMouseDown, true); in handleGestureTap() 2258 swallowMouseDownEvent = handleMouseFocus(fakeMouseDown); in handleGestureTap() 2260 …swallowMouseDownEvent = handleMousePressEvent(MouseEventWithHitTestResults(fakeMouseDown, currentH… in handleGestureTap()
|