HomeSort by relevance Sort by last modified time
    Searched full:paintingroot (Results 1 - 6 of 6) 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;
114 RenderObject* paintingRoot; // used to draw just one element and its visual kids
LayerPaintingInfo.h 80 , paintingRoot(inPaintingRoot)
89 RenderObject* paintingRoot; // only paint descendants of this object
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]
RenderLayer.h 260 void paint(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0,
264 void paintOverlayScrollbars(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior, RenderObject* paintingRoot = 0);
    [all...]
RenderObject.h     [all...]

Completed in 236 milliseconds