HomeSort by relevance Sort by last modified time
    Searched refs:CFNotificationCenterRef (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
cfref_PR2519.c 24 typedef struct __CFNotificationCenter * CFNotificationCenterRef;
25 extern CFNotificationCenterRef CFNotificationCenterGetDistributedCenter(void);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 58 static void myBundleDidLoad(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)
85 static void myApplicationWillFinishLaunching(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)
104 static void myApplicationWillTerminate(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo)
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 48 static void fontCacheRegisteredFontsChangedNotificationCallback(CFNotificationCenterRef, void* observer, CFStringRef name, const void *, CFDictionaryRef)

Completed in 502 milliseconds