Home | History | Annotate | Download | only in ui

Lines Matching defs:file_path

170     base::FilePath file_path;
171 bool r = PathService::Get(chrome::DIR_TEST_DATA, &file_path);
173 file_path = file_path.AppendASCII("focus");
174 file_path = file_path.AppendASCII(kTypicalPageName);
175 r = file_util::ReadFileToString(file_path, &html_contents_);