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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 147 // element to adjustRenderStyle, so we can't just use element->isInTopLayer().
148 static bool isInTopLayer(const Element* element, const RenderStyle* style)
150 return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
222 if (isInTopLayer(e, style) && (style->position() == StaticPosition || style->position() == RelativePosition))
278 || isInTopLayer(e, style)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h 75 bool isInTopLayer() const { return m_isInTopLayer; }
NodeRenderingContext.cpp 78 if (!element->isInTopLayer())
Element.h 598 virtual bool shouldBeReparentedUnderRenderView(const RenderStyle*) const { return isInTopLayer(); }
619 bool isInTopLayer() const;
    [all...]
Element.cpp     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h     [all...]
RenderLayer.cpp     [all...]

Completed in 92 milliseconds