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

  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 45 FilePath test_data_directory; local
46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
47 FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile);
52 FilePath test_data_directory; local
53 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
54 FilePath test_file = test_data_directory.AppendASCII(kEmptyPDFTestFile);
print_dialog_cloud_uitest.cc 45 FilePath test_data_directory; local
46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory);
48 test_data_directory.AppendASCII("printing/cloud_print_uitest.html");

Completed in 50 milliseconds