Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/
DLayoutUnit.h397 inline LayoutUnit boundedMultiply(const LayoutUnit& a, const LayoutUnit& b) in boundedMultiply() function
414 return boundedMultiply(a, b);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp273 … } else if (layoutOverflowLogicalBottom > boundedMultiply(pageLogicalHeight, desiredColumnCount)) { in shouldRelayoutForPagination()