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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleBoxData.h 58 bool hasAutoZIndex() const { return m_hasAutoZIndex; }
RenderStyle.cpp 505 if (hasAutoZIndex() != other.hasAutoZIndex() && rareNonInheritedData->hasOpacity() != other.rareNonInheritedData->hasOpacity()) {
690 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/
RenderLayerStackingNode.h 68 bool isStackingContext() const { return !renderer()->style()->hasAutoZIndex(); }
RenderLayerStackingNode.cpp 282 bool wasStackingContext = oldStyle ? !oldStyle->hasAutoZIndex() : false;
RenderBox.h 72 // hasAutoZIndex only returns true if the element is positioned or a flex-item since
76 if (isPositioned() || createsGroup() || hasClipPath() || hasTransform() || hasHiddenBackface() || hasReflection() || style()->specifiesColumns() || !style()->hasAutoZIndex() || style()->shouldCompositeForCurrentAnimations())
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 223 if (style->hasAutoZIndex() && ((e && e->document().documentElement() == e)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 144 milliseconds