HomeSort by relevance Sort by last modified time
    Searched refs:HandleAttribute (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/grit/grit/node/
include_unittest.py 28 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(u'file', ur'flugel\kugel.pdf'
    [all...]
include.py 130 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)
base_unittest.py 26 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(u'name', u'BINGO'
    [all...]
io_unittest.py 28 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')
misc.py 518 node.HandleAttribute('name', name)
519 node.HandleAttribute('id', id)
520 node.HandleAttribute('comment', comment)
521 node.HandleAttribute('systemid', systemid)
structure.py 342 node.HandleAttribute('name', name)
343 node.HandleAttribute('type', type)
344 node.HandleAttribute('file', file)
345 node.HandleAttribute('encoding', encoding)
message.py 88 def HandleAttribute(self, attrib, value):
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())
base.py 157 def HandleAttribute(self, attrib, value):
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 424 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('lang', locale
    [all...]
  /external/chromium_org/tools/grit/grit/
grd_reader.py 70 node.HandleAttribute(attr, attrval)

Completed in 495 milliseconds