Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc81 void GetAllOriginsAndPaths(const base::FilePath& indexeddb_path, in GetAllOriginsAndPaths() argument
86 if (indexeddb_path.empty()) in GetAllOriginsAndPaths()
88 base::FileEnumerator file_enumerator(indexeddb_path, false, in GetAllOriginsAndPaths()
801 [](const base::FilePath& indexeddb_path, in Shutdown()
810 GetAllOriginsAndPaths(indexeddb_path, &origins, &file_paths); in Shutdown()
H A Dindexed_db_context_impl.h217 const base::FilePath& indexeddb_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc83 void GetAllOriginsAndPaths(const base::FilePath& indexeddb_path, in GetAllOriginsAndPaths() argument
88 if (indexeddb_path.empty()) in GetAllOriginsAndPaths()
90 base::FileEnumerator file_enumerator(indexeddb_path, false, in GetAllOriginsAndPaths()
H A Dindexed_db_context_impl.h219 const base::FilePath& indexeddb_path,