Home
last modified time | relevance | path

Searched defs:repaintContainer (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGModelObject.cpp46 IntRect RenderSVGModelObject::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
51 void RenderSVGModelObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r… in computeRectForRepaint()
56 void RenderSVGModelObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed ,… in mapLocalToContainer()
64 IntRect RenderSVGModelObject::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPo… in outlineBoundsForRepaint()
DRenderSVGInline.cpp70 IntRect RenderSVGInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repain… in computeRectForRepaint()
80 void RenderSVGInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransform… in mapLocalToContainer()
DRenderSVGForeignObject.cpp71 …tRect RenderSVGForeignObject::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
76 void RenderSVGForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&… in computeRectForRepaint()
163 void RenderSVGForeignObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed… in mapLocalToContainer()
DRenderSVGText.cpp85 IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintR… in computeRectForRepaint()
95 void RenderSVGText::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool us… in mapLocalToContainer()
DRenderSVGRoot.cpp276 IntRect RenderSVGRoot::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
281 void RenderSVGRoot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintR… in computeRectForRepaint()
297 void RenderSVGRoot::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool u… in mapLocalToContainer()
DSVGRenderSupport.cpp48 …upport::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
61 …nderSupport::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, I… in computeRectForRepaint()
72 …Support::mapLocalToContainer(const RenderObject* object, RenderBoxModelObject* repaintContainer, b… in mapLocalToContainer()
/external/webkit/Source/WebCore/rendering/
DRenderSelectionInfo.h51 RenderBoxModelObject* repaintContainer() const { return m_repaintContainer; } in repaintContainer() function
DRenderTableCol.cpp72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
DRenderReplaced.cpp305 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipTo… in selectionRectForRepaint()
381 IntRect RenderReplaced::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
DRenderObject.cpp1152 void RenderObject::repaintUsingContainer(RenderBoxModelObject* repaintContainer, const IntRect& r, … in repaintUsingContainer()
1189 RenderBoxModelObject* repaintContainer = containerForRepaint(); in repaint() local
1209 RenderBoxModelObject* repaintContainer = containerForRepaint(); in repaintRectangle() local
1214 bool RenderObject::repaintAfterLayoutIfNeeded(RenderBoxModelObject* repaintContainer, const IntRect… in repaintAfterLayoutIfNeeded()
1338 IntRect RenderObject::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outline… in rectWithOutlineForRepaint()
1351 void RenderObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, boo… in computeRectForRepaint()
1841 void RenderObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool use… in mapLocalToContainer()
1913 …Object::localToContainerQuad(const FloatQuad& localQuad, RenderBoxModelObject* repaintContainer, b… in localToContainerQuad()
1991 RenderObject* RenderObject::container(RenderBoxModelObject* repaintContainer, bool* repaintContaine… in container()
DRenderTableRow.cpp172 IntRect RenderTableRow::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
DRenderView.cpp146 void RenderView::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTr… in mapLocalToContainer()
305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool … in computeRectForRepaint()
383 if (RenderBoxModelObject* repaintContainer = info->repaintContainer()) { in selectionBounds() local
DRenderInline.cpp959 IntRect RenderInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
1022 IntRect RenderInline::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outline… in rectWithOutlineForRepaint()
1032 void RenderInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, boo… in computeRectForRepaint()
1119 void RenderInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool use… in mapLocalToContainer()
DRenderTableCell.cpp247 IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, boo… in computeRectForRepaint()
DRenderBox.cpp504 IntRect RenderBox::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint* cached… in outlineBoundsForRepaint()
1192 void RenderBox::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTra… in mapLocalToContainer()
1363 IntRect RenderBox::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
1394 void RenderBox::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool f… in computeRectForRepaint()
DRenderText.cpp1331 IntRect RenderText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
1342 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisi… in selectionRectForRepaint()
DRenderLayer.cpp343 RenderBoxModelObject* repaintContainer = renderer()->containerForRepaint(); in updateLayerPositions() local
407 RenderBoxModelObject* repaintContainer = renderer()->containerForRepaint(); in computeRepaintRects() local
540 RenderBoxModelObject* repaintContainer = renderer()->containerForRepaint(); in setHasVisibleContent() local
1407 RenderBoxModelObject* repaintContainer = renderer()->containerForRepaint(); in scrollTo() local
4016 void RenderLayer::repaintIncludingNonCompositingDescendants(RenderBoxModelObject* repaintContainer) in repaintIncludingNonCompositingDescendants()
DRenderBlock.h572 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisib… in selectionRectForRepaint()
DRenderListMarker.cpp1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clip… in selectionRectForRepaint()
DRenderLayerCompositor.cpp444 RenderBoxModelObject* repaintContainer = layer->renderer()->containerForRepaint(); in repaintOnCompositingChange() local
DRenderBlock.cpp2742 GapRects RenderBlock::selectionGapRectsForRepaint(RenderBoxModelObject* repaintContainer) in selectionGapRectsForRepaint()
5750 IntRect RenderBlock::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineW… in rectWithOutlineForRepaint()