Home | History | Annotate | Download | only in browser

Lines Matching defs:file_path

144     FilePath file_path;
145 bool r = PathService::Get(chrome::DIR_TEST_DATA, &file_path);
147 file_path = file_path.AppendASCII("focus");
148 file_path = file_path.AppendASCII(kTypicalPageName);
149 r = file_util::ReadFileToString(file_path, &html_contents_);