Home | History | Annotate | Download | only in WebCore

Lines Matching full:recursion

1502         aborts the recursion if selfNeedsLayout() is set on the parent, this has the effect of stopping the O(n^2) pathological
5677 [Chromium] toV8(Node*) will enter infinite recursion when called with a node of type SHADOW_ROOT_NODE
5681 SHADOW_ROOT_NODE instead of entering infinite recursion.
10340 Roll r84945 back in with infinite recursion removed.
34695 can do a simplified recursion that just calls adjustBlockDirectionPosition to offset the boxes
34699 to track whether a box has text descendants now as well. When we avoid doing the recursion
37848 the replaced on the upper recursion stack. With this patch the
38894 REGRESSION: Infinite recursion in recursiveCheckLoadComplete()/checkLoadCompleteForThisFrame()/stopLoading()
38904 recursion guard (but that didn't cause immediate problems then).