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)
89 RenderObject* paintingRoot; // only paint descendants of this object
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
RenderLayerScrollableArea.cpp     [all...]

Completed in 4903 milliseconds