Lines Matching refs:mSelectedDropAction
52 mSelectedDropAction(ACTION_NONE), in DropTarget()
150 mSelectedDropAction = dragOperation; in acceptDrag()
156 mSelectedDropAction = ACTION_NONE; in rejectDrag()
176 mSelectedDropAction = dropOperation; in acceptDrop()
182 mSelectedDropAction = ACTION_NONE; in rejectDrop()
191 mSelectedDropAction = ACTION_NONE; in dropComplete()
383 return OfficeToSystemDragActions( mSelectedDropAction); in dragEnter()
415 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in dragOver()
432 mSelectedDropAction = ACTION_NONE; in dragLeave()
449 if (mSelectedDropAction != ACTION_NONE) { in drop()
470 dropOp = OfficeToSystemDragActions(mSelectedDropAction); in drop()
502 0, this, mSelectedDropAction, in renderComplete()