Searched refs:performDragOperation (Results 1 – 4 of 4) sorted by relevance
134 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender137 return mDropTarget->performDragOperation();336 BOOL DropTarget::performDragOperation() in performDragOperation() function in DropTarget
77 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;136 virtual BOOL performDragOperation();
59 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender; in performDragOperation:()205 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender; in performDragOperation:()
399 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender401 return [mDraggingDestinationHandler performDragOperation: sender];1747 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender1749 return [mDraggingDestinationHandler performDragOperation: sender];
Completed in 97 milliseconds