Home | History | Annotate | Download | only in WebView

Lines Matching full:nsnotificationcenter

954     [[NSNotificationCenter defaultCenter] removeObserver:self name:WKMouseMovedNotification() object:nil];
967 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
983 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
1217 [[NSNotificationCenter defaultCenter]
2934 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(mouseMovedNotification:)
2961 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
2984 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
3006 [[NSNotificationCenter defaultCenter] postNotificationName:_WebViewDidStartAcceleratedCompositingNotification object:webView userInfo:nil];
5668 [[NSNotificationCenter defaultCenter] postNotificationName:_WebViewDidStartAcceleratedCompositingNotification object:[self _webView] userInfo:nil];