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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 303 remainingHeight = intMod(remainingHeight, pageLogicalHeight);
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
LayoutUnit.h 649 inline LayoutUnit intMod(const LayoutUnit& a, const LayoutUnit& b)
651 // This calculates the modulo so that: a = static_cast<int>(a / b) * b + intMod(a, b).

Completed in 396 milliseconds