HomeSort by relevance Sort by last modified time
    Searched refs:boundedMultiply (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 404 inline LayoutUnit boundedMultiply(const LayoutUnit& a, const LayoutUnit& b)
421 return boundedMultiply(a, b);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.cpp 259 } else if (layoutOverflowLogicalBottom > boundedMultiply(pageLogicalHeight, desiredColumnCount)) {
    [all...]

Completed in 317 milliseconds