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

  /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)
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 76 IsInTopLayer = 1 << 4,
455 bool isInTopLayer() const { return hasElementFlag(IsInTopLayer); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]

Completed in 242 milliseconds