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

  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 138 bool found_prn = false; local
145 found_prn = false;
158 EXPECT_FALSE(found_prn) << "Found a leftover .PRN file: \"" <<
162 found_prn = true;
168 if (found_emf && found_prn)
173 EXPECT_TRUE(found_prn) << ".EMF file is: " << emf_file;

Completed in 129 milliseconds