Lines Matching refs:sender
48 -(void)dockMenuItemTriggered: (id)sender;
55 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
56 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
57 -(void)draggingExited:(id <NSDraggingInfo>)sender;
58 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
59 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
60 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender;
201 -(NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender;
202 -(NSDragOperation)draggingUpdated:(id <NSDraggingInfo>)sender;
203 -(void)draggingExited:(id <NSDraggingInfo>)sender;
204 -(BOOL)prepareForDragOperation:(id <NSDraggingInfo>)sender;
205 -(BOOL)performDragOperation:(id <NSDraggingInfo>)sender;
206 -(void)concludeDragOperation:(id <NSDraggingInfo>)sender;