OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 169 milliseconds