HomeSort by relevance Sort by last modified time
    Searched refs:isUnclippedDescendant (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 415 , isUnclippedDescendant(false)
452 unsigned isUnclippedDescendant : 1;
492 bool isUnclippedDescendant() const { return ancestorDependentCompositingInputs().isUnclippedDescendant; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp 144 properties.isUnclippedDescendant = lastScroller != containingBlock && lastScroller->isDescendantOf(containingBlock);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 217 bool isUnclippedDescendant(Element*, ExceptionState&);
Internals.idl 169 [RaisesException, TypeChecking=Interface] boolean isUnclippedDescendant(Element element);
Internals.cpp     [all...]

Completed in 471 milliseconds