Searched refs:RetainPtr (Results 101 - 125 of 447) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/mac/
H A DWKURLResponseNS.mm36 RetainPtr<NSURLResponse> copiedURLResponse = adoptNS([urlResponse copy]);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebGraphicsContext.h34 #include <wtf/RetainPtr.h>
59 RetainPtr<CGContextRef> m_platformContext;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DCookieStorageShim.cpp39 #include <wtf/RetainPtr.h>
53 RetainPtr<CFStringRef> cfCookies = cookies.createCFString();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DDynamicLinkerEnvironmentExtractor.h31 #include <wtf/RetainPtr.h>
54 RetainPtr<NSString> m_executablePath;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/CustomProtocols/
H A DCustomProtocolManagerProxy.h35 #include <wtf/RetainPtr.h>
61 typedef HashMap<uint64_t, RetainPtr<WKCustomProtocolLoader>> LoaderMap;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebPopupMenuProxyMac.h32 #include <wtf/RetainPtr.h>
57 RetainPtr<NSPopUpButtonCell> m_popup;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Cookies/cf/
H A DWebCookieManagerCFNet.cpp55 if (RetainPtr<CFHTTPCookieStorageRef> cookieStorage = currentCFHTTPCookieStorage())
64 RetainPtr<CFHTTPCookieStorageRef> cookieStorage = currentCFHTTPCookieStorage();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/mac/
H A DInjectedBundleMac.mm35 #import <wtf/RetainPtr.h>
58 RetainPtr<CFStringRef> injectedBundlePathStr = adoptCF(CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(m_path.characters()), m_path.length()));
64 RetainPtr<CFURLRef> bundleURL = adoptCF(CFURLCreateWithFileSystemPath(0, injectedBundlePathStr.get(), kCFURLPOSIXPathStyle, false));
111 RetainPtr<id> objCInitializationUserData;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/win/
H A DCertificateCFWin.cpp45 RetainPtr<CFDataRef> copyCertificateToData(PCCERT_CONTEXT certificate)
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DSearchPopupMenuWin.cpp27 #include <wtf/RetainPtr.h>
52 static RetainPtr<CFStringRef> autosaveKey(const String& name)
64 RetainPtr<CFMutableArrayRef> items;
85 RetainPtr<CFArrayRef> items = adoptCF(reinterpret_cast<CFArrayRef>(CFPreferencesCopyAppValue(autosaveKey(name).get(), kCFPreferencesCurrentApplication)));
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapTimer.h29 #include <wtf/RetainPtr.h>
71 RetainPtr<CFRunLoopTimerRef> m_timer;
72 RetainPtr<CFRunLoopRef> m_runLoop;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DColorMac.mm30 #import <wtf/RetainPtr.h>
81 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, clearColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:0]));
85 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, blackColor, ([NSColor colorWithDeviceRed:0 green:0 blue:0 alpha:1]));
89 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, whiteColor, ([NSColor colorWithDeviceRed:1 green:1 blue:1 alpha:1]));
95 static RetainPtr<NSColor>* cachedColors = new RetainPtr<NSColor>[cacheSize];
H A DFontCustomPlatformData.cpp66 RetainPtr<CFDataRef> bufferData = adoptCF(buffer->createCFData());
67 RetainPtr<CGDataProviderRef> dataProvider = adoptCF(CGDataProviderCreateWithCFData(bufferData.get()));
69 RetainPtr<CGFontRef> cgFontRef = adoptCF(CGFontCreateWithDataProvider(dataProvider.get()));
H A DSimpleFontDataCoreText.cpp37 HashMap<unsigned, RetainPtr<CFDictionaryRef> >::AddResult addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>());
38 RetainPtr<CFDictionaryRef>& attributesDictionary = addResult.iterator->value;
H A DMediaPlayerPrivateQTKit.h34 #include <wtf/RetainPtr.h>
197 RetainPtr<QTMovie> m_qtMovie;
198 RetainPtr<QTMovieView> m_qtMovieView;
199 RetainPtr<QTVideoRendererWebKitOnly> m_qtVideoRenderer;
200 RetainPtr<WebCoreMovieObserver> m_objcObserver;
213 RetainPtr<QTMovieLayer> m_qtVideoLayer;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DCredential.h34 #include <wtf/RetainPtr.h>
80 RetainPtr<SecIdentityRef> m_identity;
81 RetainPtr<CFArrayRef> m_certificates;
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DAuthenticationChallenge.h77 RetainPtr<CFURLAuthChallengeRef> m_cfChallenge;
79 RetainPtr<id> m_sender;
80 RetainPtr<NSURLAuthenticationChallenge *> m_nsChallenge;
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.h40 RetainPtr<NSArray> _attributeKeys;
41 RetainPtr<NSArray> _attributeValues;
43 RetainPtr<CALayer> _pluginLayer;
/macosx-10.9.5/WebCore-7537.78.1/platform/cf/
H A DSharedBufferCF.cpp86 RetainPtr<CFDataRef> cfData = adoptCF(m_cfData.leakRef());
119 Vector<RetainPtr<CFDataRef> >::const_iterator end = m_dataArray.end();
120 for (Vector<RetainPtr<CFDataRef> >::const_iterator it = m_dataArray.begin(); it != end; ++it) {
132 Vector<RetainPtr<CFDataRef> >::const_iterator end = m_dataArray.end();
134 for (Vector<RetainPtr<CFDataRef> >::const_iterator it = m_dataArray.begin(); it != end; ++it) {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/cf/
H A DWebPageProxyCF.cpp37 #include <wtf/RetainPtr.h>
55 RetainPtr<CFDictionaryRef> sessionHistoryDictionary = adoptCF(m_backForwardList->createCFDictionaryRepresentation(filter, context));
62 RetainPtr<CFStringRef> provisionalURLString;
78 RetainPtr<CFDictionaryRef> stateDictionary = adoptCF(CFDictionaryCreate(0, keys, values, numValues, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
80 RetainPtr<CFWriteStreamRef> writeStream = adoptCF(CFWriteStreamCreateWithAllocatedBuffers(0, 0));
90 RetainPtr<CFDataRef> stateCFData = adoptCF((CFDataRef)CFWriteStreamCopyProperty(writeStream.get(), kCFStreamPropertyDataWritten));
120 RetainPtr<CFDataRef> data = adoptCF(CFDataCreate(0, webData->bytes() + sizeof(UInt32), webData->size() - sizeof(UInt32)));
123 RetainPtr<CFPropertyListRef> propertyList = adoptCF(CFPropertyListCreateFromXMLData(0, data.get(), kCFPropertyListImmutable, &propertyListError));
180 static RetainPtr<CFStringRef> autosaveKey(const String& name)
190 RetainPtr<CFMutableArrayRe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cocoa/
H A DFontPlatformDataCocoa.mm174 RetainPtr<CFNumberRef> featureTypeIdentifierNumber = adoptCF(CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureTypeIdentifier));
175 RetainPtr<CFNumberRef> featureSelectorIdentifierNumber = adoptCF(CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &featureSelectorIdentifier));
192 RetainPtr<CFDictionaryRef> attributes = adoptCF(CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
205 RetainPtr<CFDictionaryRef> lineInitialSwashesOffSetting = adoptCF(createFeatureSettingDictionary(kSmartSwashType, kLineInitialSwashesOffSelector));
206 RetainPtr<CFDictionaryRef> lineFinalSwashesOffSetting = adoptCF(createFeatureSettingDictionary(kSmartSwashType, kLineFinalSwashesOffSelector));
209 RetainPtr<CFArrayRef> featureSettings = adoptCF(CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks));
213 RetainPtr<CFDictionaryRef> attributes = adoptCF(CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
228 RetainPtr<CFStringRef> postScriptName = adoptCF(CTFontCopyPostScriptName(m_CTFont.get()));
241 RetainPtr<CTFontDescriptorRef> sourceDescriptor = adoptCF(CTFontCopyFontDescriptor(m_CTFont.get()));
242 RetainPtr<CFNumberRe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollAnimatorMac.h37 #include <wtf/RetainPtr.h>
71 RetainPtr<id> m_scrollAnimationHelper;
72 RetainPtr<WebScrollAnimationHelperDelegate> m_scrollAnimationHelperDelegate;
74 RetainPtr<ScrollbarPainterController> m_scrollbarPainterController;
75 RetainPtr<WebScrollbarPainterControllerDelegate> m_scrollbarPainterControllerDelegate;
76 RetainPtr<WebScrollbarPainterDelegate> m_horizontalScrollbarPainterDelegate;
77 RetainPtr<WebScrollbarPainterDelegate> m_verticalScrollbarPainterDelegate;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebInspectorProxy.h42 #include <wtf/RetainPtr.h>
223 RetainPtr<WKWebInspectorWKView> m_inspectorView;
224 RetainPtr<NSWindow> m_inspectorWindow;
225 RetainPtr<NSButton> m_dockBottomButton;
226 RetainPtr<NSButton> m_dockRightButton;
227 RetainPtr<WKWebInspectorProxyObjCAdapter> m_inspectorProxyObjCAdapter;
229 HashMap<String, RetainPtr<NSURL>> m_suggestedToActualURLMap;
/macosx-10.9.5/WebCore-7537.78.1/platform/text/mac/
H A DLocaleMac.mm40 #include <wtf/RetainPtr.h>
57 static RetainPtr<NSLocale> determineLocale(const String& locale)
59 RetainPtr<NSLocale> currentLocale = [NSLocale currentLocale];
73 static RetainPtr<NSDateFormatter> createDateTimeFormatter(NSLocale* locale, NSCalendar* calendar, NSDateFormatterStyle dateStyle, NSDateFormatterStyle timeStyle)
103 RetainPtr<NSLocale> locale = [[NSLocale alloc] initWithLocaleIdentifier:localeIdentifier];
112 RetainPtr<NSDateFormatter> LocaleMac::shortDateFormatter()
134 RetainPtr<NSDateFormatter> LocaleMac::timeFormatter()
139 RetainPtr<NSDateFormatter> LocaleMac::shortTimeFormatter()
144 RetainPtr<NSDateFormatter> LocaleMac::dateTimeFormatterWithSeconds()
149 RetainPtr<NSDateFormatte
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageCG.cpp36 #include <wtf/RetainPtr.h>
48 RetainPtr<CGImageRef> Image::imageWithColorSpace(CGImageRef originalImage, ColorSpace colorSpace)
103 RetainPtr<CGImageRef> subImage;
132 RetainPtr<CGPatternRef> pattern = adoptCF(CGPatternCreate(subImage.get(), CGRectMake(0, 0, tileRect.width(), tileRect.height()),
138 RetainPtr<CGColorSpaceRef> patternSpace = adoptCF(CGColorSpaceCreatePattern(0));
141 RetainPtr<CGColorRef> color = adoptCF(CGColorCreateWithPattern(patternSpace.get(), pattern.get(), &alpha));

Completed in 169 milliseconds

1234567891011>>