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

  /external/chromium_org/storage/browser/fileapi/
transient_file_util.cc 21 void RevokeFileSystem(const std::string& filesystem_id,
23 IsolatedContext::GetInstance()->RevokeFileSystem(filesystem_id);
50 base::Bind(&RevokeFileSystem, url.filesystem_id()), NULL);
external_mount_points.cc 122 bool ExternalMountPoints::RevokeFileSystem(const std::string& mount_name) {
isolated_context.cc 273 bool IsolatedContext::RevokeFileSystem(const std::string& filesystem_id) {
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 85 virtual void RevokeFileSystem(const std::string& fs_name) OVERRIDE;
133 void TestMediaFileSystemContext::RevokeFileSystem(const std::string& fs_name) {
    [all...]

Completed in 378 milliseconds