Searched defs:HandleAttribute (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/tools/grit/grit/node/ |
H A D | message.py | 88 def HandleAttribute(self, attrib, value): member in class:MessageNode 89 base.ContentNode.HandleAttribute(self, attrib, value) 238 node.HandleAttribute('name', name) 239 node.HandleAttribute('desc', desc) 240 node.HandleAttribute('meaning', meaning) 241 node.HandleAttribute('translateable', translateable) 256 phnode.HandleAttribute('name', item.GetPresentation())
|
H A D | base.py | 157 def HandleAttribute(self, attrib, value): member in class:Node
|
Completed in 441 milliseconds