Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc296 std::vector<base::FilePath> paths = GetStoragePaths(origin); in DownloadOriginData()
321 for (const base::FilePath& path : GetStoragePaths(origin)) in GetAllOriginsDetails()
726 std::vector<base::FilePath> IndexedDBContextImpl::GetStoragePaths( in GetStoragePaths() function in content::IndexedDBContextImpl
861 for (const base::FilePath& path : GetStoragePaths(origin)) in ReadUsageFromDisk()
H A Dindexed_db_context_impl.h176 std::vector<base::FilePath> GetStoragePaths(const url::Origin& origin) const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc292 std::vector<base::FilePath> paths = GetStoragePaths(origin); in DownloadOriginData()
317 for (const base::FilePath& path : GetStoragePaths(origin)) in GetAllOriginsDetails()
709 std::vector<base::FilePath> IndexedDBContextImpl::GetStoragePaths( in GetStoragePaths() function in content::IndexedDBContextImpl
849 for (const base::FilePath& path : GetStoragePaths(origin)) in ReadUsageFromDisk()
H A Dindexed_db_context_impl.h174 std::vector<base::FilePath> GetStoragePaths(const url::Origin& origin) const;