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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRegion.h42 class RenderRegion : public RenderBlockFlow { class in namespace:blink
44 explicit RenderRegion(Element*, RenderFlowThread*);
61 // These methods represent the width and height of a "page" and for a RenderRegion they are just
70 virtual const char* renderName() const OVERRIDE { return "RenderRegion"; }
90 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderRegion, isRenderRegion());
H A DRenderRegion.cpp31 #include "core/rendering/RenderRegion.h"
42 RenderRegion::RenderRegion(Element* element, RenderFlowThread* flowThread) function in class:blink::RenderRegion
49 LayoutUnit RenderRegion::pageLogicalWidth() const
55 LayoutUnit RenderRegion::pageLogicalHeight() const
61 LayoutRect RenderRegion::flowThreadPortionOverflowRect() const
66 LayoutRect RenderRegion::overflowRectForFlowThreadPortion(const LayoutRect& flowThreadPortionRect, bool isFirstPortion, bool isLastPortion) const
94 bool RenderRegion::isFirstRegion() const
101 bool RenderRegion::isLastRegion() const
108 void RenderRegion
[all...]

Completed in 102 milliseconds