Home | History | Annotate | Download | only in WebView

Lines Matching refs:selector

226     [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:self];
236 _timelineUpdateTimer = [[NSTimer timerWithTimeInterval:0.25 target:self selector:@selector(updateTime) userInfo:nil repeats:YES] retain];
246 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(unscheduleTimeUpdate) object:nil];
267 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil];
269 [self performSelector:@selector(fadeWindowOut) withObject:nil afterDelay:HUDWindowFadeOutDelay];
280 [self performSelector:@selector(unscheduleTimeUpdate) withObject:nil afterDelay:1];
285 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil];
379 [_playButton setAction:@selector(togglePlaying:)];
384 [exitFullscreenButton setAction:@selector(exitFullscreen:)];
394 [volumeDownButton setAction:@selector(setVolumeToZero:)];
401 [_volumeSlider setAction:@selector(volumeChanged:)];
407 [volumeUpButton setAction:@selector(setVolumeToMaximum:)];
417 [_timeline setAction:@selector(timelinePositionChanged:)];
467 [[NSRunLoop currentRunLoop] performSelector:@selector(endScrubbing) target:self argument:nil order:0 modes:endScrubbingModes];
558 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(fadeWindowOut) object:nil];
559 [self performSelector:@selector(fadeWindowOut) withObject:nil afterDelay:HUDWindowFadeOutDelay];