OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_childContainmentLayer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h
86
bool hasClippingLayer() const { return
m_childContainmentLayer
; }
87
GraphicsLayer* clippingLayer() const { return
m_childContainmentLayer
.get(); }
311
// +
m_childContainmentLayer
[OPTIONAL] <-OR-> m_scrollingLayer [OPTIONAL] <-OR-> m_childTransformLayer
330
// | +
m_childContainmentLayer
343
OwnPtr<GraphicsLayer>
m_childContainmentLayer
; // Only used if we have clipping on a stacking context with compositing children.
344
OwnPtr<GraphicsLayer> m_childTransformLayer; // Only used if we have perspective and no
m_childContainmentLayer
.
CompositedLayerMapping.cpp
245
m_childContainmentLayer
= nullptr;
682
if (
m_childContainmentLayer
)
[
all
...]
Completed in 108 milliseconds