Searched defs:template_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.cc101 HANDLE template_file) {
108 template_file);
119 HANDLE template_file) {
128 template_file);
136 template_file);
151 HANDLE template_file) {
95 CreateFileWImpl(LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
112 CreateFileWRedirect( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
144 CreateFileNTDLL( LPCWSTR file_name, DWORD desired_access, DWORD share_mode, LPSECURITY_ATTRIBUTES security_attributes, DWORD creation_disposition, DWORD flags_and_attributes, HANDLE template_file) argument
/external/chromium_org/chrome/browser/chromeos/login/saml/
H A 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) { argument
161 html_template_dir_.Append(template_file),
165 void FakeSamlIdp::SetLoginAuthHTMLTemplate(const std::string& template_file) { argument
167 html_template_dir_.Append(template_file),

Completed in 122 milliseconds