Lines Matching refs:RenderBoxModelObject
48 class RenderBoxModelObject;
106 // Sides used when drawing borders and outlines. This is in RenderObject rather than RenderBoxModelObject since outlines can
195 RenderBoxModelObject* enclosingBoxModelObject() const;
433 RenderObject* container(RenderBoxModelObject* repaintContainer = 0, bool* repaintContainerSkipped = 0) const;
438 RenderBoxModelObject* offsetParent() const;
564 FloatQuad localToContainerQuad(const FloatQuad&, RenderBoxModelObject* repaintContainer, bool fixed = false) const;
604 RenderBoxModelObject* containerForRepaint() const;
607 void repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, bool immediate = false);
617 bool repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect& oldBounds, const IntRect& oldOutlineBox);
633 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer);
634 virtual IntRect rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineWidth);
644 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
679 virtual IntRect selectionRectForRepaint(RenderBoxModelObject* /*repaintContainer*/, bool /*clipToVisibleContent*/ = true) { return IntRect(); }
759 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
787 virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/) const { return IntRect(); }
813 RenderBoxModelObject* m_repaintContainer;