Searched refs:isUnclippedDescendant (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.cpp63 properties.isUnclippedDescendant = scroller != container && scroller->isDescendantOf(container);
H A DCompositingReasonFinder.cpp127 // FIXME: Use compositingInputs().isUnclippedDescendant to ASSERT that
129 if (layer->compositingInputs().isUnclippedDescendant)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h450 , isUnclippedDescendant(false)
457 unsigned isUnclippedDescendant : 1;
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.h221 bool isUnclippedDescendant(Element*, ExceptionState&);
H A DInternals.idl179 [RaisesException] boolean isUnclippedDescendant(Element element);
H A DInternals.cpp1661 bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) function in class:WebCore::Internals
1682 // We used to compute isUnclippedDescendant only when acceleratedCompositingForOverflowScrollEnabled,
1688 return layer->compositingInputs().isUnclippedDescendant;

Completed in 222 milliseconds