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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBoxData.h 58 bool hasAutoZIndex() const { return m_hasAutoZIndex; }
RenderStyle.cpp 581 } else if (m_box->zIndex() != other->m_box->zIndex() || m_box->hasAutoZIndex() != other->m_box->hasAutoZIndex()
    [all...]
RenderStyle.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 121 || oldStyle->hasAutoZIndex() != newStyle->hasAutoZIndex()
RenderBox.h 50 // hasAutoZIndex only returns true if the element is positioned or a flex-item since
52 virtual bool requiresLayer() const OVERRIDE { return isRoot() || isPositioned() || createsGroup() || hasClipPath() || hasOverflowClip() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || isFloatingWithShapeOutside(); }
    [all...]
RenderLayer.h     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 268 if (style->hasAutoZIndex() && ((e && e->document()->documentElement() == e)
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationController.cpp 528 if (blendedStyle->hasAutoZIndex() && (blendedStyle->opacity() < 1.0f || blendedStyle->hasTransform()))
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 198 milliseconds