Searched refs:leakRef (Results 126 - 150 of 228) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageSourceCG.cpp424 return image.leakRef();
430 return image.leakRef();
432 return maskedImage.leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_context.cpp136 static EwkContext* defaultInstance = create().leakRef();
434 return EwkContext::create().leakRef();
441 return EwkContext::create(String::fromUTF8(path)).leakRef();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp58 *returnDataRef = toAPI(returnData.release().leakRef());
254 return toAPI(origins.release().leakRef());
259 return toAPI(toImpl(bundle)->createWebDataFromUint8Array(context, data).leakRef());
H A DWKBundlePageOverlay.cpp158 return toAPI(PageOverlay::create(clientImpl.release()).leakRef());
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCodeBlockSet.cpp54 CodeBlock* block = codeBlock.leakRef();
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSJavaScriptCallFrame.cpp45 , m_impl(impl.leakRef())
H A DJSInjectedScriptHost.cpp52 , m_impl(impl.leakRef())
/macosx-10.10/WebCore-7600.1.25/dom/
H A DQualifiedName.cpp71 location = &QualifiedName::QualifiedNameImpl::create(components.m_prefix, components.m_localName, components.m_namespace).leakRef();
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DAsyncFileStream.cpp60 static FileThread* thread = createFileThread().leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DAudioDestinationGStreamer.cpp148 gst_element_sync_state_with_parent(audioSink.leakRef());
/macosx-10.10/WebCore-7600.1.25/platform/cf/
H A DSharedBufferCF.cpp97 RetainPtr<CFDataRef> cfData = adoptCF(m_cfData.leakRef());
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp35 return toAPI(webView.release().leakRef());
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DWebScriptObject.mm172 _private->rootObject = rootObject.leakRef();
173 _private->originRootObject = originRootObject.leakRef();
197 _private->rootObject = rootObject.leakRef();
198 _private->originRootObject = originRootObject.leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DCOMPtr.h71 T* leakRef();
117 template<typename T> inline T* COMPtr<T>::leakRef() function in class:COMPtr
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebDatabaseManager.cpp228 *result = enumVariant.leakRef();
253 *result = enumVariant.leakRef();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextGroup.mm129 return toAPI(API::Array::create(WTF::move(strings)).leakRef());
H A DWKProcessGroup.mm95 return (WKTypeRef)wkMessageBody.release().leakRef();
/macosx-10.10/WebCore-7600.1.25/platform/network/ios/
H A DQuickLook.mm102 static NSSet *set = adoptNS(::QLPreviewGetSupportedMIMETypes()).leakRef();
121 nullptr]).leakRef();
132 nullptr]).leakRef();
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValueRef.cpp364 return OpaqueJSString::create(result).leakRef();
427 return stringRef.release().leakRef();
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGWorklist.cpp409 theGlobalDFGWorklist = Worklist::create("DFG Worklist", Options::numberOfDFGCompilerThreads(), Options::priorityDeltaOfDFGCompilerThreads()).leakRef();
425 theGlobalFTLWorklist = Worklist::create("FTL Worklist", Options::numberOfFTLCompilerThreads(), Options::priorityDeltaOfFTLCompilerThreads()).leakRef();
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrack.cpp106 static TextTrack* off = TextTrack::create(0, 0, "off menu item", "", "", "").leakRef();
112 static TextTrack* automatic = TextTrack::create(0, 0, "automatic menu item", "", "", "").leakRef();
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp179 static NeverDestroyed<Image*> brokenImageHiRes(Image::loadPlatformResource("missingImage@2x").leakRef());
183 static NeverDestroyed<Image*> brokenImageLoRes(Image::loadPlatformResource("missingImage").leakRef());
/macosx-10.10/WebCore-7600.1.25/platform/network/mac/
H A DWebCoreURLResponse.mm318 static CFStringRef defaultMIMETypeString = WebCore::defaultMIMEType().createCFString().leakRef();
/macosx-10.10/WTF-7600.1.24/wtf/gobject/
H A DGRefPtr.h81 T* leakRef() WARN_UNUSED_RETURN
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMWindowBase.cpp214 vm = VM::createLeaked(LargeHeap).leakRef();

Completed in 391 milliseconds

12345678910