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

  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 503 ASSERT(layer->isStackingContext() || (!layer->m_posZOrderList || layer->m_posZOrderList->size() == 0));
585 if (curr->isStackingContext())
773 if (layer->isStackingContext()) {
825 if (layer->isStackingContext()) {
    [all...]
RenderLayer.h 330 bool isStackingContext() const {
339 bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() || hasOverflowScroll(); }
341 bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() ; }
    [all...]
RenderLayerBacking.cpp 331 if (m_owningLayer->isStackingContext() && m_owningLayer->m_zOrderListsDirty)
709 if (!curr->isStackingContext())
855 if (m_owningLayer->isStackingContext()) {
    [all...]
RenderLayer.cpp 798 // We can simplify the while loop by using isStackingContext(); with
801 while (layer && !layer->renderer()->isRoot() && !layer->isStackingContext())
    [all...]

Completed in 36 milliseconds