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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.h 68 bool isStackingContext() const { return !renderer()->style()->hasAutoZIndex(); }
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()) {
RenderLayerStackingNode.cpp 69 m_zOrderListsDirty = isStackingContext();
100 ASSERT(isStackingContext());
214 if (!isStackingContext()) {
285 bool isStackingContext = this->isStackingContext();
286 if (isStackingContext == wasStackingContext && oldZIndex == zIndex())
291 if (isStackingContext)
301 return !isStackingContext() && !renderer()->isPositioned();
320 if (stackingNode->isStackingContext())
RenderLayerBlendInfo.cpp 95 if (layer->stackingNode()->isStackingContext())
109 if (layer->stackingNode()->isStackingContext())
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerTreeBuilder.cpp 78 if (layer.stackingNode()->isStackingContext()) {
GraphicsLayerUpdater.cpp 46 if (layer.stackingNode()->isStackingContext())
CompositingRequirementsUpdater.cpp 181 ASSERT(layer->stackingNode()->isStackingContext());
331 if (layer->stackingNode()->isStackingContext()) {
383 if (layer->stackingNode()->isStackingContext()) {
CompositingLayerAssigner.cpp 257 if (layer->stackingNode()->isStackingContext()) {
CompositedLayerMapping.cpp 306 ASSERT(m_owningLayer.stackingNode()->isStackingContext() || !isolate);
    [all...]

Completed in 1042 milliseconds