Searched refs:HandleAttribute (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/grit/grit/node/
H A Dinclude_unittest.py28 root.HandleAttribute(u'latest_public_release', u'0')
29 root.HandleAttribute(u'current_release', u'1')
30 root.HandleAttribute(u'base_dir', ur'..\resource')
33 release.HandleAttribute(u'seq', u'1')
40 include_node.HandleAttribute(u'file', ur'flugel\kugel.pdf')
51 root.HandleAttribute(u'latest_public_release', u'0')
52 root.HandleAttribute(u'current_release', u'1')
53 root.HandleAttribute(u'base_dir', ur'..\resource')
56 release.HandleAttribute(u'seq', u'1')
63 include_node.HandleAttribute(
[all...]
H A Dinclude.py130 node.HandleAttribute('name', name)
131 node.HandleAttribute('type', type)
132 node.HandleAttribute('file', file)
133 node.HandleAttribute('translateable', translateable)
134 node.HandleAttribute('filenameonly', filenameonly)
135 node.HandleAttribute('mkoutput', mkoutput)
136 node.HandleAttribute('relativepath', relativepath)
H A Dbase_unittest.py26 ph.HandleAttribute(u'name', phname)
37 node.HandleAttribute(u'name', u'bla')
44 node.HandleAttribute(u'name', u'bla')
53 node.HandleAttribute(u'name', u'bla')
69 node.HandleAttribute(u'name', u'name')
74 ph.HandleAttribute(u'name', u'USERNAME')
101 node.HandleAttribute(u'name', u'name')
106 ph.HandleAttribute(u'name', u'USERNAME')
150 node.HandleAttribute(u'name', u'bla')
156 ph.HandleAttribute(
[all...]
H A Dio_unittest.py28 root.HandleAttribute(u'latest_public_release', u'0')
29 root.HandleAttribute(u'current_release', u'1')
30 root.HandleAttribute(u'base_dir', ur'..\resource')
36 file_node.HandleAttribute(u'path', ur'flugel\kugel.pdf')
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 Dstructure.py342 node.HandleAttribute('name', name)
343 node.HandleAttribute('type', type)
344 node.HandleAttribute('file', file)
345 node.HandleAttribute('encoding', encoding)
H A Dmisc.py514 node.HandleAttribute('name', name)
515 node.HandleAttribute('id', id)
516 node.HandleAttribute('comment', comment)
517 node.HandleAttribute('systemid', systemid)
H A Dbase.py157 def HandleAttribute(self, attrib, value): member in class:Node
/external/chromium_org/tools/grit/grit/tool/
H A Dandroid2grd.py424 fnode.HandleAttribute('path', xtb_file)
425 fnode.HandleAttribute('lang', lang)
435 header_node.HandleAttribute('filename', header_file_name)
436 header_node.HandleAttribute('type', 'rc_header')
439 emit_node.HandleAttribute('emit_type', 'prepend')
452 node.HandleAttribute('filename', rc_path)
453 node.HandleAttribute('lang', lang)
454 node.HandleAttribute('type', 'rc_all')
480 node.HandleAttribute('filename', xml_path)
481 node.HandleAttribute('lan
[all...]
/external/chromium_org/tools/grit/grit/
H A Dgrd_reader.py70 node.HandleAttribute(attr, attrval)

Completed in 187 milliseconds