Searched defs:StructureNode (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py53 class StructureNode(base.Node): class in inherits:base.Node
64 super(StructureNode, self).__init__()
79 matches = StructureNode.variable_pattern.findall(variables)
83 super(StructureNode, self).EndParsing()
349 node = StructureNode()

Completed in 610 milliseconds