Searched defs:ExcludePageBoundary (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h440 // then nextPageLogicalTop with ExcludePageBoundary will still move to the top of the next page. nextPageLogicalTop with
444 enum PageBoundaryRule { ExcludePageBoundary, IncludePageBoundary }; enumerator in enum:blink::RenderBlock::PageBoundaryRule
445 LayoutUnit nextPageLogicalTop(LayoutUnit logicalOffset, PageBoundaryRule = ExcludePageBoundary) const;

Completed in 32 milliseconds