Searched refs:RetainPtr (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DUTIUtilities.h29 #import <wtf/RetainPtr.h>
32 RetainPtr<CFStringRef> mimeTypeFromUTITree(CFStringRef uti);
33 RetainPtr<CFStringRef> UTIFromMIMEType(CFStringRef mime);
H A DWebCoreResourceHandleAsOperationQueueDelegate.h32 #include <wtf/RetainPtr.h>
43 RetainPtr<NSURLRequest> m_requestResult;
44 RetainPtr<NSCachedURLResponse> m_cachedResponseResult;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/win/
H A DCertificateCFWin.h30 #include <wtf/RetainPtr.h>
34 RetainPtr<CFDataRef> copyCertificateToData(PCCERT_CONTEXT);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cf/
H A DKeyedCodingValueCF.h30 #include <wtf/RetainPtr.h>
34 RetainPtr<CFTypeRef> toCFType(const KeyedCodingValue&);
H A DArgumentCodersCF.h29 #include <wtf/RetainPtr.h>
43 bool decode(ArgumentDecoder&, RetainPtr<CFArrayRef>& result);
47 bool decode(ArgumentDecoder&, RetainPtr<CFBooleanRef>& result);
51 bool decode(ArgumentDecoder&, RetainPtr<CFDataRef>& result);
55 bool decode(ArgumentDecoder&, RetainPtr<CFDateRef>& result);
59 bool decode(ArgumentDecoder&, RetainPtr<CFDictionaryRef>& result);
63 bool decode(ArgumentDecoder&, RetainPtr<CFNumberRef>& result);
67 bool decode(ArgumentDecoder&, RetainPtr<CFStringRef>& result);
71 bool decode(ArgumentDecoder&, RetainPtr<CFTypeRef>& result);
75 bool decode(ArgumentDecoder&, RetainPtr<CFURLRe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.h31 #include <wtf/RetainPtr.h>
34 RetainPtr<NSTextField> _textField;
H A DWebCoreFullScreenPlaceholderView.h29 #import <wtf/RetainPtr.h>
32 RetainPtr<NSView> _exitWarning;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/cf/
H A DHyphenationCF.cpp34 #include <wtf/RetainPtr.h>
39 RetainPtr<CFLocaleRef> AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >::createValueForNullKey()
41 RetainPtr<CFLocaleRef> locale = adoptCF(CFLocaleCopyCurrent());
47 RetainPtr<CFLocaleRef> AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >::createValueForKey(const AtomicString& localeIdentifier)
49 RetainPtr<CFLocaleRef> locale = adoptCF(CFLocaleCreate(kCFAllocatorDefault, localeIdentifier.string().createCFString().get()));
54 static AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >& cfLocaleCache()
56 DEFINE_STATIC_LOCAL(AtomicStringKeyedMRUCache<RetainPtr<CFLocaleRef> >, cache, ());
67 RetainPtr<CFStringRe
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DArgumentCodersMac.h29 #include <wtf/RetainPtr.h>
38 bool decode(ArgumentDecoder&, RetainPtr<id>&);
42 bool decode(ArgumentDecoder&, RetainPtr<NSAttributedString>&);
47 bool decode(ArgumentDecoder&, RetainPtr<NSColor>&);
52 bool decode(ArgumentDecoder&, RetainPtr<NSDictionary>&);
56 bool decode(ArgumentDecoder&, RetainPtr<NSArray>&);
61 bool decode(ArgumentDecoder&, RetainPtr<NSFont>&);
66 bool decode(ArgumentDecoder&, RetainPtr<NSNumber>&);
70 bool decode(ArgumentDecoder&, RetainPtr<NSString>&);
74 bool decode(ArgumentDecoder&, RetainPtr<NSDat
[all...]
H A DSecItemResponseData.h29 #include <wtf/RetainPtr.h>
46 RetainPtr<CFTypeRef>& resultObject() { return m_resultObject; }
50 RetainPtr<CFTypeRef> m_resultObject;
H A DAttributedString.h29 #include <wtf/RetainPtr.h>
44 RetainPtr<NSAttributedString> string;
H A DColorSpaceData.h29 #include <wtf/RetainPtr.h>
42 RetainPtr<CGColorSpaceRef> cgColorSpace;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DCredentialStorageCFNet.cpp34 #include <wtf/RetainPtr.h>
46 RetainPtr<CFURLProtectionSpaceRef> protectionSpaceCF = adoptCF(createCF(protectionSpace));
47 RetainPtr<CFURLCredentialRef> credentialCF = adoptCF(wkCopyCredentialFromCFPersistentStorage(protectionSpaceCF.get()));
H A DCookieJarCFNet.cpp49 static inline RetainPtr<CFStringRef> cookieDomain(CFHTTPCookieRef cookie)
59 static inline RetainPtr<CFStringRef> cookieName(CFHTTPCookieRef cookie)
64 static inline RetainPtr<CFStringRef> cookiePath(CFHTTPCookieRef cookie)
69 static inline RetainPtr<CFStringRef> cookieValue(CFHTTPCookieRef cookie)
74 static RetainPtr<CFArrayRef> filterCookies(CFArrayRef unfilteredCookies)
77 RetainPtr<CFMutableArrayRef> filteredCookies = adoptCF(CFArrayCreateMutable(0, count, &kCFTypeArrayCallBacks));
102 RetainPtr<CFURLRef> urlCF = url.createCFURL();
103 RetainPtr<CFURLRef> firstPartyForCookiesCF = firstParty.createCFURL();
109 RetainPtr<CFStringRef> cookieStringCF = cookieString.createCFString();
110 RetainPtr<CFDictionaryRe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/curl/
H A DProxyServerCurl.cpp30 #include <wtf/RetainPtr.h>
/macosx-10.9.5/WebCore-7537.78.1/editing/mac/
H A DTextAlternativeWithRange.h30 #include <wtf/RetainPtr.h>
42 RetainPtr<NSTextAlternatives> alternatives;
H A DAlternativeTextUIController.h32 #include <wtf/RetainPtr.h>
44 uint64_t addAlternatives(const RetainPtr<NSTextAlternatives>&);
58 uint64_t addAlternatives(const RetainPtr<NSTextAlternatives>&);
64 typedef HashMap<uint64_t, RetainPtr<NSTextAlternatives> > HashMapType;
69 RetainPtr<NSView> m_view;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DCFURLExtras.h30 #include <wtf/RetainPtr.h>
37 RetainPtr<CFURLRef> createCFURLFromBuffer(const char*, size_t, CFURLRef baseURL = 0);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DFontInfo.h30 #include <wtf/RetainPtr.h>
45 RetainPtr<CFDictionaryRef> fontAttributeDictionary;
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWebCoreBundleWin.cpp34 #include <wtf/RetainPtr.h>
50 RetainPtr<CFStringRef> dllPath = adoptCF(CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<const UniChar*>(dllPathBuffer), length, kCFAllocatorNull));
51 RetainPtr<CFURLRef> dllURL = adoptCF(CFURLCreateWithFileSystemPath(0, dllPath.get(), kCFURLWindowsPathStyle, false));
52 RetainPtr<CFURLRef> dllDirectoryURL = adoptCF(CFURLCreateCopyDeletingLastPathComponent(0, dllURL.get()));
53 RetainPtr<CFURLRef> resourcesDirectoryURL = adoptCF(CFURLCreateCopyAppendingPathComponent(0, dllDirectoryURL.get(), CFSTR("WebKit.resources"), true));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DInbandTextTrackPrivateLegacyAVCF.cpp91 RetainPtr<CFStringRef> title;
93 RetainPtr<AVCFAssetTrackRef> assetTrack = adoptCF(AVCFPlayerItemTrackCopyAssetTrack(m_playerItemTrack.get()));
94 RetainPtr<CFArrayRef> commonMetaData = adoptCF(AVCFAssetTrackCopyCommonMetadata(assetTrack.get()));
95 RetainPtr<CFArrayRef> titles = adoptCF(AVCFMetadataItemCopyItemsWithKeyAndKeySpace(commonMetaData.get(), AVCFMetadataCommonKeyTitle, AVCFMetadataKeySpaceCommon));
98 RetainPtr<CFLocaleRef> currentLocale = adoptCF(CFLocaleCopyCurrent());
99 RetainPtr<CFArrayRef> titlesForPreferredLanguages = adoptCF(AVCFMetadataItemCopyItemsWithLocale(titles.get(), currentLocale.get()));
120 RetainPtr<AVCFAssetTrackRef> assetTrack = adoptCF(AVCFPlayerItemTrackCopyAssetTrack(m_playerItemTrack.get()));
121 RetainPtr<CFStringRef> languageCode = adoptCF(AVCFAssetTrackCopyLanguageCode(assetTrack.get()));
122 RetainPtr<CFLocaleRef> locale = adoptCF(CFLocaleCreate(kCFAllocatorDefault, languageCode.get()));
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContentFilter.h33 #include <wtf/RetainPtr.h>
58 RetainPtr<WebFilterEvaluator> m_platformContentFilter;
59 RetainPtr<NSData> m_replacementData;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCAFilters.h33 #include <wtf/RetainPtr.h>
53 static RetainPtr<NSValue> filterValueForOperation(const FilterOperation*, int internalFilterPropertyIndex);
58 static RetainPtr<NSValue> colorMatrixValueForFilter(FilterOperation::OperationType, const FilterOperation*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DLayerPool.h35 #include <wtf/RetainPtr.h>
47 void addLayer(const RetainPtr<WebTileLayer>&);
48 RetainPtr<WebTileLayer> takeLayerWithSize(const IntSize&);
58 typedef Deque<RetainPtr<WebTileLayer> > LayerList;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DFindIndicatorWindow.h34 #import <wtf/RetainPtr.h>
66 RetainPtr<NSWindow> m_findIndicatorWindow;
69 RetainPtr<WKFindIndicatorWindowAnimation> m_bounceAnimation;
72 RetainPtr<WKFindIndicatorWindowAnimation> m_fadeOutAnimation;

Completed in 126 milliseconds

1234567891011>>