Searched refs:m_repaintContainer (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderSelectionInfo.h38 , m_repaintContainer(0)
45 , m_repaintContainer(o->containerForRepaint())
51 RenderBoxModelObject* repaintContainer() const { return m_repaintContainer; }
56 RenderBoxModelObject* m_repaintContainer; member in class:WebCore::RenderSelectionInfoBase
65 , m_rect(o->needsLayout() ? IntRect() : o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent))
71 m_object->repaintUsingContainer(m_repaintContainer, m_rect);
86 , m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer))
92 m_object->repaintUsingContainer(m_repaintContainer, m_rects);
H A DRenderObject.h802 , m_repaintContainer(0)
806 m_repaintContainer = m_object.containerForRepaint();
807 m_oldBounds = oldBounds ? *oldBounds : m_object.clippedOverflowRectForRepaint(m_repaintContainer);
808 m_oldOutlineBox = m_object.outlineBoundsForRepaint(m_repaintContainer);
815 return m_checkForRepaint ? m_object.repaintAfterLayoutIfNeeded(m_repaintContainer, m_oldBounds, m_oldOutlineBox) : false;
822 RenderBoxModelObject* m_repaintContainer; member in class:WebCore::RenderObject::LayoutRepainter

Completed in 1449 milliseconds