Searched refs:startedDrag (Results 1 – 2 of 2) sorted by relevance
705 bool startedDrag = true; // optimism - we almost always manage to start the drag in startDrag() local780 startedDrag = false; in startDrag()785 return startedDrag; in startDrag()
2819 …bool startedDrag = dragController && dragController->startDrag(m_frame, dragState().m_dragClipboar… in handleDrag() local2820 if (!startedDrag && dragState().m_dragSrcMayBeDHTML) { in handleDrag()