Searched refs:LoadJSONFile (Results 1 – 9 of 9) sorted by relevance
19 scoped_ptr<base::Value> document = test_util::LoadJSONFile( in TEST()36 scoped_ptr<base::Value> document = test_util::LoadJSONFile( in TEST()114 scoped_ptr<base::Value> document = test_util::LoadJSONFile( in TEST()211 test_util::LoadJSONFile("drive/changelist.json"); in TEST()261 test_util::LoadJSONFile("drive/changelist.json")); in TEST()263 test_util::LoadJSONFile("drive/filelist.json")); in TEST()
24 test_util::LoadJSONFile("gdata/basic_feed.json"); in TEST()153 test_util::LoadJSONFile("gdata/file_entry.json"); in TEST()
124 test_util::LoadJSONFile("gdata/file_entry.json"); in TEST_F()
82 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) { in LoadJSONFile() function
81 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
420 *test_util::LoadJSONFile("drive/about.json"))); in TEST_F()474 *test_util::LoadJSONFile("drive/directory_entry.json"))); in TEST_F()561 *test_util::LoadJSONFile("drive/about.json"))); in TEST_F()
21 google_apis::test_util::LoadJSONFile("chromeos/net/proxy_config.json"); in TEST()
123 google_apis::test_util::LoadJSONFile("drive/applist.json"); in TEST_F()
212 scoped_ptr<base::Value> value = test_util::LoadJSONFile(relative_path); in LoadAppListForDriveApi()