Searched refs:rangesIntersect (Results 1 – 2 of 2) sorted by relevance
1 …lyProperty (period),WebCore::minimumValueForLength (period),WebCore::rangesIntersect (period),WebC…
437 inline static bool rangesIntersect(int floatTop, int floatBottom, int objectTop, int objectBottom) in rangesIntersect() function472 …if (floatingObject->type() != FloatTypeValue || !rangesIntersect(interval.low(), interval.high(), … in collectIfNeeded()