Searched refs:isChildHitTestCandidate (Results 1 – 1 of 1) sorted by relevance
3410 static inline bool isChildHitTestCandidate(RenderBox* box) in isChildHitTestCandidate() function3445 while (lastCandidateBox && !isChildHitTestCandidate(lastCandidateBox)) in positionForPoint()3455 if (!isChildHitTestCandidate(childBox)) in positionForPoint()3459 … if (isChildHitTestCandidate(childBox) && (pointInLogicalContents.y() < childLogicalBottom in positionForPoint()