Home | History | Annotate | Download | only in themes

Lines Matching refs:test_path

177     base::FilePath test_path;
178 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_path)) {
180 return test_path;
183 test_path = test_path.AppendASCII("profiles");
184 test_path = test_path.AppendASCII("profile_with_complex_theme");
185 test_path = test_path.AppendASCII("Default");
186 test_path = test_path.AppendASCII("Extensions");
187 test_path = test_path.AppendASCII("mblmlcbknbnfebdfjnolmcapmdofhmme");
188 test_path = test_path.AppendASCII("1.1");
189 return base::FilePath(test_path);
193 base::FilePath test_path;
194 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_path)) {
196 return test_path;
198 test_path = test_path.AppendASCII("extensions");
199 test_path = test_path.AppendASCII("theme_hidpi");
200 return base::FilePath(test_path);