Searched refs:notificationCenter (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCRemotePlayer.mm59 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
60 [notificationCenter removeObserver:self name:MBCWhiteMoveNotification object:nil];
61 [notificationCenter removeObserver:self name:MBCBlackMoveNotification object:nil];
62 [notificationCenter removeObserver:self name:MBCGameEndNotification object:nil];
63 [notificationCenter removeObserver:self name:MBCTakebackNotification object:nil];
77 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
81 [notificationCenter
88 [notificationCenter
95 [notificationCenter
100 [notificationCenter
[all...]
H A DMBCInteractivePlayer.mm273 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
274 [notificationCenter removeObserver:self name:MBCWhiteMoveNotification object:nil];
275 [notificationCenter removeObserver:self name:MBCBlackMoveNotification object:nil];
276 [notificationCenter removeObserver:self name:MBCIllegalMoveNotification object:nil];
277 [notificationCenter removeObserver:self name:MBCTakebackNotification object:nil];
278 [notificationCenter removeObserver:self name:MBCGameEndNotification object:nil];
305 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
308 [notificationCenter
313 [notificationCenter
320 [notificationCenter
[all...]
H A DMBCEngine.mm400 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
401 [notificationCenter removeObserver:self name:MBCUncheckedBlackMoveNotification object:nil];
402 [notificationCenter removeObserver:self name:MBCUncheckedWhiteMoveNotification object:nil];
403 [notificationCenter removeObserver:self name:MBCEndMoveNotification object:nil];
440 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
443 [notificationCenter
454 [notificationCenter
459 [notificationCenter
469 [notificationCenter
H A DMBCGameInfo.mm196 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
197 [notificationCenter removeObserver:self name:MBCEndMoveNotification object:nil];
198 [notificationCenter removeObserver:self name:MBCTakebackNotification object:nil];
199 [notificationCenter removeObserver:self name:MBCIllegalMoveNotification object:nil];
200 [notificationCenter removeObserver:self name:MBCGameEndNotification object:nil];
214 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
215 [notificationCenter
220 [notificationCenter
225 [notificationCenter
230 [notificationCenter
[all...]
H A DMBCBoardWin.mm70 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
73 [notificationCenter removeObserver:obj];
76 [notificationCenter removeObserver:self name:MBCWhiteMoveNotification object:nil];
77 [notificationCenter removeObserver:self name:MBCBlackMoveNotification object:nil];
78 [notificationCenter removeObserver:self name:MBCGameEndNotification object:nil];
79 [notificationCenter removeObserver:self name:MBCEndMoveNotification object:nil];
121 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
123 [notificationCenter
135 [notificationCenter
149 [notificationCenter
[all...]
H A DMBCBoard.mm351 NSNotificationCenter * notificationCenter = [NSNotificationCenter defaultCenter];
353 [notificationCenter removeObserver:obj];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py49 notificationCenter = workspace.notificationCenter() variable
51 notificationCenter.addObserver_selector_name_object_(
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A Dautoreadme.py49 notificationCenter = workspace.notificationCenter() variable
51 notificationCenter.addObserver_selector_name_object_(
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A Dautoreadme.py49 notificationCenter = workspace.notificationCenter() variable
51 notificationCenter.addObserver_selector_name_object_(
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py10 nCenter = IMService.notificationCenter()
21 nCenter = IMService.notificationCenter()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstantMessage/Examples/ABPresence/
H A DServiceWatcher.py10 nCenter = IMService.notificationCenter()
21 nCenter = IMService.notificationCenter()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstantMessage-2.5.1/Examples/ABPresence/
H A DServiceWatcher.py10 nCenter = IMService.notificationCenter()
21 nCenter = IMService.notificationCenter()
/macosx-10.10.1/WebKit-7600.1.25/mac/WebInspector/
H A DWebNodeHighlight.mm148 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
150 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewFrameDidChangeNotification object:v];
151 [notificationCenter addObserver:self selector:@selector(_repositionHighlightWindow) name:NSViewBoundsDidChangeNotification object:v];
185 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
186 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:nil];
187 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:nil];
/macosx-10.10.1/WebKit-7600.1.25/ios/Misc/
H A DWebUIKitSupport.mm131 CFNotificationCenterRef notificationCenter = CFNotificationCenterGetLocalCenter();
132 CFNotificationCenterAddObserver(notificationCenter, 0, applicationDidEnterBackground, (CFStringRef)didEnterBackgroundName, NULL, CFNotificationSuspensionBehaviorCoalesce);
133 CFNotificationCenterAddObserver(notificationCenter, 0, applicationWillEnterForeground, (CFStringRef)willEnterForegroundName, NULL, CFNotificationSuspensionBehaviorCoalesce);
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebBaseNetscapePluginView.mm339 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
340 [notificationCenter addObserver:self selector:@selector(windowWillClose:)
342 [notificationCenter addObserver:self selector:@selector(windowBecameKey:)
344 [notificationCenter addObserver:self selector:@selector(windowResignedKey:)
346 [notificationCenter addObserver:self selector:@selector(windowDidMiniaturize:)
348 [notificationCenter addObserver:self selector:@selector(windowDidDeminiaturize:)
351 [notificationCenter addObserver:self selector:@selector(loginWindowDidSwitchFromUser:)
353 [notificationCenter addObserver:self selector:@selector(loginWindowDidSwitchToUser:)
359 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
360 [notificationCenter removeObserve
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.mm324 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
325 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:)
327 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:)
339 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
340 [notificationCenter removeObserver:self name:NSWindowDidMoveNotification object:nil];
341 [notificationCenter removeObserver:self name:NSWindowDidResizeNotification object:nil];
/macosx-10.10.1/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.m240 NSUserNotificationCenter *notificationCenter = appropriateNotificationCenter();
241 NSLog(@"Checking validity of %lu notes", (unsigned long)notificationCenter.deliveredNotifications.count);
242 for (NSUserNotification *note in notificationCenter.deliveredNotifications) {
245 [notificationCenter removeDeliveredNotification:note];
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm483 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
484 [notificationCenter addObserver:self
489 [notificationCenter addObserver:self
494 [notificationCenter addObserver:self
499 [notificationCenter addObserver:self
504 [notificationCenter addObserver:self
518 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
519 [notificationCenter removeObserver:self
522 [notificationCenter removeObserver:self
525 [notificationCenter removeObserve
[all...]
H A DWebHTMLView.mm1026 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
1027 [notificationCenter removeObserver:self name:NSViewFrameDidChangeNotification object:superview];
1028 [notificationCenter removeObserver:self name:NSViewBoundsDidChangeNotification object:superview];
1042 NSNotificationCenter *notificationCenter = [NSNotificationCenter defaultCenter];
1043 [notificationCenter removeObserver:self name:NSWindowDidBecomeKeyNotification object:nil];
1044 [notificationCenter removeObserver:self name:NSWindowDidResignKeyNotification object:nil];
1045 [notificationCenter removeObserver:self name:WKWindowWillOrderOnScreenNotification() object:window];
1046 [notificationCenter removeObserver:self name:WKWindowWillOrderOffScreenNotification() object:window];
1047 [notificationCenter removeObserver:self name:NSWindowWillCloseNotification object:window];
3101 NSNotificationCenter *notificationCenter
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm310 NSNotificationCenter* workspaceNotificationCenter = [[NSWorkspace sharedWorkspace] notificationCenter];
3523 NSNotificationCenter* workspaceNotificationCenter = [[NSWorkspace sharedWorkspace] notificationCenter];

Completed in 314 milliseconds