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

<<1112131415

  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h 36 #include <wtf/RetainPtr.h>
37 typedef RetainPtr<CFRunLoopTimerRef> PlatformTimerRef;
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 78 #include <wtf/RetainPtr.h>
335 RetainPtr<CGFontRef> m_cgFont;
338 RetainPtr<CGFontRef> m_cgFont;
342 mutable RetainPtr<CTFontRef> m_CTFont;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 31 #include <wtf/RetainPtr.h>
GraphicsContextCGWin.cpp 124 RetainPtr<CFDataRef> imageData(AdoptCF, CFDataCreate(kCFAllocatorDefault, image->buffer(), image->bufferLength()));
125 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(imageData.get()));
126 RetainPtr<CGImageRef> cgImage(AdoptCF, CGImageCreate(image->size().width(), image->size().height(), 8, 32, image->bytesPerRow(), deviceRGBColorSpaceRef(),
MediaPlayerPrivateQuickTimeWin.h 37 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 43 static RetainPtr<NSCursor> createCustomCursor(Image* image, const IntPoint& hotSpot)
50 return RetainPtr<NSCursor>(AdoptNS, [[NSCursor alloc] initWithImage:nsImage hotSpot:hotSpot]);
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.mm 94 RetainPtr<WebHTMLView> htmlView = (WebHTMLView*)[[kit(frame) frameView] documentView];
100 RetainPtr<WebHTMLView> topViewProtector = topHTMLView;
  /external/webkit/Source/WebKit/win/
WebArchive.cpp 147 RetainPtr<CFDataRef> cfData = m_archive->rawDataRepresentation();
WebLocalizableStrings.cpp 37 #include <wtf/RetainPtr.h>
161 stringsBundle->bundle = CFBundleGetBundleWithIdentifier(RetainPtr<CFStringRef>(AdoptCF, CFStringCreateWithCString(0, stringsBundle->identifier, kCFStringEncodingASCII)).get());
173 RetainPtr<CFStringRef> keyString(AdoptCF, key.createCFString());
WebDownloadCFNet.cpp 141 RetainPtr<CFURLRequestRef> cfRequest = webRequest->resourceRequest().cfURLRequest();
169 RetainPtr<CFDataRef> resumeData(AdoptCF, DownloadBundle::extractResumeData(String(bundlePath, SysStringLen(bundlePath))));
183 RetainPtr<CFURLRef> pathURL(AdoptCF, MarshallingHelpers::PathStringToFileCFURLRef(String(bundlePath, SysStringLen(bundlePath))));
242 RetainPtr<CFDataRef> resumeData;
343 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(webCredential->credential()));
387 RetainPtr<CFURLCredentialRef> cfCredential(AdoptCF, createCF(credential));
WebMutableURLRequest.cpp 39 #include <wtf/RetainPtr.h>
361 RetainPtr<CFDataRef> certData = WebCore::copyCertificateToData(certContext);
378 RetainPtr<CFMutableURLRequestRef> mutableRequest(AdoptCF, CFURLRequestCreateMutableCopy(kCFAllocatorDefault, m_request.cfURLRequest()));
  /external/webkit/Source/WebCore/history/
HistoryItem.h 37 #import <wtf/RetainPtr.h>
290 RetainPtr<id> m_viewState;
291 OwnPtr<HashMap<String, RetainPtr<id> > > m_transientProperties;
  /external/webkit/Source/WebCore/platform/graphics/cg/
PathCG.cpp 40 #include <wtf/RetainPtr.h>
52 RetainPtr<CGDataConsumerRef> consumer(AdoptCF, CGDataConsumerCreate(0, &callbacks));
131 RetainPtr<CGMutablePathRef> path(AdoptCF, copyCGPathClosingSubpaths(m_path));
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 47 #import <wtf/RetainPtr.h>
99 DEFINE_STATIC_LOCAL(RetainPtr<NSString>, webFallbackFontFamily, ([[NSFont systemFontOfSize:16.0f] familyName]));
177 RetainPtr<NSFont> initialFont = m_platformData.font();
266 RetainPtr<CFArrayRef> tableTags(AdoptCF, CTFontCopyAvailableTables(m_platformData.ctFont(), kCTFontTableOptionExcludeSynthetic));
328 RetainPtr<CFDataRef> os2Table(AdoptCF, copyFontTableForTag(m_platformData, 'OS/2'));
335 RetainPtr<CFDataRef> headTable(AdoptCF, copyFontTableForTag(m_platformData, 'head'));
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 65 RetainPtr<CALayer> _pluginLayer;
68 RetainPtr<NSError> _error;
101 RetainPtr<NSMutableDictionary> _pendingFrameLoads;
WebNetscapePluginEventHandlerCocoa.mm 60 RetainPtr<CGContextRef> protect(context);
161 RetainPtr<NSString> characters(AdoptNS, [[NSString alloc] initWithUTF8String:nullTerminatedString]);
289 RetainPtr<CFStringRef> text(AdoptCF, CFStringCreateWithCharacters(0, characters.data(), length));
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DownloadCFNet.cpp 112 RetainPtr<CFDataRef> resumeData(AdoptCF, CFURLDownloadCopyResumeData(m_download.get()));
134 RetainPtr<CFStringRef> bundlePath(AdoptCF, CFStringCreateWithCharactersNoCopy(0, reinterpret_cast<const UniChar*>(m_bundlePath.characters()), m_bundlePath.length(), kCFAllocatorNull));
135 RetainPtr<CFURLRef> bundlePathURL(AdoptCF, CFURLCreateWithFileSystemPath(0, bundlePath.get(), kCFURLWindowsPathStyle, false));
  /external/webkit/Tools/DumpRenderTree/win/
ImageDiffCairo.cpp 36 #include <wtf/RetainPtr.h>
76 RetainPtr<CFMutableDataRef> data(AdoptCF, CFDataCreateMutable(0, bytesRemaining));
238 RetainPtr<CFMutableDataRef> imageData(AdoptCF, CFDataCreateMutable(0, 0));
DumpRenderTree.cpp 52 #include <wtf/RetainPtr.h>
89 static RetainPtr<CFStringRef> persistentUserStyleSheetLocation;
135 static RetainPtr<CFStringRef> substringFromIndex(CFStringRef string, CFIndex index)
137 return RetainPtr<CFStringRef>(AdoptCF, CFStringCreateWithSubstring(kCFAllocatorDefault, string, CFRangeMake(index, CFStringGetLength(string) - index)));
142 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(urlString.c_str()), urlString.length() * sizeof(wstring::value_type), kCFStringEncodingUTF16, 0));
144 RetainPtr<CFStringRef> scheme(AdoptCF, CFURLCopyScheme(url.get()));
162 RetainPtr<CFURLRef> requestURL(AdoptCF, CFURLCreateWithBytes(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(requestURLString.GetBSTR()), requestURLString.length() * sizeof(OLECHAR), kCFStringEncodingUTF16, 0));
163 RetainPtr<CFURLRef> baseURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, requestURL.get()));
165 RetainPtr<CFStringRef> basePath(AdoptCF, CFURLCopyPath(baseURL.get()));
166 RetainPtr<CFStringRef> path(AdoptCF, CFURLCopyPath(url.get()))
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 40 #include <wtf/RetainPtr.h>
142 RetainPtr<NSData *> marshalValues(JSC::ExecState*, const JSC::ArgList& args);
236 BooleanAndDataReply(boolean_t returnValue, RetainPtr<CFDataRef> result)
244 RetainPtr<CFDataRef> m_result;
344 typedef HashMap<uint32_t, RetainPtr<id> > URLCheckMap;
NetscapePluginInstanceProxy.mm 100 RetainPtr<NSURLRequest*> m_request;
101 RetainPtr<NSString*> m_frameName;
501 RetainPtr<CGDataProvider> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(reply->m_result.get()));
502 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
503 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaFirst, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
524 RetainPtr<CGDataProvider> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(reply->m_result.get()));
525 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
526 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
538 RetainPtr<CFStringRef> status(AdoptCF, CFStringCreateWithCString(0, message ? message : "", kCFStringEncodingUTF8));
560 RetainPtr<CFStringRef> bufString(AdoptCF, CFStringCreateWithCString(kCFAllocatorDefault, postData, kCFString (…)
    [all...]
NetscapePluginHostManager.mm 39 #import <wtf/RetainPtr.h>
117 RetainPtr<CFStringRef> localization(AdoptCF, WKCopyCFLocalizationPreferredName(NULL));
220 RetainPtr<NSMutableDictionary> properties(AdoptNS, [[NSMutableDictionary alloc] init]);
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 37 #include <wtf/RetainPtr.h>
164 // Return autoreleased animation (use RetainPtr?)
358 RetainPtr<CGImageRef> m_uncorrectedContentsImage;
359 RetainPtr<CGImageRef> m_pendingContentsImage;
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 82 RetainPtr<NSString> nsurlCacheDirectory(AdoptNS, (NSString *)WKCopyFoundationCacheDirectory());
228 RetainPtr<NSURLCache> parentProcessURLCache(AdoptNS, [[NSURLCache alloc] initWithMemoryCapacity:cacheMemoryCapacity diskCapacity:cacheDiskCapacity diskPath:parameters.nsURLCachePath]);
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 42 #include "RetainPtr.h"
172 RetainPtr<CGColorRef> color(AdoptCF, STCopyThemeColorPtr()(stFocusRingColorID, SafariTheme::ActiveState));
762 RetainPtr<CGFunctionRef> topFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &topCallbacks));
763 RetainPtr<CGShadingRef> topShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.x(), topGradient.maxY()), topFunction.get(), false, false));
767 RetainPtr<CGFunctionRef> bottomFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &bottomCallbacks));
768 RetainPtr<CGShadingRef> bottomShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradient.x(), bottomGradient.maxY()), bottomFunction.get(), false, false));
771 RetainPtr<CGFunctionRef> mainFunction(AdoptCF, CGFunctionCreate(NULL, 1, NULL, 4, NULL, &mainCallbacks));
772 RetainPtr<CGShadingRef> mainShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(r.x(), r.y()), CGPointMake(r.x(), r.maxY()), mainFunction.get(), false, false));
774 RetainPtr<CGShadingRef> leftShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(r.x(), r.y()), CGPointMake(r.x() + radius, r.y()), mainFunction.get(), false, false));
776 RetainPtr<CGShadingRef> rightShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(r.maxX(), r.y()), CG (…)
    [all...]

Completed in 1650 milliseconds

<<1112131415