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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 311 overflowRect.shiftMaxYEdgeTo(max(flowThread()->visualOverflowRect().maxY(), portionRect.maxY()));
314 overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap / 2);
RootInlineBox.cpp 711 lineLayoutOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), pixelSnappedLogicalRight() + endPadding));
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatRect.h 118 void shiftMaxYEdgeTo(float edge)
IntRect.h 113 void shiftMaxYEdgeTo(int edge)
LayoutRect.h 126 void shiftMaxYEdgeTo(LayoutUnit edge)

Completed in 977 milliseconds