CFStringRef       100 Source/platform/fonts/mac/GlyphPageTreeNodeMac.cpp         RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, buffer, bufferLength, kCFAllocatorNull));
CFStringRef        85 Source/wtf/Assertions.cpp         CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8);
CFStringRef        91 Source/wtf/Assertions.cpp         CFStringRef str = CFStringCreateWithFormatAndArguments(NULL, NULL, cfFormat, args);
CFStringRef       152 Source/wtf/text/AtomicString.h     AtomicString(CFStringRef s) :  m_string(add(s)) { }
CFStringRef       155 Source/wtf/text/AtomicString.h     AtomicString(NSString* s) : m_string(add((CFStringRef)s)) { }
CFStringRef       191 Source/wtf/text/AtomicString.h     static PassRefPtr<StringImpl> add(CFStringRef);
CFStringRef        36 Source/wtf/text/AtomicStringCF.cpp PassRefPtr<StringImpl> AtomicString::add(CFStringRef string)
CFStringRef        32 Source/wtf/text/StringCF.cpp String::String(CFStringRef str)
CFStringRef        55 Source/wtf/text/StringCF.cpp RetainPtr<CFStringRef> String::createCFString() const
CFStringRef        36 Source/wtf/text/StringImpl.h typedef const struct __CFString * CFStringRef;
CFStringRef       403 Source/wtf/text/StringImpl.h     RetainPtr<CFStringRef> createCFString();
CFStringRef        49 Source/wtf/text/StringImplCF.cpp static CFStringRef copyDescription(const void*)
CFStringRef       127 Source/wtf/text/StringImplCF.cpp RetainPtr<CFStringRef> StringImpl::createCFString()
CFStringRef       142 Source/wtf/text/StringImplCF.cpp     CFStringRef string;
CFStringRef       386 Source/wtf/text/WTFString.h     String(CFStringRef);
CFStringRef       387 Source/wtf/text/WTFString.h     RetainPtr<CFStringRef> createCFString() const;
CFStringRef        66 Source/wtf/unicode/icu/CollatorICU.cpp     CFStringRef collationOrder = (CFStringRef)CFLocaleGetValue(currentLocale.get(), kCFLocaleCollatorIdentifier);