Home
last modified time | relevance | path

Searched refs:isUnclippedDescendant (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h415 , isUnclippedDescendant(false) in AncestorDependentCompositingInputs()
452 unsigned isUnclippedDescendant : 1; variable
492 …bool isUnclippedDescendant() const { return ancestorDependentCompositingInputs().isUnclippedDescen… in isUnclippedDescendant() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositingInputsUpdater.cpp144 …properties.isUnclippedDescendant = lastScroller != containingBlock && lastScroller->isDescendantOf… in updateRecursive()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h217 bool isUnclippedDescendant(Element*, ExceptionState&);
DInternals.idl169 [RaisesException, TypeChecking=Interface] boolean isUnclippedDescendant(Element element);
DInternals.cpp1540 bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) in isUnclippedDescendant() function in blink::Internals
1557 return layer->isUnclippedDescendant(); in isUnclippedDescendant()