Lines Matching refs:selector
136 _pdfView = [_pdfPreviewView.get() performSelector:@selector(pdfView)];
197 [self performSelector:@selector(_updatePreferences:) withObject:nil afterDelay:0];
272 [notificationCenter addObserver:self selector:@selector(_scaleOrDisplayModeOrPageChanged:) name:_webkit_PDFViewScaleChangedNotification object:_pdfView];
273 [notificationCenter addObserver:self selector:@selector(_scaleOrDisplayModeOrPageChanged:) name:_webkit_PDFViewDisplayModeChangedNotification object:_pdfView];
274 [notificationCenter addObserver:self selector:@selector(_scaleOrDisplayModeOrPageChanged:) name:_webkit_PDFViewPageChangedNotification object:_pdfView];
309 if ([item action] != @selector(copy:))
324 item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""];
340 if (action == @selector(_openWithFinder:))