OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipsCompositingDescendants
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerCompositor.h
111
bool
clipsCompositingDescendants
(const RenderLayer*) const;
CompositedLayerMapping.cpp
454
bool needsDescendentsClippingLayer = compositor->
clipsCompositingDescendants
(m_owningLayer);
489
bool hasChildClippingLayer = compositor->
clipsCompositingDescendants
(m_owningLayer) && (hasClippingLayer() || hasScrollingLayer());
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 34 milliseconds