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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
LayerPaintingInfo.h 80 , paintingRoot(inPaintingRoot)
88 RenderObject* paintingRoot; // only paint descendants of this object
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
RenderLayerScrollableArea.cpp     [all...]

Completed in 38 milliseconds