HomeSort by relevance Sort by last modified time
    Searched full:paintingroot (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 59 , paintingRoot(newPaintingRoot)
68 if (!paintingRoot)
72 if (paintingRoot == renderer) {
73 paintingRoot = 0;
80 return !paintingRoot || paintingRoot == renderer;
115 RenderObject* paintingRoot; // used to draw just one element and its visual kids
LayerPaintingInfo.h 80 , paintingRoot(inPaintingRoot)
88 RenderObject* paintingRoot; // only paint descendants of this object
RenderLayerScrollableArea.cpp     [all...]
RenderLayer.cpp     [all...]
RenderLayer.h 249 void paint(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject* paintingRoot = 0, PaintLayerFlags = 0);
252 void paintOverlayScrollbars(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior, RenderObject* paintingRoot = 0);
    [all...]
InlineFlowBox.cpp     [all...]
RenderObject.h     [all...]

Completed in 95 milliseconds