HomeSort by relevance Sort by last modified time
    Searched defs:FileInfoSet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
isolated_context.h 42 class WEBKIT_STORAGE_BROWSER_EXPORT FileInfoSet {
44 FileInfoSet();
45 ~FileInfoSet();
72 // Registers a new isolated filesystem with the given FileInfoSet |files|
93 std::string RegisterDraggedFileSystem(const FileInfoSet& files);
isolated_context.cc 66 IsolatedContext::FileInfoSet::FileInfoSet() {}
67 IsolatedContext::FileInfoSet::~FileInfoSet() {}
69 bool IsolatedContext::FileInfoSet::AddPath(
96 bool IsolatedContext::FileInfoSet::AddPathWithName(
220 const FileInfoSet& files) {

Completed in 93 milliseconds