Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DElementShadow.cpp100 …for (Node* fallbackNode = insertionPoint->firstChild(); fallbackNode; fallbackNode = fallbackNode-… in distributeTo() local
101 distribution.append(fallbackNode); in distributeTo()
102 elementShadow->didDistributeNode(fallbackNode, insertionPoint); in distributeTo()