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

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskImportStep.h63 WeakPtr<CustomElementMicrotaskImportStep> weakPtr() { return m_weakFactory.createWeakPtr(); }
H A DCustomElementMicrotaskRunQueue.cpp51 Microtask::enqueueMicrotask(WTF::bind(&CustomElementMicrotaskRunQueue::dispatchIfAlive, m_weakFactory.createWeakPtr()));
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMainThreadTaskRunner.cpp84 callOnMainThread(PerformTaskContext::didReceiveTask, new PerformTaskContext(m_weakFactory.createWeakPtr(), task, false));
89 callOnMainThread(PerformTaskContext::didReceiveTask, new PerformTaskContext(m_weakFactory.createWeakPtr(), task, true));
H A DMessagePort.cpp129 executionContext()->postTask(createCrossThreadTask(&MessagePort::dispatchMessages, m_weakFactory.createWeakPtr()));
H A DDocument.cpp4538 return m_weakFactory.createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportChild.h65 WeakPtr<HTMLImportChild> weakPtr() { return m_weakFactory.createWeakPtr(); }
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.h56 WeakPtr<SVGFontFaceElement> createWeakRef() { return m_weakFactory.createWeakPtr(); }
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DPromiseTracker.cpp38 WeakPtr<PromiseData> createWeakPtr() function in class:blink::FINAL
40 return m_weakPtrFactory.createWeakPtr();
96 return adoptPtr(new PromiseDataWrapper(data->createWeakPtr(), tracker));
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DWeakPtr.h132 // We should consider having createWeakPtr populate m_ref the first time createWeakPtr is called.
133 WeakPtr<T> createWeakPtr() { return WeakPtr<T>(m_ref); } function in class:WTF::WeakPtrFactory
139 // We create a new WeakReference so that future calls to createWeakPtr() create nonzero WeakPtrs.
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.cpp102 WeakPtr<Task> createWeakPtr() function in class:blink::ImageLoader::Task
104 return m_weakFactory.createWeakPtr();
224 m_pendingTask = task->createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.h75 WeakPtr<HTMLFormElement> createWeakPtr();
H A DFormAssociatedElement.cpp158 m_form = newForm->createWeakPtr();
H A DHTMLImageElement.cpp93 m_form = form->createWeakPtr();
209 m_form = nearestForm->createWeakPtr();
H A DHTMLFormElement.cpp596 WeakPtr<HTMLFormElement> HTMLFormElement::createWeakPtr() function in class:blink::HTMLFormElement
598 return m_weakPtrFactory.createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DCryptoResultImpl.cpp57 return p->m_weakPtrFactory.createWeakPtr();
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp418 checkpoint->parser = m_weakFactory.createWeakPtr();
754 config->parser = m_weakFactory.createWeakPtr();

Completed in 307 milliseconds