/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGModelObject.cpp | 46 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()
|
D | RenderSVGInline.cpp | 70 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()
|
D | RenderSVGForeignObject.cpp | 71 …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()
|
D | RenderSVGText.cpp | 85 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()
|
D | RenderSVGRoot.cpp | 276 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()
|
D | SVGRenderSupport.cpp | 48 …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/ |
D | RenderSelectionInfo.h | 51 RenderBoxModelObject* repaintContainer() const { return m_repaintContainer; } in repaintContainer() function
|
D | RenderTableCol.cpp | 72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
|
D | RenderReplaced.cpp | 305 IntRect RenderReplaced::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipTo… in selectionRectForRepaint() 381 IntRect RenderReplaced::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
|
D | RenderObject.cpp | 1152 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()
|
D | RenderTableRow.cpp | 172 IntRect RenderTableRow::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint()
|
D | RenderView.cpp | 146 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
|
D | RenderInline.cpp | 959 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()
|
D | RenderTableCell.cpp | 247 IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint() 299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, boo… in computeRectForRepaint()
|
D | RenderBox.cpp | 504 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()
|
D | RenderText.cpp | 1331 IntRect RenderText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) in clippedOverflowRectForRepaint() 1342 IntRect RenderText::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clipToVisi… in selectionRectForRepaint()
|
D | RenderLayer.cpp | 343 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()
|
D | RenderBlock.h | 572 …virtual IntRect selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool /*clipToVisib… in selectionRectForRepaint()
|
D | RenderListMarker.cpp | 1704 IntRect RenderListMarker::selectionRectForRepaint(RenderBoxModelObject* repaintContainer, bool clip… in selectionRectForRepaint()
|
D | RenderLayerCompositor.cpp | 444 RenderBoxModelObject* repaintContainer = layer->renderer()->containerForRepaint(); in repaintOnCompositingChange() local
|
D | RenderBlock.cpp | 2742 GapRects RenderBlock::selectionGapRectsForRepaint(RenderBoxModelObject* repaintContainer) in selectionGapRectsForRepaint() 5750 IntRect RenderBlock::rectWithOutlineForRepaint(RenderBoxModelObject* repaintContainer, int outlineW… in rectWithOutlineForRepaint()
|