headElement 1341 Source/core/dom/Document.cpp if (HTMLElement* headElement = head()) { headElement 1343 Source/core/dom/Document.cpp headElement->appendChild(m_titleElement); headElement 1375 Source/core/dom/Document.cpp if (HTMLElement* headElement = head()) { headElement 1376 Source/core/dom/Document.cpp if (HTMLTitleElement* title = Traversal<HTMLTitleElement>::firstChild(*headElement)) headElement 157 Source/core/html/parser/HTMLElementStack.h Element* headElement() const;