Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DDragController.cpp505 HitTestResult mouseDownTarget = HitTestResult(framePos); in mayStartDragAtEventLocation() local
507 mouseDownTarget = frame->eventHandler()->hitTestResultAtPoint(framePos, true); in mayStartDragAtEventLocation()
509 if (mouseDownTarget.image() in mayStartDragAtEventLocation()
510 && !mouseDownTarget.absoluteImageURL().isEmpty() in mayStartDragAtEventLocation()
515 if (!mouseDownTarget.absoluteLinkURL().isEmpty() in mayStartDragAtEventLocation()
517 && mouseDownTarget.isLiveLink()) in mayStartDragAtEventLocation()
520 if (mouseDownTarget.isSelected() in mayStartDragAtEventLocation()