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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 141 template_contents = generate_contents(interface)
142 template_contents['code_generator'] = module_pyname
146 template_contents['header_includes'].add(interface_info['include_path'])
147 template_contents['header_includes'] = sorted(template_contents['header_includes'])
149 template_contents['cpp_includes'] = sorted(includes)
152 header_text = header_template.render(template_contents)
153 cpp_text = cpp_template.render(template_contents)
v8_interface.py 142 template_contents = {
185 template_contents['constructor_overloads'] = generate_overloads(constructors)
210 template_contents.update({
226 template_contents.update({
234 template_contents.update({
296 template_contents.update({
306 template_contents.update({
316 return template_contents
    [all...]
  /external/chromium-trace/trace-viewer/build/
generate_about_tracing_contents.py 49 assert template.find("<TEMPLATE_CONTENTS></TEMPLATE_CONTENTS>") != -1
62 template_contents = generate_templates()
69 result = result.replace("<TEMPLATE_CONTENTS></TEMPLATE_CONTENTS>",
70 template_contents)
  /external/chromium_org/tools/
licenses.py 440 template_contents = "<!-- Generated by licenses.py; do not edit. -->"
441 template_contents += EvaluateTemplate(file_template,
447 output_file.write(template_contents)
449 print template_contents

Completed in 341 milliseconds