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

<<1112131415

  /external/webkit/Source/WebCore/platform/
ContextMenuItem.h 35 #include <wtf/RetainPtr.h>
293 RetainPtr<NSMenuItem> m_platformDescription;
Widget.h 39 #include <wtf/RetainPtr.h>
278 RetainPtr<NSView> m_widget;
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 43 #include <wtf/RetainPtr.h>
277 mutable HashMap<unsigned, RetainPtr<CFDictionaryRef> > m_CFStringAttributes;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.h 57 #include <wtf/RetainPtr.h>
196 RetainPtr<CGContextRef> m_rootLayerCGContext;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 32 #include <wtf/RetainPtr.h>
90 RetainPtr<CGFontRef> cgFont(AdoptCF, CGFontCreateWithPlatformFont(&logFont));
MediaPlayerPrivateFullscreenWindow.cpp 117 RetainPtr<CGColorRef> redColor(AdoptCF, CGColorCreateGenericRGB(1, 0, 0, 1));
MediaPlayerPrivateQuickTimeVisualContext.h 36 #include <wtf/RetainPtr.h>
MediaPlayerPrivateQuickTimeWin.cpp 148 RetainPtr<CFStringRef> dateCFString(AdoptCF, CFStringCreateWithFormat(0, 0, dateFormatString, dayStrings[day - 1], dateValue.day,
871 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreateWithBytesNoCopy(0, static_cast<UInt8*>(buffer), rowBytes * height, kCFAllocatorNull));
872 RetainPtr<CGDataProviderRef> provider(AdoptCF, CGDataProviderCreateWithCFData(data.get()));
873 RetainPtr<CGImageRef> frameImage(AdoptCF, CGImageCreate(width, height, 8, bitsPerPixel, rowBytes, colorSpace,
SimpleFontDataCGWin.cpp 44 #include <wtf/RetainPtr.h>
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceResponseMac.mm 118 RetainPtr<NSString> httpStatusLine(AdoptNS, wkCopyNSURLResponseStatusLine(m_nsResponse.get()));
  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 35 #include <wtf/RetainPtr.h>
287 RetainPtr<CFStringRef> cfs(AdoptCF, copy.createCFString());
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumMac.mm 29 #import <wtf/RetainPtr.h>
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 100 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes])));
106 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedNonImageMIMETypes())));
112 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegistry::getSupportedImageMIMETypes())));
118 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticUnsupportedTextMIMETypes, (stringArray(MIMETypeRegistry::getUnsupportedTextMIMETypes())));
  /external/webkit/Source/WebKit/win/
WebCache.cpp 110 RetainPtr<CFMutableDictionaryRef> dictionary(AdoptCF,
113 RetainPtr<CFNumberRef> value(AdoptCF, CFNumberCreate(0, kCFNumberIntType, &stat.images.count));
WebPreferences.cpp 90 static RetainPtr<CFNumberRef> cfNumber(NumberType value)
92 return RetainPtr<CFNumberRef>(AdoptCF, CFNumberCreate(0, CFNumberTraits<NumberType>::Type, &value));
230 RetainPtr<CFStringRef> linkBehaviorStringRef(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%d"), WebKitEditableLinkDefaultBehavior));
246 RetainPtr<CFStringRef> cacheModelRef(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%d"), WebCacheModelDocumentViewer));
258 RetainPtr<CFStringRef> pluginAllowedRunTime(AdoptCF, CFStringCreateWithFormat(0, 0, CFSTR("%u"), numeric_limits<unsigned>::max()));
273 RetainPtr<CFPropertyListRef> WebPreferences::valueForKey(CFStringRef key)
275 RetainPtr<CFPropertyListRef> value = CFDictionaryGetValue(m_privatePrefs.get(), key);
297 RetainPtr<CFPropertyListRef> value = valueForKey(key);
349 RetainPtr<CFStringRef> valueRef(AdoptCF,
434 RetainPtr<CFURLRef> urlRef(AdoptCF, CFURLCreateFromFileSystemRepresentation(0, reinterpret_cast<const UInt8* (…)
    [all...]
WebPreferences.h 32 #include <wtf/RetainPtr.h>
461 RetainPtr<CFPropertyListRef> valueForKey(CFStringRef key);
481 RetainPtr<CFMutableDictionaryRef> m_privatePrefs;
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PageClientImpl.mm 218 RetainPtr<WKEditCommandObjC> commandObjC(AdoptNS, [[WKEditCommandObjC alloc] initWithWebEditCommandProxy:command]);
249 RetainPtr<CGImageRef> dragCGImage = dragImage->makeCGImage();
250 RetainPtr<NSImage> dragNSImage(AdoptNS, [[NSImage alloc] initWithCGImage:dragCGImage.get() size:dragImage->size()]);
383 RetainPtr<NSMutableAttributedString> attributedString(AdoptNS, [[NSMutableAttributedString alloc] initWithString:nsStringFromWebCoreString(text)]);
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 82 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
TextCheckerMac.mm 31 #import <wtf/RetainPtr.h>
232 RetainPtr<NSString> textString(AdoptNS, [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(text) length:length freeWhenDone:NO]);
350 RetainPtr<NSMutableArray> corrections(AdoptNS, [[NSMutableArray alloc] init]);
358 RetainPtr<NSDictionary> grammarDetailDict(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections.get(), NSGrammarCorrections, nil]);
WebContextMac.mm 80 RetainPtr<CFStringRef> cachePath(AdoptCF, WKCopyFoundationCacheDirectory());
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 90 RetainPtr<WKCACFViewRef> view(AdoptCF, WKCACFViewCreate(kWKCACFViewDrawingDestinationImage));
199 RetainPtr<WKCACFImageRef> image(AdoptCF, WKCACFViewCopyDrawnImage(m_view.get(), &imageOrigin, &nextDrawTime));
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.cpp 49 #include <wtf/RetainPtr.h>
162 RetainPtr<CFURLRef> htmlURLRef(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
239 RetainPtr<CFURLRef> url(AdoptCF, CFBundleCopyResourceURL(getWebKitBundle(), CFSTR("localizedStrings"), CFSTR("js"), 0));
  /external/webkit/Source/WebCore/bridge/objc/
objc_class.mm 90 RetainPtr<CFStringRef> methodName(AdoptCF, CFStringCreateWithCString(NULL, buffer, kCFStringEncodingASCII));
157 RetainPtr<CFStringRef> fieldName(AdoptCF, CFStringCreateWithCString(NULL, jsName.data(), kCFStringEncodingASCII));
objc_runtime.mm 39 #include <wtf/RetainPtr.h>
241 RetainPtr<CFStringRef> name(AdoptCF, CFStringCreateWithCharacters(0, nameIdentifier.characters(), nameIdentifier.length()));
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 34 #include <wtf/RetainPtr.h>

Completed in 369 milliseconds

<<1112131415