Home
last modified time | relevance | path

Searched refs:update_file (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
Dupdate_webgl_conformance_tests.py78 def update_file(in_filename, out_dir): function
91 update_file(os.path.join(in_dir, filename), out_dir)
150 update_file(in_name, options.output)
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dfake_cws.cc120 base::FilePath update_file = in SetUpdateCheckContent() local
122 ASSERT_TRUE(base::ReadFileToString(update_file, update_check_content)); in SetUpdateCheckContent()
/external/chromium_org/chromeos/network/onc/
Donc_certificate_importer_impl_unittest.cc298 update_file(update_filename) {} in CertParam()
302 const char* update_file; member
322 AddCertificateFromFile(GetParam().update_file, GetParam().cert_type, NULL); in TEST_P()
/external/chromium_org/components/visitedlink/browser/
Dvisitedlink_master.cc438 bool update_file) { in DeleteFingerprint() argument
448 if (update_file && persist_to_disk_) in DeleteFingerprint()
492 if (update_file && persist_to_disk_) in DeleteFingerprint()
Dvisitedlink_master.h263 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);