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

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc126 struct TestEntryInfo { struct in namespace:file_manager::__anon3165
127 TestEntryInfo() : type(FILE), shared_option(NONE) {} function in struct:file_manager::__anon3165::TestEntryInfo
129 TestEntryInfo(EntryType type, function in struct:file_manager::__anon3165::TestEntryInfo
152 base::JSONValueConverter<TestEntryInfo>* converter);
156 void TestEntryInfo::RegisterJSONConverter(
157 base::JSONValueConverter<TestEntryInfo>* converter) {
159 &TestEntryInfo::type,
162 &TestEntryInfo::source_file_name);
163 converter->RegisterStringField("targetPath", &TestEntryInfo::target_path);
164 converter->RegisterStringField("mimeType", &TestEntryInfo
[all...]

Completed in 67 milliseconds