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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.h 30 #import <wtf/RetainPtr.h>
65 RetainPtr<id> m_resourceLoadDelegate;
66 RetainPtr<id> m_downloadDelegate;
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.mm 102 static bool decode(ArgumentDecoder* decoder, RetainPtr<id>& result)
110 RetainPtr<NSAttributedString> string;
117 RetainPtr<NSColor> color;
124 RetainPtr<NSDictionary> dictionary;
131 RetainPtr<NSFont> font;
138 RetainPtr<NSNumber> number;
145 RetainPtr<NSString> string;
167 Vector<pair<NSRange, RetainPtr<NSDictionary> > > ranges;
173 RetainPtr<NSDictionary> attributesAtIndex = [string attributesAtIndex:position effectiveRange:&effectiveRange];
192 bool decode(ArgumentDecoder* decoder, RetainPtr<NSAttributedString>& result
    [all...]
CoreAnimationRenderer.h 31 #include <wtf/RetainPtr.h>
64 RetainPtr<CARenderer> m_renderer;
UpdateChunk.h 30 #include <wtf/RetainPtr.h>
52 RetainPtr<CGImageRef> createImage();
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.h 27 #import <wtf/RetainPtr.h>
38 RetainPtr<NSView> _wkView;
46 RetainPtr<CGPDFDocumentRef> _printedPagesPDFDocument;
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/mac/
InjectedBundleMac.cpp 31 #include <wtf/RetainPtr.h>
50 RetainPtr<CFStringRef> injectedBundlePathStr(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(m_path.characters()), m_path.length()));
56 RetainPtr<CFURLRef> bundleURL(AdoptCF, CFURLCreateWithFileSystemPath(0, injectedBundlePathStr.get(), kCFURLPOSIXPathStyle, false));
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
ChunkedUpdateDrawingAreaMac.cpp 35 #include <wtf/RetainPtr.h>
47 RetainPtr<CGColorSpaceRef> colorSpace(AdoptCF, CGColorSpaceCreateDeviceRGB());
48 RetainPtr<CGContextRef> bitmapContext(AdoptCF, CGBitmapContextCreate(updateChunk->data(), updateChunk->rect().width(), updateChunk->rect().height(), 8, updateChunk->rect().width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host));
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 36 #include <wtf/RetainPtr.h>
87 RetainPtr<id> m_scrollAnimationHelper;
88 RetainPtr<ScrollAnimationHelperDelegate> m_scrollAnimationHelperDelegate;
91 RetainPtr<WKScrollbarPainterControllerRef> m_scrollbarPainterController;
92 RetainPtr<ScrollbarPainterControllerDelegate> m_scrollbarPainterControllerDelegate;
93 RetainPtr<id> m_scrollbarPainterDelegate;
LocalizedStringsMac.mm 30 #import <wtf/RetainPtr.h>
42 RetainPtr<CFStringRef> keyString(AdoptCF, CFStringCreateWithCStringNoCopy(NULL, key, kCFStringEncodingUTF8, kCFAllocatorNull));
  /external/webkit/Source/WebCore/platform/win/
SearchPopupMenuWin.cpp 27 #include <wtf/RetainPtr.h>
52 static RetainPtr<CFStringRef> autosaveKey(const String& name)
55 return RetainPtr<CFStringRef>(AdoptCF, key.createCFString());
65 RetainPtr<CFMutableArrayRef> items;
71 RetainPtr<CFStringRef> item(AdoptCF, searchItems[i].createCFString());
88 RetainPtr<CFArrayRef> items(AdoptCF, reinterpret_cast<CFArrayRef>(CFPreferencesCopyAppValue(autosaveKey(name).get(), kCFPreferencesCurrentApplication)));
  /external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.h 32 #include <wtf/RetainPtr.h>
58 RetainPtr<ObjCListener> m_listener;
  /external/webkit/Source/WebCore/history/cf/
HistoryPropertyList.h 31 #include <wtf/RetainPtr.h>
39 RetainPtr<CFDataRef> releaseData();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 35 #import <wtf/RetainPtr.h>
93 WTF::RetainPtr<CGFontRef> m_cgFont;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindow.h 29 #include <wtf/RetainPtr.h>
58 RetainPtr<NSView> m_window;
  /external/webkit/Source/WebCore/platform/text/mac/
HyphenationMac.mm 34 #import <wtf/RetainPtr.h>
47 RetainPtr<CFStringRef> cfLocaleIdentifier(AdoptCF, localeIdentifier.createCFString());
48 RetainPtr<CFDictionaryRef> components(AdoptCF, CFLocaleCreateComponentsFromLocaleIdentifier(kCFAllocatorDefault, cfLocaleIdentifier.get()));
64 RetainPtr<CFStringRef> string(AdoptCF, CFStringCreateWithCharactersNoCopy(kCFAllocatorDefault, characters, length, kCFAllocatorNull));
  /external/webkit/Source/WebKit/win/
CFDictionaryPropertyBag.h 31 #include <wtf/RetainPtr.h>
56 RetainPtr<CFMutableDictionaryRef> m_dictionary;
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebContextMenuProxyMac.h 30 #include <wtf/RetainPtr.h>
57 RetainPtr<NSPopUpButtonCell> m_popup;
WebPopupMenuProxyMac.h 30 #include <wtf/RetainPtr.h>
55 RetainPtr<NSPopUpButtonCell> m_popup;
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.h 32 #include <wtf/RetainPtr.h>
64 static RetainPtr<CFArrayRef> cfURLCacheHostNames();
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.h 50 RetainPtr<CFDataRef> rawDataRepresentation();
61 static RetainPtr<CFDataRef> createPropertyListRepresentation(const ResourceResponse&);
62 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(Archive*);
63 static RetainPtr<CFDictionaryRef> createPropertyListRepresentation(ArchiveResource*, MainResourceStatus);
  /external/webkit/Source/WebCore/platform/cf/
SchedulePair.h 34 #include <wtf/RetainPtr.h>
65 RetainPtr<NSRunLoop*> m_nsRunLoop;
68 RetainPtr<CFRunLoopRef> m_runLoop;
69 RetainPtr<CFStringRef> m_mode;
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceError.h 31 #include <wtf/RetainPtr.h>
86 mutable RetainPtr<CFErrorRef> m_platformError;
88 RetainPtr<CFDataRef> m_certificate;
91 mutable RetainPtr<NSError> m_platformError;
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKErrorCF.cpp 43 RetainPtr<CFErrorRef> cfError = toImpl(error)->platformError().cfError();
  /external/webkit/Source/WebKit2/Shared/cg/
WebCoreArgumentCodersCG.cpp 39 RetainPtr<CGImageRef> platformImage = bitmap->makeCGImage();
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPreferencesCF.cpp 29 #include <wtf/RetainPtr.h>
36 static RetainPtr<CFStringRef> cfStringFromWebCoreString(const String& string)
38 return RetainPtr<CFStringRef>(AdoptCF, CFStringCreateWithCharacters(0, reinterpret_cast<const UniChar*>(string.characters()), string.length()));
41 static inline RetainPtr<CFStringRef> makeKey(const String& identifier, const String& baseKey)
48 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
59 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
70 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
84 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(makeKey(identifier, baseKey).get(), kCFPreferencesCurrentApplication));
131 RetainPtr<CFNumberRef> number(AdoptCF, CFNumberCreate(0, kCFNumberSInt32Type, &value));
140 RetainPtr<CFNumberRef> number(AdoptCF, CFNumberCreate(0, kCFNumberDoubleType, &value))
    [all...]

Completed in 3025 milliseconds

1 23 4 5 6 7 8 91011>>