Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalOffset

533     void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset);
707 int nextPageLogicalTop(int logicalOffset) const; // Returns the top of the next page following logicalOffset.
708 int applyBeforeBreak(RenderBox* child, int logicalOffset); // If the child has a before break, then return a new yPos that shifts to the top of the next page/column.
709 int applyAfterBreak(RenderBox* child, int logicalOffset, MarginInfo& marginInfo); // If the child has an after break, then return a new offset that shifts to the top of the next page/column.
710 int adjustForUnsplittableChild(RenderBox* child, int logicalOffset, bool includeMargins = false); // If the child is unsplittable and can't fit on the current page, return the top of the next page/column.