HomeSort by relevance Sort by last modified time
    Searched full:found_emf (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 137 bool found_emf = false; local
144 found_emf = false;
150 EXPECT_FALSE(found_emf) << "Found a leftover .EMF file: \"" <<
153 found_emf = true;
168 if (found_emf && found_prn)
172 EXPECT_TRUE(found_emf) << ".PRN file is: " << prn_file;

Completed in 18 milliseconds