Searched refs:indexeddb_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc56 void GetAllOriginsAndPaths(const base::FilePath& indexeddb_path, argument
61 if (indexeddb_path.empty())
64 indexeddb_path, false, base::FileEnumerator::DIRECTORIES);
80 const base::FilePath& indexeddb_path,
86 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths);
79 ClearSessionOnlyOrigins( const base::FilePath& indexeddb_path, scoped_refptr<storage::SpecialStoragePolicy> special_storage_policy) argument

Completed in 223 milliseconds