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/
RenderBlockFlow.cpp     [all...]
RenderBlockFlow.h 246 void removeFloatingObjectsBelow(FloatingObject*, int logicalOffset);
443 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.
444 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.
450 LayoutUnit adjustForUnsplittableChild(RenderBox*, LayoutUnit logicalOffset, bool includeMargins = false);
RenderBlock.cpp     [all...]
RenderInline.cpp     [all...]
RenderBlock.h 439 // Returns the logicalOffset at the top of the next page. If the offset passed in is already at the top of the current page,
445 LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;

Completed in 61 milliseconds