AdoptCF            36 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     : m_cgFont(AdoptCF, cgFont)
AdoptCF            60 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     RetainPtr<CFDataRef> bufferData(AdoptCF, CFDataCreate(0, reinterpret_cast<const UInt8*>(buffer->data()), buffer->size()));
AdoptCF            61 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(bufferData.get()));
AdoptCF            62 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     RetainPtr<CGFontRef> cgFontRef(AdoptCF, CGFontCreateWithDataProvider(dataProvider.get()));
AdoptCF           100 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, buffer, bufferLength, kCFAllocatorNull));
AdoptCF           101 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(0, fontData->hasVerticalGlyphs() ? Vertical : Horizontal)));
AdoptCF           102 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CTLineRef> line(AdoptCF, CTLineCreateWithAttributedString(attributedString.get()));
AdoptCF           117 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CGFontRef> cgFont(AdoptCF, CTFontCopyGraphicsFont(fontData->platformData().ctFont(), 0));
AdoptCF           127 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp             RetainPtr<CGFontRef> runCGFont(AdoptCF, CTFontCopyGraphicsFont(runFont, 0));
AdoptCF           181 Source/platform/image-decoders/ImageDecoder.h             RetainPtr<CGColorSpaceRef> monitorColorSpace(AdoptCF, CGDisplayCopyColorSpace(CGMainDisplayID()));
AdoptCF           272 Source/wtf/RetainPtr.h         return RetainPtr<T>(AdoptCF, o);
AdoptCF           302 Source/wtf/RetainPtr.h using WTF::AdoptCF;
AdoptCF            65 Source/wtf/unicode/icu/CollatorICU.cpp     RetainPtr<CFLocaleRef> currentLocale(AdoptCF, CFLocaleCopyCurrent());