Home | History | Annotate | Download | only in ppapi

Lines Matching refs:test_path

55   base::FilePath test_path;
56 EXPECT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &test_path));
57 test_path = test_path.Append(FILE_PATH_LITERAL("ppapi"));
58 test_path = test_path.Append(FILE_PATH_LITERAL("tests"));
59 test_path = test_path.Append(FILE_PATH_LITERAL("test_case.html"));
62 EXPECT_TRUE(base::PathExists(test_path));
63 GURL test_url = net::FilePathToFileURL(test_path);