isInert           315 Source/core/accessibility/AXObject.cpp             if (object->node()->isInert())
isInert          2196 Source/core/dom/Element.cpp     return inDocument() && supportsFocus() && !isInert() && rendererIsFocusable();
isInert           800 Source/core/dom/Node.cpp     return document().ownerElement() && document().ownerElement()->isInert();
isInert           401 Source/core/dom/Node.h     bool isInert() const;
isInert          1772 Source/core/rendering/RenderObject.cpp     return !isInert() && !(style()->userSelect() == SELECT_NONE && style()->userModify() == READ_ONLY);
isInert          3155 Source/core/rendering/RenderObject.cpp     return renderer->node()->isInert();
isInert           949 Source/core/rendering/RenderObject.h     bool isInert() const;
isInert           955 Source/core/rendering/RenderObject.h         return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert();
isInert           958 Source/core/rendering/RenderObject.h     bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); }