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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 59 static inline bool isAtShadowBoundary(const Element* element)
142 || style->display() == INLINE_BLOCK || style->display() == INLINE_BOX || isAtShadowBoundary(e)
StyleResolver.cpp 567 static inline bool isAtShadowBoundary(const Element* element)
618 state.style()->inheritFrom(state.parentStyle(), isAtShadowBoundary(element) ? RenderStyle::AtShadowBoundary : RenderStyle::NotAtShadowBoundary);
    [all...]

Completed in 95 milliseconds