Home
last modified time | relevance | path

Searched refs:mNameHashtable (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DmozStorageRow.cpp66 mNameHashtable.InsertOrUpdate(colName, i); in initialize()
91 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h53 nsTHashMap<nsCStringHashKey, uint32_t> mNameHashtable; variable
/dports/www/firefox/firefox-99.0/storage/
H A DmozStorageRow.cpp66 mNameHashtable.InsertOrUpdate(colName, i); in initialize()
91 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h53 nsTHashMap<nsCStringHashKey, uint32_t> mNameHashtable; variable
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DmozStorageRow.cpp63 mNameHashtable.Put(colName, i); in initialize()
88 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h53 nsDataHashtable<nsCStringHashKey, uint32_t> mNameHashtable; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DmozStorageRow.cpp68 mNameHashtable.Put(colName, i); in initialize()
101 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h54 nsDataHashtable<nsCStringHashKey, uint32_t> mNameHashtable; variable
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DmozStorageRow.cpp66 mNameHashtable.InsertOrUpdate(colName, i); in initialize()
91 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h53 nsTHashMap<nsCStringHashKey, uint32_t> mNameHashtable; variable
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DmozStorageRow.cpp65 mNameHashtable.Put(colName, i); in initialize()
90 NS_ENSURE_TRUE(mNameHashtable.Get(aName, &index), NS_ERROR_NOT_AVAILABLE); in GetResultByName()
H A DmozStorageRow.h53 nsDataHashtable<nsCStringHashKey, uint32_t> mNameHashtable; variable