HomeSort by relevance Sort by last modified time
    Searched refs:paintingRoot (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 60 , paintingRoot(newPaintingRoot)
70 if (!paintingRoot)
74 if (paintingRoot == renderer) {
75 paintingRoot = 0;
82 return !paintingRoot || paintingRoot == renderer;
110 RenderObject* paintingRoot; // used to draw just one element and its visual kids
RenderLayer.h 610 void paint(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0,
614 void paintOverlayScrollbars(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior, RenderObject* paintingRoot = 0);
    [all...]
RenderLayer.cpp     [all...]

Completed in 27 milliseconds