Home | History | Annotate | Download | only in gfx

Lines Matching refs:cur

15   base::FilePath cur;
21 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
23 cur = cur.Append(FILE_PATH_LITERAL("ui"));
24 cur = cur.Append(FILE_PATH_LITERAL("gfx"));
25 cur = cur.Append(FILE_PATH_LITERAL("test"));
26 cur = cur.Append(FILE_PATH_LITERAL("data"));
27 if (!base::PathExists(cur)) // we don't want to create this
34 *result = cur;