Home
last modified time | relevance | path

Searched refs:isChildHitTestCandidate (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3410 static inline bool isChildHitTestCandidate(RenderBox* box) in isChildHitTestCandidate() function
3445 while (lastCandidateBox && !isChildHitTestCandidate(lastCandidateBox)) in positionForPoint()
3455 if (!isChildHitTestCandidate(childBox)) in positionForPoint()
3459 … if (isChildHitTestCandidate(childBox) && (pointInLogicalContents.y() < childLogicalBottom in positionForPoint()