Searched refs:parentRenderStyle (Results 1 – 7 of 7) sorted by relevance
46 this->parentRenderStyle = RenderStyle::clone(parentStyle); in set()53 parentRenderStyle = 0; in clear()
42 RefPtr<RenderStyle> parentRenderStyle; member
1358 …if (state.parentStyle()->inheritedDataShared(cachedMatchedProperties->parentRenderStyle.get()) && … in applyMatchedProperties()
44 inline RenderStyle* Node::parentRenderStyle() const in parentRenderStyle() function
332 if (RenderStyle* style = parentRenderStyle()) in needsWhitespaceRenderer()
564 RenderStyle* parentRenderStyle() const;
1543 if (parentRenderStyle()) in recalcStyle()1565 ASSERT(parentRenderStyle()); in recalcOwnStyle()