Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderBoxModelObject

54 class RenderBoxModelObject;
181 RenderBoxModelObject* enclosingBoxModelObject() const;
399 virtual RenderBoxModelObject* virtualContinuation() const { return 0; }
476 RenderObject* container(RenderBoxModelObject* repaintContainer = 0, bool* repaintContainerSkipped = 0) const;
481 RenderBoxModelObject* offsetParent() const;
570 FloatQuad localToContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const;
611 RenderBoxModelObject* containerForRepaint() const;
614 void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediate = false);
624 bool repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& oldOutlineBox, const IntRect* newBoundsPtr = 0, const IntRect* newOutlineBoxPtr = 0);
640 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
641 virtual IntRect rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth);
651 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
690 RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/ = true) { return IntRect(); }
761 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
793 virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, IntPoint* /*cachedOffsetToRepaintContainer*/ = 0) const { return IntRect(); }
819 RenderBoxModelObject* m_repaintContainer;