Home
last modified time | relevance | path

Searched refs:template_file (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/build/util/
DBUILD.gn10 template_file = "//content/webkit_version.h.in"
11 inputs = [ lastchange_file, template_file ]
18 rebase_path(template_file, root_build_dir),
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc101 HANDLE template_file) { in CreateFileWImpl() argument
108 template_file); in CreateFileWImpl()
119 HANDLE template_file) { in CreateFileWRedirect() argument
128 template_file); in CreateFileWRedirect()
136 template_file); in CreateFileWRedirect()
151 HANDLE template_file) { in CreateFileNTDLL() argument
Dchrome_create_file.h21 HANDLE template_file);
35 HANDLE template_file);
/external/chromium_org/native_client_sdk/src/build_tools/
Dgenerate_index.py18 with open(template_path) as template_file:
19 template = template_file.read()
/external/chromium_org/remoting/webapp/
Dbuild-html.py72 def processTemplate(self, output, template_file, indent): argument
73 with open(os.path.join(self.template_rel_dir, template_file), 'r') as \
/external/chromium_org/chrome/browser/chromeos/login/saml/
Dsaml_browsertest.cc117 void SetLoginHTMLTemplate(const std::string& template_file);
118 void SetLoginAuthHTMLTemplate(const std::string& template_file);
159 void FakeSamlIdp::SetLoginHTMLTemplate(const std::string& template_file) { in SetLoginHTMLTemplate() argument
161 html_template_dir_.Append(template_file), in SetLoginHTMLTemplate()
165 void FakeSamlIdp::SetLoginAuthHTMLTemplate(const std::string& template_file) { in SetLoginAuthHTMLTemplate() argument
167 html_template_dir_.Append(template_file), in SetLoginAuthHTMLTemplate()