Home | History | Annotate | Download | only in mac

Lines Matching refs:leapForward

129             || aSelector == @selector(leapForward:)
164 if (aSelector == @selector(leapForward:))
165 return @"leapForward";
201 - (void)leapForward:(int)milliseconds
204 NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[EventSendingController instanceMethodSignatureForSelector:@selector(leapForward:)]];
206 [invocation setSelector:@selector(leapForward:)];