Home
last modified time | relevance | path

Searched refs:aDatabaseFilePath (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsParent.cpp640 const nsAString& aDatabaseFilePath) { in GetStorageConnection() argument
642 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
643 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, u".sqlite"_ns)); in GetStorageConnection()
645 QM_TRY_INSPECT(const auto& databaseFile, QM_NewLocalFile(aDatabaseFilePath)); in GetStorageConnection()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsParent.cpp640 const nsAString& aDatabaseFilePath) { in GetStorageConnection() argument
642 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
643 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, u".sqlite"_ns)); in GetStorageConnection()
645 QM_TRY_INSPECT(const auto& databaseFile, QM_NewLocalFile(aDatabaseFilePath)); in GetStorageConnection()
/dports/www/firefox/firefox-99.0/dom/localstorage/
H A DActorsParent.cpp679 const nsAString& aDatabaseFilePath) { in GetStorageConnection() argument
681 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
682 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, u".sqlite"_ns)); in GetStorageConnection()
684 QM_TRY_INSPECT(const auto& databaseFile, QM_NewLocalFile(aDatabaseFilePath)); in GetStorageConnection()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsParent.cpp638 nsresult GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
641 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
642 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, NS_LITERAL_STRING(".sqlite"))); in GetStorageConnection()
645 auto databaseFileOrErr = QM_NewLocalFile(aDatabaseFilePath); in GetStorageConnection()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DActorsParent.cpp1119 GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
1125 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
1126 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, kSQLiteSuffix)); in GetStorageConnection()
1129 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DActorsParent.cpp1119 GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
1125 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
1126 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, kSQLiteSuffix)); in GetStorageConnection()
1129 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DActorsParent.cpp1116 GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
1122 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
1123 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, kSQLiteSuffix)); in GetStorageConnection()
1126 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DActorsParent.cpp4971 GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
4980 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
4981 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, NS_LITERAL_STRING(".sqlite"))); in GetStorageConnection()
4984 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DActorsParent.cpp4612 GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
4617 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
4618 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, kSQLiteSuffix)); in GetStorageConnection()
4621 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DActorsParent.cpp4608 nsresult GetStorageConnection(const nsAString& aDatabaseFilePath, in GetStorageConnection() argument
4615 MOZ_ASSERT(!aDatabaseFilePath.IsEmpty()); in GetStorageConnection()
4616 MOZ_ASSERT(StringEndsWith(aDatabaseFilePath, NS_LITERAL_STRING(".sqlite"))); in GetStorageConnection()
4619 nsCOMPtr<nsIFile> dbFile = GetFileForPath(aDatabaseFilePath); in GetStorageConnection()