HomeSort by relevance Sort by last modified time
    Searched refs:RevokeFileSystemByPath (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/webkit/browser/fileapi/
isolated_context.h 123 void RevokeFileSystemByPath(const base::FilePath& path);
131 // (e.g. by RevokeFileSystemByPath).
isolated_context_unittest.cc 159 isolated_context()->RevokeFileSystemByPath(path);
isolated_context.cc 361 void IsolatedContext::RevokeFileSystemByPath(const base::FilePath& path_in) {
388 // already deleted by RevokeFileSystemByPath.
  /external/chromium_org/content/browser/fileapi/
file_system_context_unittest.cc 325 IsolatedContext::GetInstance()->RevokeFileSystemByPath(
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 416 isolated_context()->RevokeFileSystemByPath(path);

Completed in 482 milliseconds