Searched refs:leakPtr (Results 1 - 25 of 57) sorted by relevance

123

/external/webkit/Source/JavaScriptCore/parser/
H A DSourceProviderCache.cpp52 m_map.add(sourcePosition, item.leakPtr());
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCMainThread.cpp43 callOnMainThread(performTask, task.leakPtr());
/external/webkit/Source/WebCore/fileapi/
H A DThreadableBlobRegistry.cpp79 callOnMainThread(&registerBlobURLTask, context.leakPtr());
95 callOnMainThread(&registerBlobURLFromTask, context.leakPtr());
111 callOnMainThread(&unregisterBlobURLTask, context.leakPtr());
H A DLocalFileSystem.cpp64 s_instance = localFileSystem.leakPtr();
/external/webkit/Source/WebKit2/Platform/qt/
H A DWorkQueueQt.cpp87 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, notifier, SIGNAL(activated(int)), workItem.leakPtr());
109 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, item.leakPtr());
116 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, item.leakPtr());
123 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, process, SIGNAL(finished(int, QProcess::ExitStatus)), workItem.leakPtr());
/external/webkit/Source/JavaScriptCore/wtf/
H A DPassOwnArrayPtr.h53 PassOwnArrayPtr(const PassOwnArrayPtr& o) : m_ptr(o.leakPtr()) { }
54 template<typename U> PassOwnArrayPtr(const PassOwnArrayPtr<U>& o) : m_ptr(o.leakPtr()) { }
61 PtrType leakPtr() const WARN_UNUSED_RETURN;
104 template<typename T> inline typename PassOwnArrayPtr<T>::PtrType PassOwnArrayPtr<T>::leakPtr() const function in class:WTF::PassOwnArrayPtr
126 m_ptr = optr.leakPtr();
136 m_ptr = optr.leakPtr();
207 return adoptArrayPtr(static_cast<T*>(p.leakPtr()));
212 return adoptArrayPtr(const_cast<T*>(p.leakPtr()));
H A DPassOwnPtr.h55 PassOwnPtr(const PassOwnPtr& o) : m_ptr(o.leakPtr()) { }
56 template<typename U> PassOwnPtr(const PassOwnPtr<U>& o) : m_ptr(o.leakPtr()) { }
63 PtrType leakPtr() const WARN_UNUSED_RETURN;
102 template<typename T> inline typename PassOwnPtr<T>::PtrType PassOwnPtr<T>::leakPtr() const function in class:WTF::PassOwnPtr
124 m_ptr = optr.leakPtr();
134 m_ptr = optr.leakPtr();
198 return adoptPtr(static_cast<T*>(p.leakPtr()));
203 return adoptPtr(const_cast<T*>(p.leakPtr()));
H A DOwnPtr.h63 PtrType leakPtr() WARN_UNUSED_RETURN;
90 : m_ptr(o.leakPtr())
108 template<typename T> inline typename OwnPtr<T>::PtrType OwnPtr<T>::leakPtr() function in class:WTF::OwnPtr
128 m_ptr = o.leakPtr();
137 m_ptr = o.leakPtr();
H A DOwnArrayPtr.h56 PtrType leakPtr() WARN_UNUSED_RETURN;
89 : m_ptr(o.leakPtr())
107 template<typename T> inline typename OwnArrayPtr<T>::PtrType OwnArrayPtr<T>::leakPtr() function in class:WTF::OwnArrayPtr
127 m_ptr = o.leakPtr();
136 m_ptr = o.leakPtr();
H A DMessageQueue.h96 m_queue.append(message.leakPtr());
106 m_queue.append(message.leakPtr());
115 m_queue.prepend(message.leakPtr());
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownloadManager.cpp53 m_downloads.set(downloadID, download.leakPtr());
62 m_downloads.set(downloadID, download.leakPtr());
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.cpp70 m_workItemQueue.append(item.leakPtr());
/external/webkit/Source/WebCore/css/
H A DCSSParserValues.cpp100 CSSParserSelector* selector = m_tagHistory.leakPtr();
103 CSSParserSelector* next = selector->m_tagHistory.leakPtr();
H A DCSSSelectorList.cpp59 m_selectorArray = selectorVector[0]->releaseSelector().leakPtr();
/external/webkit/Source/WebCore/loader/
H A DPingLoader.cpp64 PingLoader* leakedPingLoader = pingLoader.leakPtr();
90 PingLoader* leakedPingLoader = pingLoader.leakPtr();
H A DCrossOriginAccessControl.cpp91 AtomicallyInitializedStatic(HTTPHeaderSet*, allowedCrossOriginResponseHeaders = createAllowedCrossOriginResponseHeadersSet().leakPtr());
/external/webkit/Source/WebKit2/UIProcess/qt/
H A DWebContextMenuProxyQt.cpp96 emit m_page->showContextMenu(QSharedPointer<QMenu>(menu.leakPtr()));
128 QMenu* const subMenuPtr = subMenu.leakPtr();
/external/webkit/Source/WebCore/dom/
H A DScopedEventQueue.cpp56 s_instance = instance.leakPtr();
/external/webkit/Source/WebCore/platform/text/
H A DLocalizedNumberICU.cpp56 static NumberFormat* formatter = createFormatterForCurrentLocale().leakPtr();
/external/webkit/Source/WebKit2/Platform/mac/
H A DWorkQueueMac.cpp50 dispatch_async_f(m_dispatchQueue, item.leakPtr(), executeWorkItem);
57 dispatch_after_f(delayTime, m_dispatchQueue, item.leakPtr(), executeWorkItem);
/external/webkit/Source/WebCore/rendering/style/
H A DContentData.h94 m_content.m_counter = counter.leakPtr();
/external/webkit/Source/WebKit/chromium/src/
H A DWebBlobData.cpp128 m_private = static_cast<WebBlobDataPrivate*>(data.leakPtr());
/external/webkit/Source/WebKit2/UIProcess/Plugins/
H A DPluginProcessManager.cpp100 PluginProcessProxy* pluginProcess = PluginProcessProxy::create(this, plugin).leakPtr();
/external/webkit/Tools/WebKitAPITest/
H A DTestsController.cpp75 m_tests.append(test.leakPtr());
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourceFilter.cpp228 m_filter.set(object, filterData.leakPtr());
238 m_filter.set(object, filterData.leakPtr());
257 m_filter.set(object, filterData.leakPtr());

Completed in 2072 milliseconds

123