Home
last modified time | relevance | path

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

/external/chromium_org/tools/grit/grit/node/
Dmisc.py95 return (isinstance(child, (ThenNode, ElseNode)) or
101 if any(isinstance(node, (ThenNode, ElseNode)) for node in children):
102 if (len(children) != 2 or not isinstance(children[0], ThenNode) or
117 class ThenNode(SplicingNode): class
Dmapping.py42 'then' : misc.ThenNode,