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/platform/geometry/
FloatRect.h 115 void shiftMaxYEdgeTo(float edge)
IntRect.h 112 void shiftMaxYEdgeTo(int edge)
LayoutRect.h 126 void shiftMaxYEdgeTo(LayoutUnit edge)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 418 overflowRect.shiftMaxYEdgeTo(portionRect.maxY() + colGap - colGap / 2);
RootInlineBox.cpp 587 lineLayoutOverflow.shiftMaxYEdgeTo(std::max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding));
    [all...]
RenderBox.cpp     [all...]

Completed in 107 milliseconds