OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compAncestor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.cpp
588
RenderLayer*
compAncestor
= m_owningLayer->ancestorCompositingLayer();
592
if (
compAncestor
) {
593
ASSERT(
compAncestor
->hasCompositedLayerMapping());
594
ancestorCompositingBounds = pixelSnappedIntRect(
compAncestor
->compositedLayerMapping()->compositedBounds());
601
m_owningLayer->convertToPixelSnappedLayerCoords(
compAncestor
, delta);
605
if (
compAncestor
&&
compAncestor
->compositedLayerMapping()->hasClippingLayer()) {
608
IntRect clippingBox = clipBox(toRenderBox(
compAncestor
->renderer()));
610
} else if (
compAncestor
) {
616
if (
compAncestor
&& compAncestor->needsCompositedScrolling())
[
all
...]
RenderLayerCompositor.cpp
177
CompositingRecursionData(RenderLayer*
compAncestor
, bool testOverlap)
178
: m_compositingAncestor(
compAncestor
)
[
all
...]
Completed in 41 milliseconds