HomeSort by relevance Sort by last modified time
    Searched defs:hasAncestorWithClipPath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.h 37 , hasAncestorWithClipPath(false)
50 bool hasAncestorWithClipPath;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 416 , hasAncestorWithClipPath(false)
453 unsigned hasAncestorWithClipPath : 1;
493 bool hasAncestorWithClipPath() const { return ancestorDependentCompositingInputs().hasAncestorWithClipPath; }
    [all...]

Completed in 1603 milliseconds