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())
244 if (!element->isInTopLayer())
Element.h 76 IsInTopLayer = 1 << 4,
455 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 113 // element to adjustRenderStyle, so we can't just use element->isInTopLayer().
114 static bool isInTopLayer(const Element* element, const RenderStyle* style)
116 return (element && element->isInTopLayer()) || (style && style->styleType() == BACKDROP);
164 if (isInTopLayer(e, style) && (style->position() == StaticPosition || style->position() == RelativePosition))
191 || isInTopLayer(e, style)
SharedStyleFinder.cpp 232 if (candidate.isInTopLayer() != element().isInTopLayer())
StyleResolver.cpp 725 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 371 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 261 milliseconds