ownerDocumentForCurrentNode  564 Source/core/html/parser/HTMLConstructionSite.cpp     attachLater(currentNode(), Comment::create(ownerDocumentForCurrentNode(), token->comment()));
ownerDocumentForCurrentNode  645 Source/core/html/parser/HTMLConstructionSite.cpp     RefPtr<HTMLScriptElement> element = HTMLScriptElement::create(ownerDocumentForCurrentNode(), parserInserted, alreadyStarted);
ownerDocumentForCurrentNode  724 Source/core/html/parser/HTMLConstructionSite.cpp     RefPtr<Element> element = ownerDocumentForCurrentNode().createElement(tagName, true);
ownerDocumentForCurrentNode  738 Source/core/html/parser/HTMLConstructionSite.cpp     Document& document = ownerDocumentForCurrentNode();
ownerDocumentForCurrentNode  172 Source/core/html/parser/HTMLConstructionSite.h     Document& ownerDocumentForCurrentNode();