Home
last modified time | relevance | path

Searched defs:hasAncestorWithClipPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingInputsUpdater.h50 bool hasAncestorWithClipPath; member
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h453 unsigned hasAncestorWithClipPath : 1; variable
493 …bool hasAncestorWithClipPath() const { return ancestorDependentCompositingInputs().hasAncestorWith… in hasAncestorWithClipPath() function