Home
last modified time | relevance | path

Searched refs:LoadJSONFile (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/google_apis/drive/
Ddrive_api_parser_unittest.cc19 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()
Dgdata_wapi_parser_unittest.cc24 test_util::LoadJSONFile("gdata/basic_feed.json"); in TEST()
153 test_util::LoadJSONFile("gdata/file_entry.json"); in TEST()
Dgdata_wapi_requests_unittest.cc124 test_util::LoadJSONFile("gdata/file_entry.json"); in TEST_F()
Dtest_util.cc82 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path) { in LoadJSONFile() function
Dtest_util.h81 scoped_ptr<base::Value> LoadJSONFile(const std::string& relative_path);
Ddrive_api_requests_unittest.cc420 *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()
/external/chromium_org/chrome/browser/chromeos/net/
Donc_utils_unittest.cc21 google_apis::test_util::LoadJSONFile("chromeos/net/proxy_config.json"); in TEST()
/external/chromium_org/chrome/browser/drive/
Ddrive_app_registry_unittest.cc123 google_apis::test_util::LoadJSONFile("drive/applist.json"); in TEST_F()
Dfake_drive_service.cc212 scoped_ptr<base::Value> value = test_util::LoadJSONFile(relative_path); in LoadAppListForDriveApi()