Home
last modified time | relevance | path

Searched refs:paintingRootForRenderer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1111 RenderObject *paintingRootForRenderer = 0; in paintIntoLayer() local
1113 paintingRootForRenderer = paintingRoot; in paintIntoLayer()
1131 PaintInfo info(context, damageRect, phase, false, paintingRootForRenderer, 0); in paintIntoLayer()
1133 … PaintInfo info(context, damageRect, PaintPhaseBlockBackground, false, paintingRootForRenderer, 0); in paintIntoLayer()
1149 …aintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0); in paintIntoLayer()
1168 forceBlackText, paintingRootForRenderer, 0); in paintIntoLayer()
1190 …aintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0); in paintIntoLayer()
1209 … PaintInfo paintInfo(context, damageRect, PaintPhaseMask, false, paintingRootForRenderer, 0); in paintIntoLayer()
DRenderLayer.cpp2677 RenderObject* paintingRootForRenderer = 0; in scrollTo() local
2679 paintingRootForRenderer = paintingRoot; in scrollTo()
2698 … PaintInfo paintInfo(p, damageRect, PaintPhaseBlockBackground, false, paintingRootForRenderer, 0); in scrollTo()
2718 forceBlackText, paintingRootForRenderer, 0); in scrollTo()
2736 … PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0); in scrollTo()
2752 PaintInfo paintInfo(p, damageRect, PaintPhaseMask, false, paintingRootForRenderer, 0); in scrollTo()