Searched refs:isHitCandidate (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 2993 static bool isHitCandidate(const RenderLayer* hitLayer, bool canDepthSort, double* zOffset, const H… in scrollTo() function 3162 isHitCandidate(this, false, zOffsetForContentsPtr, unflattenedTransformState.get())) { in scrollTo() 3191 isHitCandidate(this, false, zOffsetForContentsPtr, unflattenedTransformState.get())) { in scrollTo() 3257 if (isHitCandidate(hitLayer, depthSortDescendants, zOffset, unflattenedTransformState)) { in scrollTo()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 28787 Improved the code by adding a utility method, isHitCandidate(), which computes and tests 28794 (WebCore::isHitCandidate):
|