Home | History | Annotate | Download | only in rendering

Lines Matching defs:visibleToHitTestRequest

953     bool visibleToHitTestRequest(const HitTestRequest& request) const { return style()->visibility() == VISIBLE && (request.ignorePointerEventsNone() || style()->pointerEvents() != PE_NONE) && !isInert(); }