Lines Matching refs:mSelectedDropAction
53 mSelectedDropAction(ACTION_NONE), in DropTarget()
151 mSelectedDropAction = dragOperation; in acceptDrag()
157 mSelectedDropAction = ACTION_NONE; in rejectDrag()
177 mSelectedDropAction = dropOperation; in acceptDrop()
183 mSelectedDropAction = ACTION_NONE; in rejectDrop()
192 mSelectedDropAction = ACTION_NONE; in dropComplete()
384 return OfficeToSystemDragActions( mSelectedDropAction); in dragEnter()
416 dragOp = OfficeToSystemDragActions(mSelectedDropAction); in dragOver()
433 mSelectedDropAction = ACTION_NONE; in dragLeave()
450 if (mSelectedDropAction != ACTION_NONE) { in drop()
471 dropOp = OfficeToSystemDragActions(mSelectedDropAction); in drop()
503 0, this, mSelectedDropAction, in renderComplete()