Searched refs:adoptCF (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp133 return adoptCF(CFStringCreateWithBytes(0, reinterpret_cast<const UInt8*>(characters8()), m_length, kCFStringEncodingISOLatin1, false));
134 return adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(characters16()), m_length));
150 return adoptCF(string);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DRetainPtr.h118 void adoptCF(PtrType);
200 adoptCF(o.leakRef());
206 adoptCF(o.leakRef());
211 template<typename T> inline void RetainPtr<T>::adoptCF(PtrType optr) function in class:WTF::RetainPtr
269 template<typename T> inline RetainPtr<T> adoptCF(T CF_RELEASES_ARGUMENT) WARN_UNUSED_RETURN;
270 template<typename T> inline RetainPtr<T> adoptCF(T o) function in namespace:WTF
304 using WTF::adoptCF;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
H A DFontPlatformDataCocoa.mm77 m_cgFont.adoptCF(cgFont);
137 m_cgFont.adoptCF(cgFont);
234 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_inMemoryFont->cgFont(), m_textSize, 0, cascadeToLastResortFontDescriptor()));
247 m_CTFont.adoptCF(CTFontCreateCopyWithAttributes(m_CTFont.get(), m_textSize, 0, fontDescriptor));
249 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_textSize, 0, cascadeToLastResortFontDescriptor()));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DComplexTextControllerCoreText.mm205 stringAttributes.adoptCF(CFDictionaryCreateMutableCopy(kCFAllocatorDefault, 0, fontData->getCFStringAttributes(m_font.fontDescription().typesettingFeatures(), fontData->platformData().orientation())));
235 line.adoptCF(CTTypesetterCreateLine(typesetter.get(), CFRangeMake(0, 0)));
239 line.adoptCF(CTLineCreateWithUniCharProvider(&provideStringAndAttributes, 0, &info));
H A DSimpleFontDataCoreText.cpp51 attributesDictionary.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 4, &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
H A DSimpleFontDataMac.mm123 m_derivedFontData->compositeFontReferences.adoptCF(CFDictionaryCreateMutable(kCFAllocatorDefault, 1, &kCFTypeDictionaryKeyCallBacks, NULL));

Completed in 1234 milliseconds