Searched refs:isAtShadowBoundary (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp178 void RenderStyle::inheritFrom(const RenderStyle* inheritParent, IsAtShadowBoundary isAtShadowBoundary) argument
180 if (isAtShadowBoundary == AtShadowBoundary) {
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp905 static inline bool isAtShadowBoundary(const Element* element) function in namespace:WebCore
941 state.style()->inheritFrom(state.parentStyle(), isAtShadowBoundary(element) ? RenderStyle::AtShadowBoundary : RenderStyle::NotAtShadowBoundary);
1296 || style->display() == INLINE_BLOCK || style->display() == INLINE_BOX || isAtShadowBoundary(e)
1834 if (state.parentStyle()->inheritedDataShared(cacheItem->parentRenderStyle.get()) && !isAtShadowBoundary(element)) {

Completed in 83 milliseconds