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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
RenderBlockFlow.h 259 void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset);
426 LayoutUnit applyBeforeBreak(RenderBox* child, LayoutUnit logicalOffset); // If the child has a before break, then return a new yPos that shifts to the top of the next page/column.
427 LayoutUnit applyAfterBreak(RenderBox* child, LayoutUnit logicalOffset, MarginInfo&); // If the child has an after break, then return a new offset that shifts to the top of the next page/column.
RenderBlockFlow.cpp     [all...]
RenderInline.cpp     [all...]
RenderBlock.h 463 // Returns the logicalOffset at the top of the next page. If the offset passed in is already at the top of the current page,
469 LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;
487 LayoutUnit adjustForUnsplittableChild(RenderBox* child, LayoutUnit 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.

Completed in 38 milliseconds