Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h452 unsigned isUnclippedDescendant : 1; variable
492 …bool isUnclippedDescendant() const { return ancestorDependentCompositingInputs().isUnclippedDescen… in isUnclippedDescendant() function
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1540 bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) in isUnclippedDescendant() function in blink::Internals