HomeSort by relevance Sort by last modified time
    Searched defs:CFDictionaryRef (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.h 37 typedef const struct __CFDictionary * CFDictionaryRef;
40 typedef CFDictionaryRef (* QTCFDictonaryCreateFromDataCallback)(CFAllocatorRef, const UInt8*, CFIndex);
42 QTMOVIEWIN_API CFDictionaryRef QTCFDictionaryCreateCopyWithDataCallback(CFAllocatorRef, CFDictionaryRef, QTCFDictonaryCreateFromDataCallback);
QTMovieVisualContext.h 41 typedef const struct __CFDictionary* CFDictionaryRef;
QTPixelBuffer.h 41 typedef const struct __CFDictionary * CFDictionaryRef;
48 static CFDictionaryRef createPixelBufferAttributesDictionary(Type);
81 CFDictionaryRef attachments() const;
WKCAImageQueue.h 32 typedef const struct __CFDictionary * CFDictionaryRef;
75 uint64_t registerPixelBuffer(void *data, size_t data_size, size_t rowbytes, size_t width, size_t height, uint32_t pixel_format, CFDictionaryRef attachments, uint32_t flags);
  /external/clang/test/Analysis/
cfref_PR2519.c 18 typedef const struct __CFDictionary * CFDictionaryRef;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
system-header-simulator-objc.h 104 typedef const struct __CFDictionary * CFDictionaryRef;

Completed in 71 milliseconds