Home
last modified time | relevance | path

Searched refs:aStorageKey (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageService.cpp405 Service::OpenSpecialDatabase(const nsACString& aStorageKey, in OpenSpecialDatabase() argument
408 if (!aStorageKey.Equals(kMozStorageMemoryStorageKey)) { in OpenSpecialDatabase()
420 nsresult rv = msc->initialize(aStorageKey, aName); in OpenSpecialDatabase()
H A DmozIStorageService.idl84 * @param aStorageKey a string key identifying the type of storage
102 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
104 mozIStorageConnection openSpecialDatabase(in ACString aStorageKey,
H A DmozStorageConnection.h88 nsresult initialize(const nsACString& aStorageKey, const nsACString& aName);
H A DmozStorageConnection.cpp664 nsresult Connection::initialize(const nsACString& aStorageKey, in initialize() argument
666 MOZ_ASSERT(aStorageKey.Equals(kMozStorageMemoryStorageKey)); in initialize()
672 mStorageKey = aStorageKey; in initialize()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozIStorageService.idl78 * @param aStorageKey a string key identifying the type of storage
88 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
90 mozIStorageConnection openSpecialDatabase(in string aStorageKey);
H A DmozStorageService.cpp438 Service::OpenSpecialDatabase(const char *aStorageKey, in OpenSpecialDatabase() argument
443 if (::strcmp(aStorageKey, "memory") == 0) { in OpenSpecialDatabase()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozIStorageService.idl78 * @param aStorageKey a string key identifying the type of storage
88 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
90 mozIStorageConnection openSpecialDatabase(in string aStorageKey);
H A DmozStorageService.cpp647 Service::OpenSpecialDatabase(const char *aStorageKey, in OpenSpecialDatabase() argument
653 if (::strcmp(aStorageKey, "memory") == 0) { in OpenSpecialDatabase()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageService.cpp405 Service::OpenSpecialDatabase(const nsACString& aStorageKey, in OpenSpecialDatabase() argument
408 if (!aStorageKey.Equals(kMozStorageMemoryStorageKey)) { in OpenSpecialDatabase()
420 nsresult rv = msc->initialize(aStorageKey, aName); in OpenSpecialDatabase()
H A DmozIStorageService.idl84 * @param aStorageKey a string key identifying the type of storage
102 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
104 mozIStorageConnection openSpecialDatabase(in ACString aStorageKey,
H A DmozStorageConnection.h88 nsresult initialize(const nsACString& aStorageKey, const nsACString& aName);
H A DmozStorageConnection.cpp664 nsresult Connection::initialize(const nsACString& aStorageKey, in initialize() argument
666 MOZ_ASSERT(aStorageKey.Equals(kMozStorageMemoryStorageKey)); in initialize()
672 mStorageKey = aStorageKey; in initialize()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozIStorageService.idl78 * @param aStorageKey a string key identifying the type of storage
88 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
90 mozIStorageConnection openSpecialDatabase(in string aStorageKey);
H A DmozStorageService.cpp416 Service::OpenSpecialDatabase(const char* aStorageKey, in OpenSpecialDatabase() argument
421 if (::strcmp(aStorageKey, "memory") == 0) { in OpenSpecialDatabase()
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageService.cpp421 Service::OpenSpecialDatabase(const nsACString& aStorageKey, in OpenSpecialDatabase() argument
424 if (!aStorageKey.Equals(kMozStorageMemoryStorageKey)) { in OpenSpecialDatabase()
440 const nsresult rv = msc->initialize(aStorageKey, aName); in OpenSpecialDatabase()
H A DmozStorageConnection.h92 nsresult initialize(const nsACString& aStorageKey, const nsACString& aName);
H A DmozIStorageService.idl141 * @param aStorageKey a string key identifying the type of storage
165 * @throws NS_ERROR_INVALID_ARG if aStorageKey is invalid.
168 in ACString aStorageKey,
H A DmozStorageConnection.cpp666 nsresult Connection::initialize(const nsACString& aStorageKey, in initialize() argument
668 MOZ_ASSERT(aStorageKey.Equals(kMozStorageMemoryStorageKey)); in initialize()
674 mStorageKey = aStorageKey; in initialize()