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

  /external/webkit/WebCore/rendering/
RenderLayerCompositor.cpp 349 ASSERT(layer->isStackingContext() || (!layer->m_posZOrderList || layer->m_posZOrderList->size() == 0));
431 if (curr->isStackingContext())
534 if (layer->isStackingContext()) {
586 if (layer->isStackingContext()) {
724 if (layer->isStackingContext()) {
749 if (layer->isStackingContext()) {
785 if (layer->isStackingContext()) {
802 if (layer->isStackingContext()) {
835 if (layer->isStackingContext()) {
849 if (layer->isStackingContext()) {
    [all...]
RenderLayer.h 327 bool isStackingContext() const {
331 bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() ; }
RenderLayerBacking.cpp 234 if (m_owningLayer->isStackingContext() && m_owningLayer->m_zOrderListsDirty)
507 if (!curr->isStackingContext())
657 if (m_owningLayer->isStackingContext()) {
    [all...]
RenderLayer.cpp 654 // We can simplify the while loop by using isStackingContext(); with
657 while (layer && !layer->renderer()->isRoot() && !layer->isStackingContext())
    [all...]

Completed in 23 milliseconds