Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderBoxModelObject

72     : RenderBoxModelObject(node)
102 RenderBoxModelObject::destroy();
156 RenderBoxModelObject::styleWillChange(diff, newStyle);
161 RenderBoxModelObject::styleDidChange(diff, oldStyle);
188 RenderBoxModelObject::updateBoxModelInfoFromStyle();
324 IntRect RenderBox::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer) const
952 void RenderBox::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const
1118 IntRect RenderBox::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
1148 void RenderBox::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed)
1787 int RenderBox::containingBlockWidthForPositioned(const RenderBoxModelObject* containingBlock) const
1817 int RenderBox::containingBlockHeightForPositioned(const RenderBoxModelObject* containingBlock) const
1863 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
1989 void RenderBox::calcAbsoluteHorizontalValues(Length width, const RenderBoxModelObject* containerBlock, TextDirection containerDirection,
2176 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
2270 void RenderBox::calcAbsoluteVerticalValues(Length h, const RenderBoxModelObject* containerBlock,
2399 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
2576 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());