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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.h 86 LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit, PageBoundaryRule = IncludePageBoundary);
RenderBlock.h 444 enum PageBoundaryRule { ExcludePageBoundary, IncludePageBoundary };
445 LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;
451 LayoutUnit pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule = IncludePageBoundary) const;
RenderFlowThread.cpp 186 LayoutUnit RenderFlowThread::pageRemainingLogicalHeightForOffset(LayoutUnit offset, PageBoundaryRule pageBoundaryRule)
196 if (pageBoundaryRule == IncludePageBoundary) {
RenderBlock.cpp     [all...]

Completed in 339 milliseconds