Searched refs:isUnclippedDescendant (Results 1 – 5 of 5) sorted by relevance
415 , isUnclippedDescendant(false) in AncestorDependentCompositingInputs()452 unsigned isUnclippedDescendant : 1; variable492 …bool isUnclippedDescendant() const { return ancestorDependentCompositingInputs().isUnclippedDescen… in isUnclippedDescendant() function
144 …properties.isUnclippedDescendant = lastScroller != containingBlock && lastScroller->isDescendantOf… in updateRecursive()
217 bool isUnclippedDescendant(Element*, ExceptionState&);
169 [RaisesException, TypeChecking=Interface] boolean isUnclippedDescendant(Element element);
1540 bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) in isUnclippedDescendant() function in blink::Internals1557 return layer->isUnclippedDescendant(); in isUnclippedDescendant()