Home | History | Annotate | Download | only in fileapi

Lines Matching refs:filesystem_id

36 //   filesystem:<origin>/isolated/<filesystem_id>/<name>/relative/path
73 // and returns the new filesystem_id. The files are registered with their
79 // '/<filesystem_id>/<registered_name>/<relative_path_from_the_dropped_path>'
96 // |type| filesystem with |filesystem_id| and returns a new filesystem ID.
102 const std::string& filesystem_id,
126 // Adds a reference to a filesystem specified by the given filesystem_id.
127 void AddReference(const std::string& filesystem_id);
129 // Removes a reference to a filesystem specified by the given filesystem_id.
133 void RemoveReference(const std::string& filesystem_id);
136 // |filesystem_id|.
137 // The filesystem_id must be pointing to a dragged file system
139 // Returns false if the |filesystem_id| is not valid.
140 bool GetDraggedFileInfo(const std::string& filesystem_id,
145 virtual bool RevokeFileSystem(const std::string& filesystem_id) OVERRIDE;
146 virtual bool GetRegisteredPath(const std::string& filesystem_id,
150 std::string* filesystem_id,
161 // Returns the virtual root path that looks like /<filesystem_id>.
162 base::FilePath CreateVirtualRootPath(const std::string& filesystem_id) const;
183 // Unregisters a file system of given |filesystem_id|. Must be called with
185 bool UnregisterFileSystem(const std::string& filesystem_id);
187 // Returns a new filesystem_id. Called with lock.