HomeSort by relevance Sort by last modified time
    Searched refs:RetainPtr (Results 101 - 125 of 363) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.h 36 #include <wtf/RetainPtr.h>
78 RetainPtr<CGContextRef> m_context;
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchiveMac.mm 59 RetainPtr<CFDataRef> LegacyWebArchive::createPropertyListRepresentation(const ResourceResponse& response)
73 return RetainPtr<CFDataRef>(AdoptCF, responseData);
LegacyWebArchive.cpp 52 #include <wtf/RetainPtr.h>
67 RetainPtr<CFDictionaryRef> LegacyWebArchive::createPropertyListRepresentation(ArchiveResource* resource, MainResourceStatus isMainResource)
73 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, 0));
80 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 6, 0, &kCFTypeDictionaryValueCallBacks));
84 RetainPtr<CFDataRef> cfData;
92 RetainPtr<CFStringRef> cfURL(AdoptCF, resource->url().string().createCFString());
103 RetainPtr<CFStringRef> cfFrameName(AdoptCF, frameName.createCFString());
110 RetainPtr<CFStringRef> cfMIMEType(AdoptCF, mimeType.createCFString());
116 RetainPtr<CFStringRef> cfTextEncoding(AdoptCF, textEncoding.createCFString());
122 RetainPtr<CFDataRef> resourceResponseData = createPropertyListRepresentation(resource->response())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.h 57 RetainPtr<WKCACFViewRef> m_view;
  /external/webkit/Source/WebCore/platform/image-decoders/cg/
ImageDecoderCG.cpp 84 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(colorProfile.data()), colorProfile.size()));
88 RetainPtr<CGDataProviderRef> profileDataProvider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
96 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, createColorSpace(m_colorProfile));
97 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(m_backingStore.get()));
  /external/webkit/Source/WebCore/platform/network/cf/
ProxyServerCFNet.cpp 30 #include <wtf/RetainPtr.h>
41 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings());
45 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
46 RetainPtr<CFArrayRef> proxiesForURL(AdoptCF, CFNetworkCopyProxiesForURL(cfURL.get(), proxySettings.get()));
ResourceRequest.h 32 #include <wtf/RetainPtr.h>
104 RetainPtr<CFURLRequestRef> m_cfRequest;
106 RetainPtr<NSURLRequest> m_nsRequest;
ResourceResponse.h 30 #include <wtf/RetainPtr.h>
101 mutable RetainPtr<CFURLResponseRef> m_cfResponse;
103 mutable RetainPtr<NSURLResponse> m_nsResponse;
DNSCFNet.cpp 33 #include <wtf/RetainPtr.h>
79 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, CFNetworkCopySystemProxySettings());
81 RetainPtr<CFDictionaryRef> proxySettings(AdoptCF, SCDynamicStoreCopyProxies(0));
89 RetainPtr<CFArrayRef> httpProxyArray(AdoptCF, CFNetworkCopyProxiesForURL(httpCFURL, proxySettings.get()));
90 RetainPtr<CFArrayRef> httpsProxyArray(AdoptCF, CFNetworkCopyProxiesForURL(httpsCFURL, proxySettings.get()));
186 RetainPtr<CFStringRef> hostnameCF(AdoptCF, hostname.createCFString());
187 RetainPtr<CFHostRef> host(AdoptCF, CFHostCreateWithName(0, hostnameCF.get()));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/
Download.h 35 #include <wtf/RetainPtr.h>
113 RetainPtr<NSURLDownload> m_nsURLDownload;
114 RetainPtr<WKDownloadAsDelegate> m_delegate;
120 RetainPtr<CFURLDownloadRef> m_download;
  /external/webkit/Source/WebCore/platform/cf/
KURLCFNet.cpp 29 #include <wtf/RetainPtr.h>
83 RetainPtr<CFURLRef> cfURL(AdoptCF, createCFURL());
92 return RetainPtr<CFStringRef>(AdoptCF, CFURLCopyFileSystemPath(cfURL.get(), pathStyle)).get();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformCanvas.h 38 #include <wtf/RetainPtr.h>
92 RetainPtr<CGColorSpaceRef> m_colorSpace;
93 RetainPtr<CGContextRef> m_contextCG;
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataCoreText.cpp 45 pair<HashMap<unsigned, RetainPtr<CFDictionaryRef> >::iterator, bool> addResult = m_CFStringAttributes.add(key, RetainPtr<CFDictionaryRef>());
46 RetainPtr<CFDictionaryRef>& attributesDictionary = addResult.first->second;
MediaPlayerPrivateQTKit.h 34 #include <wtf/RetainPtr.h>
188 RetainPtr<QTMovie> m_qtMovie;
189 RetainPtr<QTMovieView> m_qtMovieView;
190 RetainPtr<QTVideoRendererWebKitOnly> m_qtVideoRenderer;
191 RetainPtr<WebCoreMovieObserver> m_objcObserver;
204 RetainPtr<QTMovieLayer> m_qtVideoLayer;
  /external/webkit/Source/WebCore/platform/network/
Credential.h 34 #include <wtf/RetainPtr.h>
80 RetainPtr<SecIdentityRef> m_identity;
81 RetainPtr<CFArrayRef> m_certificates;
  /external/webkit/Source/WebKit/mac/WebView/
WebScriptDebugger.h 35 #include <wtf/RetainPtr.h>
70 RetainPtr<WebScriptCallFrame> m_topCallFrame;
73 RetainPtr<WebScriptCallFrame> m_globalCallFrame;
  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 34 #include <wtf/RetainPtr.h>
79 RetainPtr<CGLayerRef> m_cgLayer;
80 RetainPtr<CGContextRef> m_bitmapContext;
  /external/webkit/Tools/DumpRenderTree/
AccessibilityTextMarker.h 38 #include <wtf/RetainPtr.h>
62 RetainPtr<PlatformTextMarker> m_textMarker;
82 RetainPtr<PlatformTextMarkerRange> m_textMarkerRange;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 41 #include <wtf/RetainPtr.h>
57 static RetainPtr<IOSurfaceRef> createIOSurface(const IntSize& size)
87 RetainPtr<CFDictionaryRef> dict(AdoptCF, CFDictionaryCreate(0, keys, values, 6, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
91 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dict.get()));
134 RetainPtr<CGContextRef> cgContext;
240 RetainPtr<CGImageRef> image;
290 static RetainPtr<CFStringRef> utiFromMIMEType(const String& mimeType)
293 RetainPtr<CFStringRef> mimeTypeCFString(AdoptCF, mimeType.createCFString());
294 return RetainPtr<CFStringRef>(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassMIMEType, mimeTypeCFString.get(), 0));
317 RetainPtr<CFMutableDataRef> data(AdoptCF, CFDataCreateMutable(kCFAllocatorDefault, 0))
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm 31 #import <wtf/RetainPtr.h>
80 RetainPtr<CFHTTPCookieStorageRef>& privateBrowsingCookieStorage()
82 DEFINE_STATIC_LOCAL(RetainPtr<CFHTTPCookieStorageRef>, cookieStorage, ());
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 33 #import <wtf/RetainPtr.h>
60 RetainPtr<CFStringRef> directoryCFString(AdoptCF, safeCreateCFString(directory));
98 RetainPtr<CFStringRef> extensionCFString(AdoptCF, safeCreateCFString(extension));
  /external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm 50 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
79 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(m_bitmapContext.get()));
90 RetainPtr<CGImageRef> image(updateChunk->createImage());
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 43 #include <wtf/RetainPtr.h>
72 RetainPtr<CFStringRef> cfurlCacheDirectory(AdoptCF, wkCopyFoundationCacheDirectory());
97 RetainPtr<CFURLCacheRef> cfurlCache(AdoptCF, CFURLCacheCopySharedURLCache());
108 CFURLCacheRemoveAllCachedResponses(RetainPtr<CFURLCacheRef>(AdoptCF, CFURLCacheCopySharedURLCache()).get());
117 RetainPtr<CFStringRef> cachePath(AdoptCF, parameters.cfURLCachePath.createCFString());
123 RetainPtr<CFURLCacheRef> uiProcessCache(AdoptCF, CFURLCacheCreate(kCFAllocatorDefault, cacheMemoryCapacity, cacheDiskCapacity, cachePath.get()));
  /external/webkit/Tools/DumpRenderTree/mac/
WebArchiveDumpSupportMac.mm 32 #import <wtf/RetainPtr.h>
55 RetainPtr<NSKeyedUnarchiver> unarchiver(AdoptNS, [[NSKeyedUnarchiver alloc] initForReadingWithData:(NSData *)responseData]);
65 RetainPtr<CFHTTPMessageRef> httpMessage(AdoptCF, CFHTTPMessageCreateResponse(kCFAllocatorDefault, [httpResponse statusCode], 0, kCFHTTPVersion1_1));
  /external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallbackCF.cpp 38 #include <wtf/RetainPtr.h>
50 RetainPtr<CFRunLoopTimerRef> timer;
51 RetainPtr<CFRunLoopRef> runLoop;

Completed in 901 milliseconds

1 2 3 45 6 7 8 91011>>