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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A 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/
H A Dfake_cws.cc120 base::FilePath update_file = local
122 ASSERT_TRUE(base::ReadFileToString(update_file, update_check_content));
/external/chromium_org/chromeos/network/onc/
H A Donc_certificate_importer_impl_unittest.cc298 update_file(update_filename) {}
302 const char* update_file; member in struct:chromeos::onc::CertParam
322 AddCertificateFromFile(GetParam().update_file, GetParam().cert_type, NULL);
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.h260 // Removes the indicated fingerprint from the table. If the update_file flag
263 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);
H A Dvisitedlink_master.cc438 bool update_file) {
448 if (update_file && persist_to_disk_)
492 if (update_file && persist_to_disk_)
437 DeleteFingerprint(Fingerprint fingerprint, bool update_file) argument

Completed in 167 milliseconds