Searched refs:potentialSourceNodes (Results 1 – 1 of 1) sorted by relevance
2962 NodeVector potentialSourceNodes; in selectNextSourceChild() local2963 getChildNodes(*this, potentialSourceNodes); in selectNextSourceChild()2965 for (unsigned i = 0; !canUseSourceElement && i < potentialSourceNodes.size(); ++i) { in selectNextSourceChild()2966 node = potentialSourceNodes[i].get(); in selectNextSourceChild()