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

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 266 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
267 RetainPtr<CFMutableURLRequestRef> request(AdoptCF, CFURLRequestCreateMutable(0, cfURL.get(), kCFURLRequestCachePolicyReloadIgnoringCache, 60, 0));
269 RetainPtr<CFStringRef> userAgent(AdoptCF, userAgent().createCFString());
272 RetainPtr<CFURLCacheRef> cache;
280 RetainPtr<CFCachedURLResponseRef> response(AdoptCF, CFURLCacheCopyResponseForRequest(cache.get(), request.get()));
290 RetainPtr<CFURLRef> cfURL(AdoptCF, url.createCFURL());
291 RetainPtr<CFMutableURLRequestRef> request(AdoptCF, CFURLRequestCreateMutable(0, cfURL.get(), kCFURLRequestCachePolicyReloadIgnoringCache, 60, 0));
293 RetainPtr<CFStringRef> userAgent(AdoptCF, userAgent().createCFString());
296 RetainPtr<CFURLCacheRef> cache;
304 RetainPtr<CFCachedURLResponseRef> cachedResponse(AdoptCF, CFURLCacheCopyResponseForRequest(cache.get(), requ (…)
    [all...]
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 38 RetainPtr<CFArrayRef> pluginArchitecturesArray(AdoptCF, CFBundleCopyExecutableArchitectures(bundle));
90 static RetainPtr<CFDictionaryRef> getMIMETypesFromPluginBundle(CFBundleRef bundle)
94 RetainPtr<CFStringRef> propertyListPath(AdoptCF, CFStringCreateWithFormat(kCFAllocatorDefault, 0, CFSTR("%@/Library/Preferences/%@"), NSHomeDirectory(), propertyListFilename));
95 RetainPtr<CFURLRef> propertyListURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, propertyListPath.get(), kCFURLPOSIXPathStyle, FALSE));
99 RetainPtr<CFPropertyListRef> propertyList(AdoptCF, CFPropertyListCreateWithData(kCFAllocatorDefault, propertyListData, kCFPropertyListImmutable, 0, 0));
116 RetainPtr<CFDictionaryRef> mimeTypes = getMIMETypesFromPluginBundle(bundle);
239 RetainPtr<CFStringRef> cfString(AdoptCF, CFStringCreateWithBytesNoCopy(kCFAllocatorDefault, ptr, stringLength, stringEncoding, false, kCFAllocatorNull));
313 RetainPtr<CFStringRef> bundlePath(AdoptCF, pluginPath.createCFString());
314 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(kCFAllocatorDefault, bundlePath.get(), kCFURLPOSIXPathStyle, false));
317 RetainPtr<CFBundleRef> bundle(AdoptCF, CFBundleCreate(kCFAllocatorDefault, bundleURL.get()))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 134 RetainPtr<CTLineRef> line;
147 RetainPtr<CTTypesetterRef> typesetter(AdoptCF, wkCreateCTTypesetterWithUniCharProviderAndOptions(&provideStringAndAttributes, 0, &info, m_run.ltr() ? ltrTypesetterOptions : rtlTypesetterOptions));
149 RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, cp, length, kCFAllocatorNull));
150 RetainPtr<CFAttributedStringRef> attributedString(AdoptCF, CFAttributedStringCreate(kCFAllocatorDefault, string.get(), fontData->getCFStringAttributes(m_font.typesettingFeatures(), fontData->platformData().orientation())));
151 RetainPtr<CTTypesetterRef> typesetter(AdoptCF, CTTypesetterCreateWithAttributedStringAndOptions(attributedString.get(), m_run.ltr() ? ltrTypesetterOptions : rtlTypesetterOptions));
WebGLLayer.mm 37 #import <wtf/RetainPtr.h>
116 RetainPtr<CGColorSpaceRef> imageColorSpace = colorSpace;
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 44 IntSize dragImageSize(RetainPtr<NSImage> image)
49 void deleteDragImage(RetainPtr<NSImage>)
51 // Since this is a RetainPtr, there's nothing additional we need to do to
55 RetainPtr<NSImage> scaleDragImage(RetainPtr<NSImage> image, FloatSize scale)
66 RetainPtr<NSImage> dissolveDragImageToFraction(RetainPtr<NSImage> image, float delta)
68 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]);
86 RetainPtr<NSImage> createDragImageFromImage(Image* image)
88 RetainPtr<NSImage> dragImage(AdoptNS, [image->getNSImage() copy])
    [all...]
CookieJar.mm 35 #import <wtf/RetainPtr.h>
55 static RetainPtr<NSArray> filterCookies(NSArray *unfilteredCookies)
58 RetainPtr<NSMutableArray> filteredCookies(AdoptNS, [[NSMutableArray alloc] initWithCapacity:count]);
131 RetainPtr<NSArray> filteredCookies = filterCookies([NSHTTPCookie cookiesWithResponseHeaderFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL]);
FileSystemMac.mm 33 #import <wtf/RetainPtr.h>
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 99 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
102 RetainPtr<CFStringRef> key(AdoptCF, MarshallingHelpers::BSTRToCFStringRef(notificationStr));
113 RetainPtr<CFArrayRef> itemList(AdoptCF, CFArrayCreate(0, (const void**) &item, 1, &MarshallingHelpers::kIUnknownArrayCallBacks));
242 RetainPtr<CFMutableArrayRef> discardedItems(AdoptCF,
245 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url));
279 RetainPtr<CFReadStreamRef> stream(AdoptCF, CFReadStreamCreateWithFile(0, url));
286 RetainPtr<CFDictionaryRef> historyList(AdoptCF, createHistoryListFromStream(stream.get(), format));
361 RetainPtr<CFURLRef> urlRef(AdoptCF, MarshallingHelpers::BSTRToCFURLRef(url));
381 RetainPtr<CFDataRef> data = this->data();
383 RetainPtr<CFWriteStreamRef> stream(AdoptCF, CFWriteStreamCreateWithFile(kCFAllocatorDefault, url))
    [all...]
WebDownload.h 32 #include <wtf/RetainPtr.h>
130 RetainPtr<CFURLDownloadRef> m_download;
  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 36 #include <wtf/RetainPtr.h>
281 mutable RetainPtr<NSImage> m_nsImage; // A cached NSImage of frame 0. Only built lazily if someone actually queries for one.
282 mutable RetainPtr<CFDataRef> m_tiffRep; // Cached TIFF rep for frame 0. Only built lazily if someone queries for one.
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCGWin.cpp 31 #include <wtf/RetainPtr.h>
45 static HashMap<String, RetainPtr<CFStringRef> > nameMap;
49 RetainPtr<CFStringRef> result = nameMap.get(faceString);
ImageCGWin.cpp 35 #include <wtf/RetainPtr.h>
53 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(dibSection.dsBm.bmBits, dibSection.dsBm.bmWidth, dibSection.dsBm.bmHeight, 8,
FontPlatformDataWin.cpp 30 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp 191 static RetainPtr<CFURLStorageSessionRef>& privateStorageSession()
193 DEFINE_STATIC_LOCAL(RetainPtr<CFURLStorageSessionRef>, storageSession, ());
214 RetainPtr<CFStringRef> cfIdentifier(AdoptCF, String::format("%s.PrivateBrowsing", base.utf8().data()).createCFString());
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleCurl.cpp 39 #include <wtf/RetainPtr.h>
144 static HashMap<String, RetainPtr<CFDataRef> >& clientCerts()
146 static HashMap<String, RetainPtr<CFDataRef> > certs;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
CollatorICU.cpp 40 #include "RetainPtr.h"
65 RetainPtr<CFLocaleRef> currentLocale(AdoptCF, CFLocaleCopyCurrent());
68 RetainPtr<CFStringRef> collationOrderRetainer(AdoptCF, (CFStringRef)CFPreferencesCopyValue(CFSTR("AppleCollationOrder"), kCFPreferencesAnyApplication, kCFPreferencesCurrentUser, kCFPreferencesAnyHost));
  /external/webkit/Source/WebCore/platform/
DragData.h 38 #include <wtf/RetainPtr.h>
132 RetainPtr<NSPasteboard> m_pasteboard;
Pasteboard.h 34 #include <wtf/RetainPtr.h>
125 RetainPtr<NSPasteboard> m_pasteboard;
  /external/webkit/Source/WebCore/platform/graphics/cg/
GradientCG.cpp 32 #include <wtf/RetainPtr.h>
65 RetainPtr<CGFunctionRef> colorFunction(AdoptCF, CGFunctionCreate(this, 1, intervalRanges, 4, colorComponentRanges, &gradientCallbacks));
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 35 #import <wtf/RetainPtr.h>
137 HashMap<unsigned long, RetainPtr<id> > identifierMap;
WebPDFDocumentExtras.mm 30 #import <JavaScriptCore/RetainPtr.h>
111 RetainPtr<CFDataRef> data;
  /external/webkit/Source/WebKit2/Shared/mac/
PlatformCertificateInfo.mm 86 RetainPtr<CFStringRef> summary(AdoptCF, SecCertificateCopySubjectSummary((SecCertificateRef)CFArrayGetValueAtIndex(m_certificateChain.get(), i)));
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.h 31 #include <wtf/RetainPtr.h>
121 RetainPtr<WKEditorUndoTargetObjC> m_undoTarget;
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.h 76 RetainPtr<ObjectStructPtr> _instance;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
CACFLayerTreeHost.h 39 #include <wtf/RetainPtr.h>

Completed in 1663 milliseconds

1 2 3 4 5 6 7 891011>>