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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.h37 , hasAncestorWithClipPath(false)
50 bool hasAncestorWithClipPath; member in struct:blink::CompositingInputsUpdater::AncestorInfo
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h416 , hasAncestorWithClipPath(false)
453 unsigned hasAncestorWithClipPath : 1;
493 bool hasAncestorWithClipPath() const { return ancestorDependentCompositingInputs().hasAncestorWithClipPath; } function in class:blink::RenderLayer

Completed in 374 milliseconds