Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DDragController.cpp705 bool startedDrag = true; // optimism - we almost always manage to start the drag in startDrag() local
780 startedDrag = false; in startDrag()
785 return startedDrag; in startDrag()
DEventHandler.cpp2819 …bool startedDrag = dragController && dragController->startDrag(m_frame, dragState().m_dragClipboar… in handleDrag() local
2820 if (!startedDrag && dragState().m_dragSrcMayBeDHTML) { in handleDrag()