Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfile_manager_browsertest.cc127 struct TestEntryInfo { struct
128 TestEntryInfo() : type(FILE), shared_option(NONE) {} in TestEntryInfo() function
130 TestEntryInfo(EntryType type, in TestEntryInfo() argument
144 EntryType type;
145 std::string source_file_name; // Source file name to be used as a prototype.
146 std::string target_path; // Target file or directory path.
147 std::string mime_type;
148 SharedOption shared_option;
149 base::Time last_modified_time;