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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
RenderTreeBuilder.cpp 50 if (element && element->isInTopLayer())
70 if (element->isInTopLayer())
NodeRenderingTraversal.cpp 43 if (toElement(renderer->node())->isInTopLayer())
246 if (!element->isInTopLayer())
Element.h 87 IsInTopLayer = 1 << 4,
481 bool isInTopLayer() const { return hasElementFlag(IsInTopLayer); }
    [all...]
Document.cpp     [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 145 // element to adjustRenderStyle, so we can't just use element->isInTopLayer().
146 static bool isInTopLayer(const Element* element, const RenderStyle* style)
148 return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
206 if (isInTopLayer(e, style) && (style->position() == StaticPosition || style->position() == RelativePosition))
234 || isInTopLayer(e, style)
SharedStyleFinder.cpp 233 if (candidate.isInTopLayer() != element().isInTopLayer())
StyleResolver.cpp 778 if (pseudoId == BACKDROP && !parent.isInTopLayer())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerStackingNode.cpp 161 if (childElement && childElement->isInTopLayer()) {
202 if (layer()->isInTopLayer())
RenderLayer.h 388 bool isInTopLayer() const;
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 141 while (element && !element->isInTopLayer())

Completed in 684 milliseconds