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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.cpp 72 RetainPtr<CFArrayRef> cfURLHosts = cfURLCacheHostNames();
119 RetainPtr<CFMutableArrayRef> hostArray(AdoptCF, CFArrayCreateMutable(0, 0, &kCFTypeArrayCallBacks));
120 RetainPtr<CFStringRef> host(AdoptCF, origin->host().createCFString());
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceHandleCFNet.cpp 102 RetainPtr<CFMutableDataRef> m_data;
114 static HashMap<String, RetainPtr<CFDataRef> >& clientCerts()
116 static HashMap<String, RetainPtr<CFDataRef> > certs;
147 RetainPtr<CFStringRef> lastHTTPMethod(AdoptCF, handle->lastHTTPMethod().createCFString());
148 RetainPtr<CFStringRef> newMethod(AdoptCF, CFURLRequestCopyHTTPRequestMethod(cfRequest));
150 RetainPtr<CFMutableURLRequestRef> mutableRequest(AdoptCF, CFURLRequestCreateMutableCopy(0, cfRequest));
158 RetainPtr<CFStringRef> originalContentTypeCF(AdoptCF, originalContentType.createCFString());
346 RetainPtr<CFMutableDictionaryRef> sslProps;
356 HashMap<String, RetainPtr<CFDataRef> >::iterator clientCert = clientCerts().find(request.url().host().lower());
374 RetainPtr<CFArrayRef> cookies(AdoptCF, CFHTTPCookieStorageCopyCookiesForURL(cookieStorage, url, false))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.cpp 26 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 38 #include <wtf/RetainPtr.h>
201 RetainPtr<PlatformLayer> m_layer;
210 RetainPtr<NSObject> m_delegate;
212 RetainPtr<void> m_delegate;
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.cpp 36 #include <wtf/RetainPtr.h>
82 RetainPtr<CFDataRef> data(AdoptCF, this->data()->createCFData());
83 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
90 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateDirect(this->data(), this->data()->size(), &providerCallbacks));
GraphicsContext3DCG.cpp 42 #include <wtf/RetainPtr.h>
102 RetainPtr<CGImageRef> decodedImage;
129 RetainPtr<CGContextRef> bitmapContext;
238 RetainPtr<CFDataRef> pixelData;
262 RetainPtr<CGDataProviderRef> dataProvider(AdoptCF, CGDataProviderCreateWithData(0, imagePixels, rowBytes * imageHeight, 0));
263 RetainPtr<CGImageRef> cgImage(AdoptCF, CGImageCreate(imageWidth, imageHeight, 8, 32, rowBytes, deviceRGBColorSpaceRef(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host,
  /external/webkit/Source/WebCore/platform/graphics/mac/
ImageMac.mm 95 RetainPtr<CFMutableDataRef> data(AdoptCF, CFDataCreateMutable(0, 0));
97 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), CFSTR("public.tiff"), numValidFrames, 0));
GraphicsContextMac.mm 82 RetainPtr<CGMutablePathRef> focusRingPath(AdoptCF, CGPathCreateMutable());
131 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, spellingPatternColor, (createPatternColor(@"SpellingDot", [NSColor redColor], usingDotForSpelling)));
140 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, grammarPatternColor, (createPatternColor(@"GrammarDot", [NSColor greenColor], usingDotForGrammar)));
151 DEFINE_STATIC_LOCAL(RetainPtr<NSColor>, spellingPatternColor, (createPatternColor(@"CorrectionDot", [NSColor blueColor], usingDotForSpelling)));
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.cpp 28 #include <wtf/RetainPtr.h>
WebTiledLayer.h 78 RetainPtr<CACFLayerRef> m_tileParent;
GraphicsLayerCACF.h 33 #include <wtf/RetainPtr.h>
132 RetainPtr<CGImageRef> m_pendingContentsImage;
WKCAImageQueue.cpp 33 #include <wtf/RetainPtr.h>
39 RetainPtr<CAImageQueueRef> m_imageQueue;
  /external/webkit/Source/WebCore/platform/network/
ResourceHandleInternal.h 157 RetainPtr<CFURLConnectionRef> m_connection;
159 RetainPtr<NSURLConnection> m_connection;
160 RetainPtr<WebCoreResourceHandleAsDelegate> m_delegate;
161 RetainPtr<id> m_proxy;
NetworkStateNotifier.h 38 #include <wtf/RetainPtr.h>
102 RetainPtr<SCDynamicStoreRef> m_store;
  /external/webkit/Source/WebKit/win/
WebHistory.h 34 #include <wtf/RetainPtr.h>
129 typedef HashMap<DateKey, RetainPtr<CFMutableArrayRef> > DateToEntriesMap;
157 RetainPtr<CFDataRef> data() const;
160 RetainPtr<CFMutableDictionaryRef> m_entriesByURL;
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLCF.cpp 32 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm 42 #import <wtf/RetainPtr.h>
76 RetainPtr<CFStringRef> cfLocalization(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(localization.characters()), localization.length()));
  /external/webkit/Source/WebCore/platform/
DragImage.h 34 #include <wtf/RetainPtr.h>
70 typedef RetainPtr<NSImage> DragImageRef;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.h 42 #include <wtf/RetainPtr.h>
145 RetainPtr<WebGLLayer> m_platformLayer;
  /external/webkit/Source/WebKit/chromium/src/
WebImageCG.cpp 44 #include <wtf/RetainPtr.h>
79 RetainPtr<CGImageRef> frame(AdoptCF, source.createFrameAtIndex(index));
  /external/webkit/Source/WebKit2/Shared/mac/
WebCoreArgumentCodersMac.mm 46 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLRequestCreateSerializableRepresentation(resourceRequest.nsURLRequest(), CoreIPC::tokenNullTypeRef()));
61 RetainPtr<CFDictionaryRef> dictionary;
81 RetainPtr<CFDictionaryRef> dictionary(AdoptCF, WKNSURLResponseCreateSerializableRepresentation(resourceResponse.nsURLResponse(), CoreIPC::tokenNullTypeRef()));
96 RetainPtr<CFDictionaryRef> dictionary;
  /external/webkit/Tools/DumpRenderTree/win/
PixelDumpSupportWin.cpp 45 #include <wtf/RetainPtr.h>
74 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
  /external/webkit/Source/WebCore/platform/mac/
WebCoreNSStringExtras.mm 32 #import <wtf/RetainPtr.h>
83 RetainPtr<CFURLRef> url(AdoptCF, CFURLCreateFromFSRef(NULL, &fref));
95 RetainPtr<CFStringRef> locale(AdoptCF, CFLocaleCreateCanonicalLocaleIdentifierFromString(NULL, (CFStringRef)directoryName));
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 35 #include <wtf/RetainPtr.h>
134 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFBundleCopyExecutableURL(CFBundleGetMainBundle()));
135 RetainPtr<CFURLRef> bundleDirectoryURL(AdoptCF, CFURLCreateCopyDeletingLastPathComponent(0, bundleURL.get()));
136 RetainPtr<CFStringRef> testPluginDirectoryNameString(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(testPluginDirectoryName), wcslen(testPluginDirectoryName)));
137 RetainPtr<CFURLRef> testPluginDirectoryURL(AdoptCF, CFURLCreateCopyAppendingPathComponent(0, bundleDirectoryURL.get(), testPluginDirectoryNameString.get(), true));
138 RetainPtr<CFStringRef> testPluginDirectoryPath(AdoptCF, CFURLCopyFileSystemPath(testPluginDirectoryURL.get(), kCFURLWindowsPathStyle));
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.mm 124 static void populateNSMenu(NSMenu* menu, const Vector<RetainPtr<NSMenuItem> >& menuItemVector)
133 static Vector<RetainPtr<NSMenuItem> > nsMenuItemVector(const Vector<WebContextMenuItemData>& items)
135 Vector<RetainPtr<NSMenuItem> > result;
154 result.append(RetainPtr<NSMenuItem>(AdoptNS, menuItem));
170 result.append(RetainPtr<NSMenuItem>(AdoptNS, menuItem));

Completed in 1337 milliseconds

1 2 3 4 5 6 78 91011>>