Home
last modified time | relevance | path

Searched refs:performDragOperation (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx134 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender
137 return mDropTarget->performDragOperation();
336 BOOL DropTarget::performDragOperation() in performDragOperation() function in DropTarget
H A DDropTarget.hxx77 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
136 virtual BOOL performDragOperation();
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h59 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender; in performDragOperation:()
205 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender; in performDragOperation:()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm399 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender
401 return [mDraggingDestinationHandler performDragOperation: sender];
1747 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender
1749 return [mDraggingDestinationHandler performDragOperation: sender];

Completed in 30 milliseconds