Searched defs:RevokeFileSystem (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
H A Dtransient_file_util.cc21 void RevokeFileSystem(const std::string& filesystem_id, function in namespace:storage::__anon10726
23 IsolatedContext::GetInstance()->RevokeFileSystem(filesystem_id);
50 base::Bind(&RevokeFileSystem, url.filesystem_id()), NULL);
H A Dexternal_mount_points.cc122 bool ExternalMountPoints::RevokeFileSystem(const std::string& mount_name) { function in class:storage::ExternalMountPoints
H A Disolated_context.cc273 bool IsolatedContext::RevokeFileSystem(const std::string& filesystem_id) { function in class:storage::IsolatedContext
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc85 virtual void RevokeFileSystem(const std::string& fs_name) OVERRIDE;
133 void TestMediaFileSystemContext::RevokeFileSystem(const std::string& fs_name) { function in class:TestMediaFileSystemContext

Completed in 263 milliseconds