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

/external/chromium_org/apps/
H A Dsaved_files_service.h35 struct SavedFileEntry { struct in namespace:apps
36 SavedFileEntry();
38 SavedFileEntry(const std::string& id,
87 const SavedFileEntry* GetFileEntry(const std::string& extension_id,
91 std::vector<SavedFileEntry> GetAllFileEntries(
H A Dsaved_files_service.cc55 // Persists a SavedFileEntry in ExtensionPrefs.
58 const SavedFileEntry& file_entry) {
74 // Updates the sequence_number of a SavedFileEntry persisted in ExtensionPrefs.
77 const SavedFileEntry& file_entry) {
90 // Removes a SavedFileEntry from ExtensionPrefs.
102 // Clears all SavedFileEntry for the app from ExtensionPrefs.
109 std::vector<SavedFileEntry> GetSavedFileEntries(
112 std::vector<SavedFileEntry> result;
136 SavedFileEntry(it.key(), file_path, is_directory, sequence_number));
143 SavedFileEntry function in class:apps::SavedFileEntry
145 SavedFileEntry::SavedFileEntry(const std::string& id, function in class:apps::SavedFileEntry
[all...]

Completed in 665 milliseconds