Searched refs:framePos (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DDragController.h78 bool mayStartDragAtEventLocation(const Frame*, const IntPoint& framePos, Node*);
H A DDragController.cpp574 bool DragController::mayStartDragAtEventLocation(const Frame* frame, const IntPoint& framePos, Node* node) argument
582 HitTestResult mouseDownTarget = HitTestResult(framePos);
584 mouseDownTarget = frame->eventHandler()->hitTestResultAtPoint(framePos, true);

Completed in 21 milliseconds