Searched defs:isStackingContext (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayer.h542 bool isStackingContext() const { return isStackingContext(&renderer().style()); } function in class:WebCore::final
917 bool isStackingContext(const RenderStyle* style) const { return !style->hasAutoZIndex() || isRootLayer(); } function in class:WebCore::final
H A DRenderLayer.cpp6263 bool isStackingContext = this->isStackingContext(); local
[all...]

Completed in 139 milliseconds