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

/external/chromium_org/storage/browser/fileapi/
H A Disolated_context.h42 class STORAGE_EXPORT FileInfoSet { class in class:storage::IsolatedContext
44 FileInfoSet();
45 ~FileInfoSet();
72 // Registers a new isolated filesystem with the given FileInfoSet |files|
93 std::string RegisterDraggedFileSystem(const FileInfoSet& files);
H A Disolated_context.cc55 IsolatedContext::FileInfoSet::FileInfoSet() {} function in class:storage::IsolatedContext::FileInfoSet
56 IsolatedContext::FileInfoSet::~FileInfoSet() {}
58 bool IsolatedContext::FileInfoSet::AddPath(
87 bool IsolatedContext::FileInfoSet::AddPathWithName(
217 const FileInfoSet& files) {

Completed in 230 milliseconds