Lines Matching refs:delegate
49 // to receive delegation messages. To do this, they may have to retain the delegate.
53 delegate = _delegate;
55 - (id) delegate { method
56 return delegate;
107 [delegate remoteButton:event pressedDown: YES clickCount: 1];
128 [delegate remoteButton:event pressedDown: YES clickCount:finalClickCount];
131 [delegate remoteButton:event pressedDown: NO clickCount:finalClickCount];
136 if (!delegate) return;
157 [delegate remoteButton:event pressedDown: pressedDown clickCount:1];
182 [delegate remoteButton:event pressedDown: YES clickCount:1];
208 [delegate remoteButton:event pressedDown: pressedDown clickCount:1];