Searched refs:isStackingContext (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerStackingNode.h68 bool isStackingContext() const { return !renderer()->style()->hasAutoZIndex(); } function in class:blink::RenderLayerStackingNode
94 RenderLayerStackingNode* enclosingStackingContextNode() { return isStackingContext() ? this : ancestorStackingContextNode(); }
111 ASSERT(isStackingContext() || !m_posZOrderList);
124 ASSERT(isStackingContext() || !m_negZOrderList);
143 bool isDirtyStackingContext() const { return m_zOrderListsDirty && isStackingContext(); }
173 ASSERT(!isStackingContext());
188 if (!isStackingContext()) {
H A DRenderLayerStackingNode.cpp69 m_zOrderListsDirty = isStackingContext();
100 ASSERT(isStackingContext());
212 if (!isStackingContext()) {
283 bool isStackingContext = this->isStackingContext(); local
284 if (isStackingContext == wasStackingContext && oldZIndex == zIndex())
289 if (isStackingContext)
299 return !isStackingContext() && !renderer()->isPositioned();
318 if (stackingNode->isStackingContext())
H A DRenderLayer.cpp1172 bool createTransparencyLayerForBlendMode = m_stackingNode->isStackingContext() && hasDescendantWithBlendMode();
1774 bool createTransparencyLayerForBlendMode = !renderer()->isDocumentElement() && m_stackingNode->isStackingContext() && hasDescendantWithBlendMode();
3108 ASSERT(ancestorLayer->stackingNode()->isStackingContext() || !ancestorLayer->stackingNode()->hasPositiveZOrderList());
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingRequirementsUpdater.cpp160 ASSERT(layer->stackingNode()->isStackingContext());
293 if (layer->stackingNode()->isStackingContext()) {
345 if (layer->stackingNode()->isStackingContext()) {
H A DGraphicsLayerTreeBuilder.cpp82 if (layer.stackingNode()->isStackingContext()) {
H A DGraphicsLayerUpdater.cpp56 if (layer.stackingNode()->isStackingContext())
H A DCompositingInputsUpdater.cpp160 if (layer->stackingNode()->isStackingContext())
H A DCompositingLayerAssigner.cpp271 if (layer->stackingNode()->isStackingContext()) {
H A DCompositedLayerMapping.cpp288 ASSERT(m_owningLayer.stackingNode()->isStackingContext() || !isolate);
1689 if (!curr->stackingNode()->isStackingContext())

Completed in 1730 milliseconds