Home | History | Annotate | Download | only in gpu

Lines Matching refs:test_path

86     base::FilePath test_path;
87 test_path = gpu_test_dir_.Append(url);
88 ASSERT_TRUE(base::PathExists(test_path))
89 << "Missing test file: " << test_path.value();
94 browser(), net::FilePathToFileURL(test_path),
98 browser(), net::FilePathToFileURL(test_path));
430 base::FilePath test_path = gpu_test_dir_.Append(url);
431 ASSERT_TRUE(base::PathExists(test_path))
432 << "Missing test file: " << test_path.value();
434 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_path));