Searched defs:unnormalized_root (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/browser/
H A Dstorage_partition_impl_map.cc211 // Synchronously attempts to delete |unnormalized_root|, preserving only
213 // disk, then it completely removes |unnormalized_root|. All paths must be
217 const base::FilePath& unnormalized_root,
222 // if |unnormalized_root| does not exist. This is safe because there is
224 if (!base::PathExists(unnormalized_root)) {
230 base::FilePath root = base::MakeAbsoluteFilePath(unnormalized_root);
215 BlockingObliteratePath( const base::FilePath& unnormalized_browser_context_root, const base::FilePath& unnormalized_root, const std::vector<base::FilePath>& paths_to_keep, const scoped_refptr<base::TaskRunner>& closure_runner, const base::Closure& on_gc_required) argument

Completed in 227 milliseconds