OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoadJSONFile
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/browser/chromeos/net/
onc_utils_unittest.cc
21
google_apis::test_util::
LoadJSONFile
("chromeos/net/proxy_config.json");
/external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc
19
scoped_ptr<base::Value> document = test_util::
LoadJSONFile
(
36
scoped_ptr<base::Value> document = test_util::
LoadJSONFile
(
118
scoped_ptr<base::Value> document = test_util::
LoadJSONFile
(
247
test_util::
LoadJSONFile
("drive/changelist.json");
293
test_util::
LoadJSONFile
("drive/changelist.json"));
295
test_util::
LoadJSONFile
("drive/filelist.json"));
gdata_wapi_parser_unittest.cc
26
test_util::
LoadJSONFile
("gdata/basic_feed.json");
155
test_util::
LoadJSONFile
("gdata/file_entry.json");
242
test_util::
LoadJSONFile
("gdata/account_metadata.json");
test_util.cc
81
scoped_ptr<base::Value>
LoadJSONFile
(const std::string& relative_path) {
gdata_wapi_requests_unittest.cc
378
*test_util::
LoadJSONFile
("gdata/root_feed.json")));
411
*test_util::
LoadJSONFile
("gdata/root_feed.json")));
497
test_util::
LoadJSONFile
("gdata/file_entry.json");
554
*test_util::
LoadJSONFile
("gdata/account_metadata.json")));
594
*test_util::
LoadJSONFile
("gdata/account_metadata.json")));
[
all
...]
test_util.h
81
scoped_ptr<base::Value>
LoadJSONFile
(const std::string& relative_path);
drive_api_requests_unittest.cc
412
*test_util::
LoadJSONFile
("drive/about.json")));
453
*test_util::
LoadJSONFile
("drive/directory_entry.json")));
540
*test_util::
LoadJSONFile
("drive/about.json")));
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
resource_entry_conversion_unittest.cc
20
google_apis::test_util::
LoadJSONFile
("gdata/file_entry.json");
95
google_apis::test_util::
LoadJSONFile
(
176
google_apis::test_util::
LoadJSONFile
(
250
google_apis::test_util::
LoadJSONFile
(
328
scoped_ptr<base::Value> value = google_apis::test_util::
LoadJSONFile
(
drive_app_registry_unittest.cc
99
google_apis::test_util::
LoadJSONFile
("drive/applist.json");
change_list_processor_unittest.cc
80
*google_apis::test_util::
LoadJSONFile
(
/external/chromium_org/chrome/browser/drive/
fake_drive_service.cc
202
scoped_ptr<Value> raw_value = test_util::
LoadJSONFile
(relative_path);
239
scoped_ptr<base::Value> value = test_util::
LoadJSONFile
(relative_path);
270
app_info_value_ = test_util::
LoadJSONFile
(relative_path);
[
all
...]
Completed in 66 milliseconds