/external/chromium/chrome/browser/extensions/ |
convert_user_script_unittest.cc | 18 FilePath test_file; local 19 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file)); 20 test_file = test_file.AppendASCII("extensions") 25 test_file, GURL("http://www.google.com/foo"), &error)); 58 FilePath test_file; local 59 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_file)); 60 test_file = test_file.AppendASCII("extensions") 65 test_file, GURL("http://www.google.com/foo/bar.user.js?monkey"), &error)) 97 FilePath test_file; local [all...] |
image_loading_tracker_unittest.cc | 56 FilePath test_file; local 57 if (!PathService::Get(chrome::DIR_TEST_DATA, &test_file)) { 61 test_file = test_file.AppendASCII("extensions") 65 JSONFileValueSerializer serializer(test_file.AppendASCII("app.json")); 77 return Extension::Create(test_file, Extension::INVALID, *valid_value,
|
extension_startup_browsertest.cc | 103 FilePath test_file; local 104 PathService::Get(chrome::DIR_TEST_DATA, &test_file); 105 test_file = test_file.AppendASCII("extensions") 106 .AppendASCII("test_file.html"); 108 ui_test_utils::NavigateToURL(browser(), net::FilePathToFileURL(test_file));
|
/external/chromium/chrome/browser/ |
sanity_uitest.cc | 18 FilePath test_file = local 20 set_homepage(GURL(net::FilePathToFileURL(test_file)).spec()); 36 FilePath test_file = test_data_directory_.AppendASCII("columns.html"); local 37 set_homepage(GURL(net::FilePathToFileURL(test_file)).spec());
|
/external/bluetooth/glib/tests/ |
markup-test.c | 145 test_file (const gchar *filename) function 207 return test_file (argv[1]);
|
bookmarkfile-test.c | 149 test_file (const gchar *filename) function 181 return test_file (argv[1]);
|
/external/chromium/base/files/ |
file_path_watcher_browsertest.cc | 164 FilePath test_file() { function in class:base::files::__anon2179::FilePathWatcherTest 208 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get())); 210 ASSERT_TRUE(WriteFile(test_file(), "content")); 216 ASSERT_TRUE(WriteFile(test_file(), "content")); 220 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get())); 223 ASSERT_TRUE(WriteFile(test_file(), "new content")); 234 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get())); 237 ASSERT_TRUE(file_util::Move(source_file, test_file())); 242 ASSERT_TRUE(WriteFile(test_file(), "content")); 246 ASSERT_TRUE(SetupWatch(test_file(), &watcher, delegate.get())) [all...] |
/external/chromium/chrome/browser/policy/ |
user_policy_cache_unittest.cc | 98 EXPECT_EQ(size, file_util::WriteFile(test_file(), data.c_str(), size)); 116 FilePath test_file() { function in class:policy::UserPolicyCacheTest 195 UserPolicyCache cache(test_file()); 203 UserPolicyCache cache(test_file()); 216 UserPolicyCache cache(test_file()); 228 UserPolicyCache cache(test_file()); 242 UserPolicyCache cache(test_file()); 251 UserPolicyCache cache(test_file()); 277 UserPolicyCache cache(test_file()); 299 UserPolicyCache cache(test_file()); [all...] |
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud_uitest.cc | 47 FilePath test_file = local 49 file_util::ReadFileToString(test_file, &test_data_);
|
print_dialog_cloud_unittest.cc | 47 FilePath test_file = test_data_directory.AppendASCII(kPDFTestFile); local 48 return test_file; 54 FilePath test_file = test_data_directory.AppendASCII(kEmptyPDFTestFile); local 55 return test_file; 61 FilePath test_file = GetTestDataFileName(); local 62 file_util::ReadFileToString(test_file, &sTestFileData);
|