Searched refs:boundedMultiply (Results 1 – 2 of 2) sorted by relevance
397 inline LayoutUnit boundedMultiply(const LayoutUnit& a, const LayoutUnit& b) in boundedMultiply() function414 return boundedMultiply(a, b);
273 … } else if (layoutOverflowLogicalBottom > boundedMultiply(pageLogicalHeight, desiredColumnCount)) { in shouldRelayoutForPagination()