Searched defs:VerifyFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/tools/
H A Dverify_resources.py92 def VerifyFile(filename, messages, used_tags): function
153 if not VerifyFile(f, all_resources, used_tags):
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_unittest.cc237 VerifyFile(file.metadata);
535 void VerifyFile(const FileMetadata& file) { function in class:sync_file_system::drive_backend::MetadataDatabaseTest
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc431 File::Error CannedSyncableFileSystem::VerifyFile( function in class:sync_file_system::CannedSyncableFileSystem
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc657 bool VerifyFile(const base::FilePath& path, function in class:content::DownloadContentTest
840 ASSERT_TRUE(VerifyFile(file1, expected_contents, file_size1));
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.cc673 VerifyFile(downloaded_file, original_file_contents, origin_file_size));
788 EXPECT_TRUE(VerifyFile(download_path, expected_contents, file_size));
817 bool VerifyFile(const base::FilePath& path, function in class:DownloadTest
1482 EXPECT_TRUE(VerifyFile(download_items[0]->GetTargetFilePath(),
1514 EXPECT_TRUE(VerifyFile(download_items[0]->GetTargetFilePath(),
2756 ASSERT_TRUE(VerifyFile(file, expected_contents, expected_contents.length()));
2818 EXPECT_TRUE(VerifyFile(file, expected_contents, expected_contents.length()));
2968 ASSERT_TRUE(VerifyFile(target_path, origin_contents,

Completed in 815 milliseconds