m_registeredWithShadowRoot  206 Source/core/dom/shadow/InsertionPoint.cpp             if (canBeActive() && !m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) {
m_registeredWithShadowRoot  207 Source/core/dom/shadow/InsertionPoint.cpp                 m_registeredWithShadowRoot = true;
m_registeredWithShadowRoot  236 Source/core/dom/shadow/InsertionPoint.cpp     if (m_registeredWithShadowRoot && insertionPoint->treeScope().rootNode() == root) {
m_registeredWithShadowRoot  238 Source/core/dom/shadow/InsertionPoint.cpp         m_registeredWithShadowRoot = false;
m_registeredWithShadowRoot   81 Source/core/dom/shadow/InsertionPoint.h     bool m_registeredWithShadowRoot;