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

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc115 struct TestEntryInfo { struct in namespace:file_manager::__anon4573
116 TestEntryInfo() : type(FILE), shared_option(NONE) {} function in struct:file_manager::__anon4573::TestEntryInfo
118 TestEntryInfo(EntryType type, function in struct:file_manager::__anon4573::TestEntryInfo
141 base::JSONValueConverter<TestEntryInfo>* converter);
145 void TestEntryInfo::RegisterJSONConverter(
146 base::JSONValueConverter<TestEntryInfo>* converter) {
148 &TestEntryInfo::type,
151 &TestEntryInfo::source_file_name);
152 converter->RegisterStringField("targetPath", &TestEntryInfo::target_path);
153 converter->RegisterStringField("mimeType", &TestEntryInfo
[all...]

Completed in 5553 milliseconds