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

  /external/chromium_org/chrome/browser/chromeos/app_mode/
fake_cws.cc 120 base::FilePath update_file = local
122 ASSERT_TRUE(base::ReadFileToString(update_file, update_check_content));
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 298 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/
visitedlink_master.h 260 // Removes the indicated fingerprint from the table. If the update_file flag
263 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);
visitedlink_master.cc 438 bool update_file) {
448 if (update_file && persist_to_disk_)
492 if (update_file && persist_to_disk_)
    [all...]

Completed in 231 milliseconds