Searched refs:test_data_directory (Results 1 – 2 of 2) sorted by relevance
45 FilePath test_data_directory; in GetTestDataFileName() local46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory); in GetTestDataFileName()47 FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile); in GetTestDataFileName()52 FilePath test_data_directory; in GetEmptyDataFileName() local53 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory); in GetEmptyDataFileName()54 FilePath test_file = test_data_directory.AppendASCII(kEmptyPDFTestFile); in GetEmptyDataFileName()
45 FilePath test_data_directory; in GetTestData() local46 PathService::Get(chrome::DIR_TEST_DATA, &test_data_directory); in GetTestData()48 test_data_directory.AppendASCII("printing/cloud_print_uitest.html"); in GetTestData()