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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 120 template_contents = self.generate_contents(interface)
121 template_contents['header_includes'].add(self.include_for_cpp_class)
122 template_contents['header_includes'] = sorted(template_contents['header_includes'])
123 template_contents['cpp_includes'] = sorted(includes)
126 header_file_text = self.header_template.render(template_contents)
130 cpp_file_text = self.cpp_template.render(template_contents)
v8_callback_interface.py 86 template_contents = {
93 return template_contents
v8_interface.py 129 template_contents = {
165 template_contents.update({
172 template_contents.update({
190 template_contents.update({
199 return template_contents
  /external/chromium/chrome/browser/
shell_integration_unittest.cc 167 const char* template_contents; member in struct:__anon2134
303 test_cases[i].template_contents,
shell_integration.h 95 // Returns contents for .desktop file based on |template_contents|, |url|
96 // and |title|. The |template_contents| should be contents of .desktop file
99 const std::string& template_contents,
shell_integration_linux.cc 365 const std::string& template_contents,
375 StringTokenizer tokenizer(template_contents, "\n");
  /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 439 template_contents = "<!-- Generated by licenses.py; do not edit. -->"
440 template_contents += EvaluateTemplate(file_template,
446 output_file.write(template_contents)
448 print template_contents

Completed in 305 milliseconds