Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp3590 static inline bool isChildHitTestCandidate(RenderBox* box) in isChildHitTestCandidate() function
3617 if (isChildHitTestCandidate(childBox)) in positionForPoint()
3623 if (isChildHitTestCandidate(childBox) && contentsY < childBox->frameRect().bottom()) in positionForPoint()
/external/webkit/WebCore/
DChangeLog-2009-06-1621249 (WebCore::isChildHitTestCandidate): Added. Helper so the two loops in positionForPoint