Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DDragController.cpp523 HitTestResult mouseDownTarget = HitTestResult(framePos); in mayStartDragAtEventLocation() local
525 mouseDownTarget = frame->eventHandler()->hitTestResultAtPoint(framePos, true); in mayStartDragAtEventLocation()
527 if (mouseDownTarget.image() in mayStartDragAtEventLocation()
528 && !mouseDownTarget.absoluteImageURL().isEmpty() in mayStartDragAtEventLocation()
533 if (!mouseDownTarget.absoluteLinkURL().isEmpty() in mayStartDragAtEventLocation()
535 && mouseDownTarget.isLiveLink()) in mayStartDragAtEventLocation()
538 if (mouseDownTarget.isSelected() in mayStartDragAtEventLocation()