Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2993 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/
DChangeLog-2009-06-1628787 Improved the code by adding a utility method, isHitCandidate(), which computes and tests
28794 (WebCore::isHitCandidate):