Home | History | Annotate | Download | only in themes

Lines Matching refs:test_path

130     FilePath test_path;
131 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_path)) {
133 return test_path;
136 test_path = test_path.AppendASCII("profiles");
137 test_path = test_path.AppendASCII("complex_theme");
138 test_path = test_path.AppendASCII("Default");
139 test_path = test_path.AppendASCII("Extensions");
140 test_path = test_path.AppendASCII("mblmlcbknbnfebdfjnolmcapmdofhmme");
141 test_path = test_path.AppendASCII("1.1");
142 return FilePath(test_path);