PE_NONE          3200 Source/core/css/CSSPrimitiveValueMappings.h     case PE_NONE:
PE_NONE          3245 Source/core/css/CSSPrimitiveValueMappings.h         return PE_NONE;
PE_NONE            72 Source/core/rendering/PointerEventsHitRules.cpp             case PE_NONE:
PE_NONE           109 Source/core/rendering/PointerEventsHitRules.cpp             case PE_NONE:
PE_NONE           955 Source/core/rendering/RenderObject.h         return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert();
PE_NONE           958 Source/core/rendering/RenderObject.h     bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); }
PE_NONE           349 Source/core/svg/SVGSVGElement.cpp     if (!renderer || renderer->style()->pointerEvents() == PE_NONE)