Searched refs:resetStyleInheritance (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DHTMLContentElement.idl30 attribute boolean resetStyleInheritance;
H A DHTMLShadowElement.idl32 attribute boolean resetStyleInheritance;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementResolveContext.cpp41 m_resetStyleInheritance = parentDetails.resetStyleInheritance();
H A DElementResolveContext.h55 bool resetStyleInheritance() const { return m_resetStyleInheritance; } function in class:WebCore::ElementResolveContext
H A DStyleResolverState.cpp44 if (m_elementContext.resetStyleInheritance())
H A DStyleResolver.cpp1066 if (!parentNode || !parentNode->renderStyle() || parentDetails.resetStyleInheritance())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeRenderingTraversal.cpp41 m_resetStyleInheritance = m_resetStyleInheritance || insertionPoint->resetStyleInheritance();
47 m_resetStyleInheritance = m_resetStyleInheritance || root->resetStyleInheritance();
H A DNodeRenderingTraversal.h46 bool resetStyleInheritance() const { return m_resetStyleInheritance; } function in class:WebCore::NodeRenderingTraversal::ParentDetails
H A DNodeRenderingContext.cpp256 if (m_parentDetails.resetStyleInheritance())
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.idl32 attribute boolean resetStyleInheritance;
H A DInsertionPoint.h59 bool resetStyleInheritance() const;
H A DShadowRoot.h109 bool resetStyleInheritance() const { return m_resetStyleInheritance; } function in class:WebCore::FINAL
H A DInsertionPoint.cpp268 bool InsertionPoint::resetStyleInheritance() const function in class:WebCore::InsertionPoint
H A DShadowRoot.cpp236 if (value == resetStyleInheritance())

Completed in 641 milliseconds