isShadowInsertionPoint   52 Source/core/dom/shadow/InsertionPoint.h     bool isShadowInsertionPoint() const;
isShadowInsertionPoint   95 Source/core/dom/shadow/InsertionPoint.h     return node.isInsertionPoint() && toInsertionPoint(node).isShadowInsertionPoint();
isShadowInsertionPoint  145 Source/core/events/EventPath.cpp                 if (insertionPoint->isShadowInsertionPoint()) {