Home
last modified time | relevance | path

Searched refs:leakPtr (Results 1 – 25 of 49) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DPassOwnArrayPtr.h53 PassOwnArrayPtr(const PassOwnArrayPtr& o) : m_ptr(o.leakPtr()) { } in PassOwnArrayPtr()
54 template<typename U> PassOwnArrayPtr(const PassOwnArrayPtr<U>& o) : m_ptr(o.leakPtr()) { } in PassOwnArrayPtr()
61 PtrType leakPtr() const WARN_UNUSED_RETURN;
104 template<typename T> inline typename PassOwnArrayPtr<T>::PtrType PassOwnArrayPtr<T>::leakPtr() const in leakPtr() function
126 m_ptr = optr.leakPtr();
136 m_ptr = optr.leakPtr();
207 return adoptArrayPtr(static_cast<T*>(p.leakPtr())); in static_pointer_cast()
212 return adoptArrayPtr(const_cast<T*>(p.leakPtr())); in const_pointer_cast()
H A DPassOwnPtr.h56 PassOwnPtr(const PassOwnPtr& o) : m_ptr(o.leakPtr()) { } in PassOwnPtr()
57 template<typename U> PassOwnPtr(const PassOwnPtr<U>& o) : m_ptr(o.leakPtr()) { } in PassOwnPtr()
64 PtrType leakPtr() const WARN_UNUSED_RETURN;
110 template<typename T> inline typename PassOwnPtr<T>::PtrType PassOwnPtr<T>::leakPtr() const in leakPtr() function
132 m_ptr = optr.leakPtr();
142 m_ptr = optr.leakPtr();
206 return adoptPtr(static_cast<T*>(p.leakPtr())); in static_pointer_cast()
211 return adoptPtr(const_cast<T*>(p.leakPtr())); in const_pointer_cast()
H A DOwnArrayPtr.h56 PtrType leakPtr() WARN_UNUSED_RETURN;
89 : m_ptr(o.leakPtr()) in OwnArrayPtr()
107 template<typename T> inline typename OwnArrayPtr<T>::PtrType OwnArrayPtr<T>::leakPtr() in leakPtr() function
127 m_ptr = o.leakPtr();
136 m_ptr = o.leakPtr();
H A DOwnPtr.h60 PtrType leakPtr() WARN_UNUSED_RETURN;
96 : m_ptr(o.leakPtr()) in OwnPtr()
114 template<typename T> inline typename OwnPtr<T>::PtrType OwnPtr<T>::leakPtr() in leakPtr() function
134 m_ptr = o.leakPtr();
143 m_ptr = o.leakPtr();
H A DMessageQueue.h96 m_queue.append(message.leakPtr()); in append()
106 m_queue.append(message.leakPtr()); in appendAndCheckEmpty()
115 m_queue.prepend(message.leakPtr()); in prepend()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp87 …Qt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr()); in registerSocketEventHandler()
109 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, item.leakPtr()); in scheduleWork()
116 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, item.leakPtr()); in scheduleWorkAfterDelay()
123 …kQueue::WorkItemQt(this, process, SIGNAL(finished(int, QProcess::ExitStatus)), workItem.leakPtr()); in scheduleWorkOnTermination()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp79 callOnMainThread(&registerBlobURLTask, context.leakPtr()); in registerBlobURL()
95 callOnMainThread(&registerBlobURLFromTask, context.leakPtr()); in registerBlobURL()
111 callOnMainThread(&unregisterBlobURLTask, context.leakPtr()); in unregisterBlobURL()
H A DLocalFileSystem.cpp64 s_instance = localFileSystem.leakPtr(); in initializeLocalFileSystem()
H A DFileSystemCallbacks.cpp189 …vent(DOMFileSystem::create(m_scriptExecutionContext.get(), name, asyncFileSystem.leakPtr()).get()); in didOpenFileSystem()
250 …t = DOMFileSystem::create(m_scriptExecutionContext.get(), name, asyncFileSystem.leakPtr())->root(); in didOpenFileSystem()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DPingLoader.cpp66 PingLoader* leakedPingLoader = pingLoader.leakPtr(); in loadImage()
92 PingLoader* leakedPingLoader = pingLoader.leakPtr(); in sendPing()
110 PingLoader* leakedPingLoader = pingLoader.leakPtr(); in reportContentSecurityPolicyViolation()
H A DCrossOriginAccessControl.cpp91 …rSet*, allowedCrossOriginResponseHeaders = createAllowedCrossOriginResponseHeadersSet().leakPtr()); in isOnAccessControlResponseHeaderWhitelist()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp53 m_downloads.set(downloadID, download.leakPtr()); in startDownload()
62 m_downloads.set(downloadID, download.leakPtr()); in convertHandleToDownload()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp96 emit m_page->showContextMenu(QSharedPointer<QMenu>(menu.leakPtr())); in showContextMenu()
128 QMenu* const subMenuPtr = subMenu.leakPtr(); in createContextMenu()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/mac/
H A DWorkQueueMac.cpp50 dispatch_async_f(m_dispatchQueue, item.leakPtr(), executeWorkItem); in scheduleWork()
57 dispatch_after_f(delayTime, m_dispatchQueue, item.leakPtr(), executeWorkItem); in scheduleWorkAfterDelay()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSParserValues.cpp100 CSSParserSelector* selector = m_tagHistory.leakPtr(); in ~CSSParserSelector()
103 CSSParserSelector* next = selector->m_tagHistory.leakPtr(); in ~CSSParserSelector()
H A DCSSSelectorList.cpp57 m_selectorArray = selectorVector[0]->releaseSelector().leakPtr(); in adoptSelectorVector()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp629 … HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::bTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
630 …HTMLElementEquivalent::create(CSSPropertyFontWeight, CSSValueBold, HTMLNames::strongTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
631 … HTMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSub, HTMLNames::subTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
632 …TMLElementEquivalent::create(CSSPropertyVerticalAlign, CSSValueSuper, HTMLNames::supTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
633 … HTMLElementEquivalent::create(CSSPropertyFontStyle, CSSValueItalic, HTMLNames::iTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
634 … HTMLElementEquivalent::create(CSSPropertyFontStyle, CSSValueItalic, HTMLNames::emTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
636 HTMLTextDecorationEquivalent::create(CSSValueUnderline, HTMLNames::uTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
637 HTMLTextDecorationEquivalent::create(CSSValueLineThrough, HTMLNames::sTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
638 HTMLTextDecorationEquivalent::create(CSSValueLineThrough, HTMLNames::strikeTag).leakPtr(), in conflictsWithImplicitStyleOfElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/parser/
H A DSourceProviderCache.cpp52 m_map.add(sourcePosition, item.leakPtr()); in add()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilter.cpp229 m_filter.set(object, filterData.leakPtr()); in applyResource()
239 m_filter.set(object, filterData.leakPtr()); in applyResource()
258 m_filter.set(object, filterData.leakPtr()); in applyResource()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DScopedEventQueue.cpp56 s_instance = instance.leakPtr(); in initialize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DLocalizedNumberICU.cpp56 static NumberFormat* formatter = createFormatterForCurrentLocale().leakPtr(); in numberFormatter()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DContentData.h94 m_content.m_counter = counter.leakPtr(); in setCounter()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/CoreIPC/
H A DConnection.cpp492 pendingSyncReply.replyDecoder = arguments.leakPtr(); in processIncomingSyncReply()
529 it->second = incomingMessage.releaseArguments().leakPtr(); in processIncomingMessage()
644 ArgumentEncoder *encoder = replyEncoder.leakPtr(); in dispatchSyncMessage()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessManager.cpp100 PluginProcessProxy* pluginProcess = PluginProcessProxy::create(this, plugin).leakPtr(); in getOrCreatePluginProcess()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageOverlay.cpp133 return toAPI(PageOverlay::create(clientImpl.leakPtr()).leakRef()); in WKBundlePageOverlayCreate()

12