Home
last modified time | relevance | path

Searched refs:DocumentWeakReference (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/dom/
H A DDocument.cpp342 class DocumentWeakReference : public ThreadSafeRefCounted<DocumentWeakReference> { class
344 static PassRefPtr<DocumentWeakReference> create(Document* document) in create()
346 return adoptRef(new DocumentWeakReference(document)); in create()
362 DocumentWeakReference(Document* document) in DocumentWeakReference() function in WebCore::DocumentWeakReference
411 , m_weakReference(DocumentWeakReference::create(this)) in Document()
4660 …PerformTaskContext(PassRefPtr<DocumentWeakReference> documentReference, PassOwnPtr<ScriptExecution… in PerformTaskContext()
4666 RefPtr<DocumentWeakReference> documentReference;
H A DDocument.h74 class DocumentWeakReference; variable
1364 RefPtr<DocumentWeakReference> m_weakReference;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-296672 Move local utility class DocumentWeakReference entirely from Document.h into Document.cpp
6678 * dom/Document.h: Replace DocumentWeakReference declaration with a forward declaration.
10084 (WebCore::DocumentWeakReference::DocumentWeakReference):
10085 (WebCore::DocumentWeakReference::document):
10086 (WebCore::DocumentWeakReference::clear):
10093 (WebCore::DocumentWeakReference::create):