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

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/
SharedBuffer.h 36 #include <wtf/RetainPtr.h>
146 mutable Vector<RetainPtr<CFDataRef> > m_dataArray;
151 RetainPtr<CFDataRef> m_cfData;
ContextMenu.h 35 #include <wtf/RetainPtr.h>
99 RetainPtr<NSMutableArray> m_platformDescription;
  /external/webkit/Source/WebCore/platform/chromium/
DragImageChromiumMac.cpp 36 #include <wtf/RetainPtr.h>
62 RetainPtr<CGColorSpaceRef> deviceRGB(WTF::AdoptCF, CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB));
82 RetainPtr<CGColorSpaceRef> deviceRGB(WTF::AdoptCF, CGColorSpaceCreateWithName(kCGColorSpaceGenericRGB));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp 37 #include <wtf/RetainPtr.h>
83 RetainPtr<CGColorSpaceRef> colorSpaceReleaser;
98 RetainPtr<CGContextRef> tempContext(AdoptCF, CGBitmapContextCreate(m_pixelData.get(),
ImageLayerChromium.h 41 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 70 RetainPtr<CGFontRef> cgFontRef;
73 RetainPtr<CFDataRef> bufferData(AdoptCF, buffer->createCFData());
74 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(bufferData.get()));
  /external/webkit/Source/WebCore/platform/network/cf/
CookieStorageCFNet.cpp 36 #include <wtf/RetainPtr.h>
45 static RetainPtr<CFHTTPCookieStorageRef>& privateCookieStorage()
47 DEFINE_STATIC_LOCAL(RetainPtr<CFHTTPCookieStorageRef>, cookieStorage, ());
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.h 35 #import <wtf/RetainPtr.h>
79 RetainPtr<WebNodeHighlighter> m_highlighter;
112 RetainPtr<WebInspectorWindowController> m_windowController;
WebApplicationCache.mm 34 #import <wtf/RetainPtr.h>
80 RetainPtr<WebSecurityOrigin> webOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:(*it).get()]);
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.h 37 #include <wtf/RetainPtr.h>
103 RetainPtr<CGImageRef> makeCGImageCopy();
107 RetainPtr<CGImageRef> makeCGImage();
  /external/webkit/Tools/DumpRenderTree/mac/
LayoutTestControllerMac.mm 77 #import <wtf/RetainPtr.h>
116 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, url));
150 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, url));
193 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, URL));
217 RetainPtr<CFStringRef> nameCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, name));
224 RetainPtr<CFStringRef> nameCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, name));
236 RetainPtr<CFStringRef> idCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, id));
284 RetainPtr<CFStringRef> idCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, id));
345 RetainPtr<CFStringRef> urlCF(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, url));
414 RetainPtr<CFStringRef> schemeCFString(AdoptCF, JSStringCopyCFString(kCFAllocatorDefault, scheme))
    [all...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.h 33 #include <wtf/RetainPtr.h>
53 RetainPtr<CFStringRef> _name;
74 RetainPtr<CFStringRef> _javaScriptName;
90 RetainPtr<ObjectStructPtr> _array;
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 38 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 136 RetainPtr<CFDataRef> cfData(AdoptCF, data->createCFData());
155 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateDirect(data, data->size(), &providerCallbacks));
175 RetainPtr<CFDictionaryRef> image0Properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, 0, imageSourceOptions()));
189 RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, index, imageSourceOptions()));
210 RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, 0, imageSourceOptions()));
247 RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyProperties(m_decoder, imageSourceOptions()));
275 RetainPtr<CGImageRef> image(AdoptCF, CGImageSourceCreateImageAtIndex(m_decoder, index, imageSourceOptions()));
283 RetainPtr<CGImageRef> maskedImage(AdoptCF, CGImageCreateWithMaskingColors(image.get(), maskingColors));
316 RetainPtr<CFDictionaryRef> properties(AdoptCF, CGImageSourceCopyPropertiesAtIndex(m_decoder, index, imageSourceOptions()));
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerCG.mm 46 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(GST_BUFFER_DATA(buffer)), GST_BUFFER_SIZE(buffer), kCFAllocatorNull));
47 RetainPtr<CGDataProviderRef> provider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
  /external/webkit/Source/WebKit/mac/Storage/
WebStorageTrackerClient.mm 35 #import <wtf/RetainPtr.h>
63 RetainPtr<WebSecurityOrigin> webSecurityOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:origin.get()]);
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 37 #import <wtf/RetainPtr.h>
70 RetainPtr<CFStringRef> cfLocalization(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(localization.characters()), localization.length()));
  /external/webkit/Source/WebKit2/PluginProcess/qt/
PluginProcessMainQt.cpp 36 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebKit2/Shared/win/
WebCoreArgumentCodersWin.cpp 49 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLRequestCreateSerializableRepresentation(resourceRequest.cfURLRequest(), CoreIPC::tokenNullTypeRef()));
66 RetainPtr<CFDictionaryRef> dictionary;
90 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, wkCFURLResponseCreateSerializableRepresentation(resourceResponse.cfURLResponse(), CoreIPC::tokenNullTypeRef()));
107 RetainPtr<CFDictionaryRef> dictionary;
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 38 #include <wtf/RetainPtr.h>
145 RetainPtr<WKView> m_inspectorView;
146 RetainPtr<NSWindow> m_inspectorWindow;
147 RetainPtr<WebInspectorProxyObjCAdapter> m_inspectorProxyObjCAdapter;
  /external/webkit/Tools/DumpRenderTree/cg/
PixelDumpSupportCG.cpp 41 #include <wtf/RetainPtr.h>
60 RetainPtr<CFMutableDataRef> imageData(AdoptCF, CFDataCreateMutable(0, 0));
61 RetainPtr<CGImageDestinationRef> imageDest(AdoptCF, CGImageDestinationCreateWithData(imageData.get(), kUTTypePNG, 1, 0));
111 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(context->cgContext()));
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 33 #include <wtf/RetainPtr.h>
69 RetainPtr<NSURLResponse> response(AdoptNS, WKURLResponseCopyNSURLResponse(wkResponse));
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 125 static RetainPtr<CACFTimingFunctionRef> toCACFTimingFunction(const TimingFunction* timingFunction)
130 return RetainPtr<CACFTimingFunctionRef>(AdoptCF, CACFTimingFunctionCreate(static_cast<float>(ctf->x1()), static_cast<float>(ctf->y1()), static_cast<float>(ctf->x2()), static_cast<float>(ctf->y2())));
154 RetainPtr<CFStringRef> s(AdoptCF, keyPath.createCFString());
335 RetainPtr<CFNumberRef> v(AdoptCF, CFNumberCreate(0, kCFNumberFloatType, &value));
344 RetainPtr<CACFVectorRef> v(AdoptCF, CACFVectorCreateTransform(value));
354 RetainPtr<CACFVectorRef> v(AdoptCF, CACFVectorCreate(3, a));
364 RetainPtr<CACFVectorRef> v(AdoptCF, CACFVectorCreate(4, a));
381 RetainPtr<CFNumberRef> v(AdoptCF, CFNumberCreate(0, kCFNumberFloatType, &value));
390 RetainPtr<CACFVectorRef> v(AdoptCF, CACFVectorCreateTransform(value));
400 RetainPtr<CACFVectorRef> v(AdoptCF, CACFVectorCreate(3, a))
    [all...]
  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.mm 35 #import <wtf/RetainPtr.h>
450 static RetainPtr<CFStringRef> mimeTypeFromUTITree(CFStringRef uti)
453 RetainPtr<CFStringRef> mimeType(AdoptCF, UTTypeCopyPreferredTagWithClass(uti, kUTTagClassMIMEType));
458 RetainPtr<CFDictionaryRef> decl(AdoptCF, UTTypeCopyDeclaration(uti));
477 if (RetainPtr<CFStringRef> mimeType = mimeTypeFromUTITree((CFStringRef)object))
487 RetainPtr<CFStringRef> result = wkGetCFURLResponseMIMEType(cfResponse);
488 RetainPtr<CFStringRef> originalResult = result;
494 RetainPtr<CFStringRef> extension(AdoptCF, CFURLCopyPathExtension(url));
507 RetainPtr<CFStringRef> uti(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassFilenameExtension, extension.get(), 0));
524 RetainPtr<CFStringRef> contentType(AdoptCF, CFHTTPMessageCopyHeaderFieldValue(message, CFSTR("Content-Type") (…)
    [all...]
  /external/webkit/Source/WebCore/history/mac/
HistoryItemMac.mm 62 m_transientProperties.set(new HashMap<String, RetainPtr<id> >);

Completed in 1802 milliseconds

1 2 3 4 56 7 8 91011>>