Searched refs:kTestFileName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dfile_system_file_stream_reader_unittest.cc34 const char kTestFileName[] = "test.dat"; member in namespace:content::__anon7105
83 WriteFile(kTestFileName, kTestData, kTestDataSize,
176 CreateFileReader(kTestFileName, 0, test_file_modification_time()));
190 CreateFileReader(kTestFileName, 0, fake_expected_modification_time));
198 reader.reset(CreateFileReader(kTestFileName, 0, base::Time()));
207 CreateFileReader(kTestFileName, 3, base::Time()));
218 CreateFileReader(kTestFileName, 0, test_file_modification_time()));
232 CreateFileReader(kTestFileName, 0, fake_expected_modification_time));
241 reader.reset(CreateFileReader(kTestFileName, 0, base::Time()));
249 CreateFileReader(kTestFileName,
[all...]
/external/chromium_org/components/component_updater/test/
H A Dcrx_downloader_unittest.cc29 const char kTestFileName[] = "jebgalgnebhfojomionfpkfelancnnkf.crx"; member in namespace:component_updater::__anon6389
183 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
217 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
248 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
270 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
296 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
328 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
359 const base::FilePath test_file(MakeTestFilePath(kTestFileName));
/external/chromium_org/chrome/browser/
H A Dbrowser_encoding_browsertest.cc180 const char* const kTestFileName = "gb18030_with_iso88591_meta.html"; local
187 test_dir_path = test_dir_path.AppendASCII(kTestFileName);
205 SaveAndCompare(kTestFileName, expected_filename);

Completed in 124 milliseconds