Searched refs:parentRenderStyle (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRenderStyle.h44 inline RenderStyle* Node::parentRenderStyle() const function in class:WebCore::Node
H A DText.cpp290 if (RenderStyle* style = parentRenderStyle())
H A DNode.h576 RenderStyle* parentRenderStyle() const;
H A DElement.cpp1449 bool hasParentStyle = static_cast<bool>(parentRenderStyle());
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchedPropertiesCache.h42 RefPtr<RenderStyle> parentRenderStyle; member in struct:WebCore::CachedMatchedProperties
H A DMatchedPropertiesCache.cpp83 cacheItem.parentRenderStyle = RenderStyle::clone(parentStyle);
H A DStyleResolver.cpp1369 if (state.parentStyle()->inheritedDataShared(cachedMatchedProperties->parentRenderStyle.get()) && !isAtShadowBoundary(element)) {

Completed in 157 milliseconds