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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 88 LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule = IncludePageBoundary);
RenderMultiColumnFlowThread.cpp 310 *offsetBreakAdjustment = pageLogicalHeightForOffset(offset) ? pageRemainingLogicalHeightForOffset(offset, IncludePageBoundary) : LayoutUnit();
RenderBlock.h 465 // IncludePageBoundary set will not.
468 enum PageBoundaryRule { ExcludePageBoundary, IncludePageBoundary };
476 LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBoundary) const;
RenderFlowThread.cpp 300 if (pageBoundaryRule == IncludePageBoundary) {
301 // If IncludePageBoundary is set, the line exactly on the top edge of a
RenderBlockFlow.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 69 milliseconds