Lines Matching refs:emf
65 FilePath emf(verification_file + L".emf");
76 // Copy the .emf and generate an .png.
77 file_util::CopyFile(test_result, emf);
78 Image emf_content(emf);
84 Image emf_content(emf);
93 // Backup the result emf file.
95 verification_file + L"_failed.emf"));
98 // This verification is only to know that the EMF rendering stays
105 // Backup the rendered emf file to detect the rendering difference.
131 // Verifies that there is one .emf and one .prn file in the dump directory.
132 // Returns the path of the .emf file and deletes the .prn file.
149 if (base::strcasecmp(WideToUTF8(ext).c_str(), ".emf") == 0) {
150 EXPECT_FALSE(found_emf) << "Found a leftover .EMF file: \"" <<
173 EXPECT_TRUE(found_prn) << ".EMF file is: " << emf_file;