Home | History | Annotate | Download | only in extensions

Lines Matching refs:test_file

39   base::FilePath test_file;
40 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
41 test_file = test_file.AppendASCII("extensions")
46 test_file, GURL("http://www.google.com/foo"),
92 base::FilePath test_file;
93 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
94 test_file = test_file.AppendASCII("extensions")
99 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"),
141 base::FilePath test_file;
142 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
143 test_file = test_file.AppendASCII("extensions")
148 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"),
159 base::FilePath test_file;
160 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
161 test_file = test_file.AppendASCII("extensions")
166 test_file, GURL("http://www.google.com/foo"),
194 base::FilePath test_file;
195 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
196 test_file = test_file.AppendASCII("extensions")
201 test_file, GURL("http://www.google.com/foo"),
229 base::FilePath test_file;
230 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file));
231 test_file = test_file.AppendASCII("extensions")
233 ASSERT_TRUE(base::PathExists(test_file)) << test_file.value();
237 test_file, GURL("http://www.google.com/foo"),