Home | History | Annotate | Download | only in rendering

Lines Matching refs:visibleToHitTesting

982     bool visibleToHitTesting() const { return style()->visibility() == VISIBLE && style()->pointerEvents() != PE_NONE && !isInert(); }