Searched refs:RetainPtr (Results 26 - 50 of 447) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/Shared/cg/
H A DShareableBitmapCG.cpp31 #include <wtf/RetainPtr.h>
51 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB());
54 RetainPtr<CGContextRef> bitmapContext = adoptCF(CGBitmapContextCreateWithData(data(),
75 RetainPtr<CGImageRef> ShareableBitmap::makeCGImageCopy()
78 RetainPtr<CGImageRef> image = adoptCF(CGBitmapContextCreateImage(graphicsContext->platformContext()));
82 RetainPtr<CGImageRef> ShareableBitmap::makeCGImage()
85 RetainPtr<CGDataProvider> dataProvider = adoptCF(CGDataProviderCreateWithData(this, data(), sizeInBytes(), releaseDataProviderData));
89 RetainPtr<CGImageRef> ShareableBitmap::createCGImage(CGDataProviderRef dataProvider) const
93 RetainPtr<CGColorSpaceRef> colorSpace = adoptCF(CGColorSpaceCreateDeviceRGB());
94 RetainPtr<CGImageRe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DLayerFlushScheduler.h33 #include <wtf/RetainPtr.h>
56 RetainPtr<CFRunLoopObserverRef> m_runLoopObserver;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DSocketStreamHandle.h37 #include <wtf/RetainPtr.h>
67 RetainPtr<CFRunLoopSourceRef> m_pacRunLoopSource;
104 RetainPtr<CFStringRef> m_proxyHost;
105 RetainPtr<CFNumberRef> m_proxyPort;
107 RetainPtr<CFHTTPMessageRef> m_proxyResponseMessage;
109 RetainPtr<CFReadStreamRef> m_readStream;
110 RetainPtr<CFWriteStreamRef> m_writeStream;
112 RetainPtr<CFURLRef> m_httpsURL; // ws(s): replaced with https:
H A DDNSCFNet.cpp36 #include <wtf/RetainPtr.h>
54 RetainPtr<CFDictionaryRef> proxySettings = adoptCF(CFNetworkCopySystemProxySettings());
58 RetainPtr<CFURLRef> httpCFURL = KURL(ParsedURLString, "http://example.com/").createCFURL();
59 RetainPtr<CFURLRef> httpsCFURL = KURL(ParsedURLString, "https://example.com/").createCFURL();
61 RetainPtr<CFArrayRef> httpProxyArray = adoptCF(CFNetworkCopyProxiesForURL(httpCFURL.get(), proxySettings.get()));
62 RetainPtr<CFArrayRef> httpsProxyArray = adoptCF(CFNetworkCopyProxiesForURL(httpsCFURL.get(), proxySettings.get()));
84 RetainPtr<CFHostRef> host = adoptCF(CFHostCreateWithName(0, hostname.createCFString().get()));
H A DResourceError.h31 #include <wtf/RetainPtr.h>
90 mutable RetainPtr<CFErrorRef> m_platformError;
92 mutable RetainPtr<NSError> m_platformNSError;
95 RetainPtr<CFDataRef> m_certificate;
98 mutable RetainPtr<NSError> m_platformError;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DLocaleMac.h36 #include <wtf/RetainPtr.h>
71 RetainPtr<NSDateFormatter> shortDateFormatter();
74 RetainPtr<NSLocale> m_locale;
75 RetainPtr<NSCalendar> m_gregorianCalendar;
78 RetainPtr<NSDateFormatter> timeFormatter();
79 RetainPtr<NSDateFormatter> shortTimeFormatter();
80 RetainPtr<NSDateFormatter> dateTimeFormatterWithSeconds();
81 RetainPtr<NSDateFormatter> dateTimeFormatterWithoutSeconds();
H A DStringImplMac.mm25 #import <wtf/RetainPtr.h>
H A DTextBreakIteratorInternalICUMac.mm24 #include <wtf/RetainPtr.h>
30 static inline RetainPtr<CFStringRef> textBreakLocalePreference()
32 RetainPtr<CFPropertyListRef> locale = adoptCF(CFPreferencesCopyValue(CFSTR("AppleTextBreakLocale"),
39 static RetainPtr<CFStringRef> topLanguagePreference()
52 static RetainPtr<CFStringRef> canonicalLanguageIdentifier(CFStringRef locale)
56 RetainPtr<CFStringRef> canonicalLocale = adoptCF(CFLocaleCreateCanonicalLanguageIdentifierFromString(kCFAllocatorDefault, locale));
90 RetainPtr<CFStringRef> locale = textBreakLocalePreference();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebCachedFramePlatformData.h31 #import <wtf/RetainPtr.h>
41 RetainPtr<id> m_webDocumentView;
H A DCorrectionPanel.h31 #import <wtf/RetainPtr.h>
53 RetainPtr<WebView> m_view;
54 RetainPtr<NSString> m_resultForDismissal;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DDictionaryPopupInfo.h32 #include <wtf/RetainPtr.h>
48 RetainPtr<CFDictionaryRef> options;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DObjCObjectGraph.h30 #include <wtf/RetainPtr.h>
49 RetainPtr<id> m_rootObject;
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/mac/
H A DScrollingTreeScrollingNodeMac.h33 #include <wtf/RetainPtr.h>
82 RetainPtr<CFRunLoopTimerRef> m_snapRubberbandTimer;
84 RetainPtr<CALayer> m_scrollLayer;
85 RetainPtr<CALayer> m_counterScrollingLayer;
86 RetainPtr<CALayer> m_headerLayer;
87 RetainPtr<CALayer> m_footerLayer;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWKFullScreenWindowController.h29 #import <wtf/RetainPtr.h>
51 RetainPtr<WebCoreFullScreenPlaceholderView> _webViewPlaceholder;
52 RetainPtr<WebWindowScaleAnimation> _scaleAnimation;
53 RetainPtr<WebWindowFadeAnimation> _fadeAnimation;
54 RetainPtr<NSWindow> _backgroundWindow;
57 RetainPtr<NSTimer> _watchdogTimer;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DNetworkStateNotifierMac.cpp41 RetainPtr<CFStringRef> str = adoptCF(SCDynamicStoreKeyCreateNetworkInterface(0, kSCDynamicStoreDomainState));
43 RetainPtr<CFPropertyListRef> propertyList = adoptCF(SCDynamicStoreCopyValue(m_store.get(), str.get()));
64 RetainPtr<CFStringRef> key = adoptCF(SCDynamicStoreKeyCreateNetworkInterfaceEntity(0, kSCDynamicStoreDomainState, interface, kSCEntNetIPv4));
66 RetainPtr<CFArrayRef> keyList = adoptCF(SCDynamicStoreCopyKeyList(m_store.get(), key.get()));
108 RetainPtr<CFRunLoopSourceRef> configSource = adoptCF(SCDynamicStoreCreateRunLoopSource(0, m_store.get(), 0));
114 RetainPtr<CFMutableArrayRef> keys = adoptCF(CFArrayCreateMutable(0, 0, &kCFTypeArrayCallBacks));
115 RetainPtr<CFMutableArrayRef> patterns = adoptCF(CFArrayCreateMutable(0, 0, &kCFTypeArrayCallBacks));
117 RetainPtr<CFStringRef> key;
118 RetainPtr<CFStringRef> pattern;
H A DUTIUtilities.mm47 RetainPtr<CFStringRef> mimeTypeFromUTITree(CFStringRef uti)
50 RetainPtr<CFStringRef> mimeType = adoptCF(UTTypeCopyPreferredTagWithClass(uti, kUTTagClassMIMEType));
55 RetainPtr<CFDictionaryRef> decl = adoptCF(UTTypeCopyDeclaration(uti));
74 if (RetainPtr<CFStringRef> mimeType = mimeTypeFromUTITree((CFStringRef)object))
82 RetainPtr<CFStringRef> UTIFromMIMEType(CFStringRef mime)
84 RetainPtr<CFStringRef> uti = adoptCF(UTTypeCreatePreferredIdentifierForTag(kUTTagClassMIMEType, mime, 0));
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DNetscapePluginHostProxy.h33 #include <wtf/RetainPtr.h>
92 RetainPtr<CFRunLoopSourceRef> m_clientPortSource;
94 RetainPtr<CFMachPortRef> m_deadNameNotificationPort;
96 RetainPtr<id> m_activationObserver;
97 RetainPtr<WebPlaceholderModalWindow *> m_placeholderWindow;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebFullScreenController.h31 #import <wtf/RetainPtr.h>
47 RetainPtr<NSView> _webViewPlaceholder;
48 RetainPtr<WebWindowScaleAnimation> _scaleAnimation;
49 RetainPtr<WebWindowFadeAnimation> _fadeAnimation;
50 RetainPtr<NSWindow> _backgroundWindow;
H A DWebDocumentLoaderMac.h30 #import <wtf/RetainPtr.h>
65 RetainPtr<id> m_resourceLoadDelegate;
66 RetainPtr<id> m_downloadDelegate;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.h74 RetainPtr<AVPlayerItem> playerItem() const { return m_avPlayerItem; }
90 static RetainPtr<AVAssetResourceLoadingRequest> takeRequestForPlayerAndKeyURI(MediaPlayer*, const String&);
159 RetainPtr<CGImageRef> createImageForTimeInRect(float, const IntRect&);
164 RetainPtr<CVPixelBufferRef> createPixelBuffer();
190 RetainPtr<AVURLAsset> m_avAsset;
191 RetainPtr<AVPlayer> m_avPlayer;
192 RetainPtr<AVPlayerItem> m_avPlayerItem;
193 RetainPtr<AVPlayerLayer> m_videoLayer;
194 RetainPtr<WebCoreAVFMovieObserver> m_objcObserver;
195 RetainPtr<i
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingThread.h37 #include <wtf/RetainPtr.h>
81 RetainPtr<CFRunLoopRef> m_threadRunLoop;
82 RetainPtr<CFRunLoopSourceRef> m_threadRunLoopSource;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DFileSystemCF.cpp32 #include <wtf/RetainPtr.h>
40 RetainPtr<CFStringRef> cfString = path.createCFString();
57 RetainPtr<CFURLRef> pathAsURL(const String& path)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageBufferDataCG.h30 #include <wtf/RetainPtr.h>
52 RetainPtr<CGDataProviderRef> m_dataProvider;
56 RetainPtr<IOSurfaceRef> m_surface;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DLocalizedStringsMac.cpp32 #include <wtf/RetainPtr.h>
47 RetainPtr<CFStringRef> keyString = adoptCF(CFStringCreateWithCStringNoCopy(0, key, kCFStringEncodingUTF8, kCFAllocatorNull));
49 RetainPtr<CFStringRef> result;
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DLocalizedStringsWin.cpp39 #include <wtf/RetainPtr.h>
51 RetainPtr<CFStringRef> keyString = adoptCF(CFStringCreateWithCStringNoCopy(NULL, key, kCFStringEncodingUTF8, kCFAllocatorNull));
52 RetainPtr<CFStringRef> result = adoptCF(CFCopyLocalizedStringWithDefaultValue(keyString.get(), 0, webKitBundle(), notFound, 0));

Completed in 123 milliseconds

1234567891011>>