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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.h 37 , hasAncestorWithClipPath(false)
50 bool hasAncestorWithClipPath;
CompositingInputsUpdater.cpp 156 properties.hasAncestorWithClipPath = info.hasAncestorWithClipPath;
170 info.hasAncestorWithClipPath = true;
  /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...]
RenderLayerScrollableArea.cpp     [all...]

Completed in 449 milliseconds