Home
last modified time | relevance | path

Searched refs:distributedToInsertionPoint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolverState.h58 …bool distributedToInsertionPoint() const { return m_elementContext.distributedToInsertionPoint(); } in distributedToInsertionPoint() function
DElementResolveContext.h54 bool distributedToInsertionPoint() const { return m_distributedToInsertionPoint; } in distributedToInsertionPoint() function
DStyleResolver.cpp663 …if (sharingBehavior == AllowStyleSharing && !state.distributedToInsertionPoint() && state.parentSt… in styleForElement()
678 if (state.distributedToInsertionPoint()) { in styleForElement()