OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paintingroot
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h
60
,
paintingRoot
(newPaintingRoot)
68
if (!
paintingRoot
)
72
if (
paintingRoot
== renderer) {
73
paintingRoot
= 0;
80
return !
paintingRoot
||
paintingRoot
== renderer;
119
RenderObject*
paintingRoot
; // used to draw just one element and its visual kids
LayerPaintingInfo.h
79
,
paintingRoot
(inPaintingRoot)
86
RenderObject*
paintingRoot
; // only paint descendants of this object
RenderLayerScrollableArea.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
RenderLayer.h
230
void paint(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior = PaintBehaviorNormal, RenderObject*
paintingRoot
= 0, PaintLayerFlags = 0);
233
void paintOverlayScrollbars(GraphicsContext*, const LayoutRect& damageRect, PaintBehavior, RenderObject*
paintingRoot
= 0);
[
all
...]
RenderObject.h
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
InlineFlowBoxPainter.cpp
75
if (childInfo.
paintingRoot
&& childInfo.
paintingRoot
->isDescendantOf(&m_inlineFlowBox.renderer()))
76
childInfo.
paintingRoot
= 0;
Completed in 657 milliseconds