/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 501 RetainPtr<CGImageSourceRef> imageRef(AdoptCF, CGImageSourceCreateWithData((CFDataRef)[core([self webFrame])->nodeImage(element) TIFFRepresentation], 0)); 938 RetainPtr<CFDictionaryRef> systemProxies(AdoptCF, CFNetworkCopySystemProxySettings()); 942 RetainPtr<CFArrayRef> proxiesForURL(AdoptCF, CFNetworkCopyProxiesForURL((CFURLRef)url, systemProxies.get()));
|
WebNetscapePluginEventHandlerCocoa.mm | 289 RetainPtr<CFStringRef> text(AdoptCF, CFStringCreateWithCharacters(0, characters.data(), length));
|
/external/webkit/WebCore/platform/graphics/win/ |
WKCACFLayer.cpp | 191 : m_layer(AdoptCF, CACFLayerCreate(toCACFLayerType(type))) 501 RetainPtr<CFArrayRef> layersArray(AdoptCF, CFArrayCreate(0, layers.data(), layers.size(), 0));
|
FontCGWin.cpp | 246 RetainPtr<CGPathRef> glyphPath(AdoptCF, createPathForGlyph(hdc, glyphBuffer.glyphAt(from + i)));
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostManager.mm | 120 RetainPtr<CFStringRef> localization(AdoptCF, WKCopyCFLocalizationPreferredName(NULL));
|
NetscapePluginInstanceProxy.mm | 395 RetainPtr<CGDataProvider> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(reply->m_result.get())); 396 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB()); 397 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaFirst, dataProvider.get(), 0, false, kCGRenderingIntentDefault)); 416 RetainPtr<CFStringRef> status(AdoptCF, CFStringCreateWithCString(NULL, message, kCFStringEncodingUTF8)); 437 RetainPtr<CFStringRef> bufString(AdoptCF, CFStringCreateWithCString(kCFAllocatorDefault, postData, kCFStringEncodingWindowsLatin1)); [all...] |
NetscapePluginHostProxy.mm | 107 m_deadNameNotificationPort.adoptCF(CFMachPortCreate(0, deadNameNotificationCallback, &context, 0)); 114 RetainPtr<CFRunLoopSourceRef> deathPortSource(AdoptCF, CFMachPortCreateRunLoopSource(0, m_deadNameNotificationPort.get(), 0)); 123 m_clientPortSource.adoptCF(WKCreateMIGServerSource((mig_subsystem_t)&WKWebKitPluginClient_subsystem, m_clientPort)); 493 RetainPtr<CFDataRef> result(AdoptCF, CFDataCreate(0, reinterpret_cast<UInt8*>(resultData), resultLength)); [all...] |
/external/webkit/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | [all...] |
/external/webkit/WebCore/plugins/mac/ |
PluginViewMac.cpp | 672 WTF::RetainPtr<CFStringRef> cfText(WTF::AdoptCF, text.createCFString());
|
/external/webkit/WebKit/win/ |
WebView.cpp | 422 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache()); 423 RetainPtr<CFStringRef> cfurlCacheDirectory(AdoptCF, wkCopyFoundationCacheDirectory()); 425 cfurlCacheDirectory.adoptCF(WebCore::localUserSpecificStorageDirectory().createCFString()); [all...] |
/external/webkit/WebCore/platform/network/curl/ |
ResourceHandleManager.cpp | 70 RetainPtr<CFURLRef> certURLRef(AdoptCF, CFBundleCopyResourceURL(webKitBundle, CFSTR("cacert"), CFSTR("pem"), CFSTR("certificates")));
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
DumpRenderTree.cpp | [all...] |