Home
last modified time | relevance | path

Searched refs:hasDescendantWithClipPath (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingInputsUpdater.cpp176 …descendantProperties.hasDescendantWithClipPath |= child->hasDescendantWithClipPath() || child->ren… in updateRecursive()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h459 : hasDescendantWithClipPath(false) in DescendantDependentCompositingInputs()
463 unsigned hasDescendantWithClipPath : 1; variable
494 …bool hasDescendantWithClipPath() const { return descendantDependentCompositingInputs().hasDescenda… in hasDescendantWithClipPath() function
DRenderLayerScrollableArea.cpp1455 && !layer->hasDescendantWithClipPath() in layerNeedsCompositedScrolling()