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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 75 enum IncludeSelfOrNot { IncludeSelf, ExcludeSelf };
220 RenderLayer* enclosingOverflowClipLayer(IncludeSelfOrNot = IncludeSelf) const;
224 RenderLayer* enclosingCompositingLayer(IncludeSelfOrNot = IncludeSelf) const;
225 RenderLayer* enclosingCompositingLayerForRepaint(IncludeSelfOrNot = IncludeSelf) const;
232 RenderLayer* enclosingFilterLayer(IncludeSelfOrNot = IncludeSelf) const;
    [all...]
RenderLayer.cpp 553 RenderLayer* RenderLayer::enclosingOverflowClipLayer(IncludeSelfOrNot includeSelf) const
    [all...]

Completed in 154 milliseconds