Home
last modified time | relevance | path

Searched refs:RevokeFileSystemByPath (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/storage/browser/fileapi/
Disolated_context.h124 void RevokeFileSystemByPath(const base::FilePath& path);
Disolated_context.cc362 void IsolatedContext::RevokeFileSystemByPath(const base::FilePath& path_in) { in RevokeFileSystemByPath() function in storage::IsolatedContext
/external/chromium_org/content/browser/fileapi/
Dfile_system_context_unittest.cc319 IsolatedContext::GetInstance()->RevokeFileSystemByPath( in TEST_F()
Disolated_context_unittest.cc169 isolated_context()->RevokeFileSystemByPath(path); in TEST_F()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.cc415 isolated_context()->RevokeFileSystemByPath(path); in RemoveFileSystem()