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

/external/chromium_org/tools/grit/grit/node/
H A Dmessage.py88 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 Dbase.py157 def HandleAttribute(self, attrib, value): member in class:Node

Completed in 441 milliseconds