Searched refs:createWeakPtr (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMainThreadTaskRunner.cpp78 callOnMainThread(PerformTaskContext::didReceiveTask, new PerformTaskContext(m_weakFactory.createWeakPtr(), task));
H A DMessagePort.cpp111 executionContext()->postTask(bind(&MessagePort::dispatchMessages, m_weakFactory.createWeakPtr()));
H A DDocument.cpp4167 return m_weakFactory.createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGMatrixTearOff.h51 parent->addChild(result->m_weakFactory.createWeakPtr());
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DWeakPtr.h114 // We should consider having createWeakPtr populate m_ref the first time createWeakPtr is called.
115 WeakPtr<T> createWeakPtr() { return WeakPtr<T>(m_ref); } function in class:WTF::WeakPtrFactory
121 // We create a new WeakReference so that future calls to createWeakPtr() create nonzero WeakPtrs.
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp364 checkpoint->parser = m_weakFactory.createWeakPtr();
665 config->parser = m_weakFactory.createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp168 m_viewSpec = SVGViewSpec::create(m_weakFactory.createWeakPtr());

Completed in 458 milliseconds