Home
last modified time | relevance | path

Searched refs:shadowWhereNodeCanBeDistributed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DComposedTreeWalker.cpp93 if (!shadowWhereNodeCanBeDistributed(*node)) in traverseSiblingOrBackToInsertionPoint()
136 if (shadowWhereNodeCanBeDistributed(*node)) { in traverseParent()
141 if (shadowWhereNodeCanBeDistributed(*insertionPoint)) in traverseParent()
DInsertionPoint.cpp285 ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*current); in resolveReprojection()
304 ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*current); in collectDestinationInsertionPoints()
DInsertionPoint.h102 inline ElementShadow* shadowWhereNodeCanBeDistributed(const Node& node) in shadowWhereNodeCanBeDistributed() function
DElementShadow.cpp283 if (ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*point)) in distribute()
309 if (ElementShadow* shadow = shadowWhereNodeCanBeDistributed(*shadowInsertionPoint)) in distribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp964 if (ElementShadow* parentElementShadow = shadowWhereNodeCanBeDistributed(*this)) { in attributeChanged()
1727 if (ElementShadow* elementShadow = shadowWhereNodeCanBeDistributed(*this)) in didAffectSelector()