Home
last modified time | relevance | path

Searched refs:nsStringHashKey (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DMozMap.h28 class MozMapEntry : public nsStringHashKey
32 : nsStringHashKey(aKeyTypePointer) in MozMapEntry()
38 : nsStringHashKey(aOther), in MozMapEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DLSSnapshot.h94 nsTHashtable<nsStringHashKey> mLoadedItems;
95 nsTHashtable<nsStringHashKey> mUnknownItems;
96 nsDataHashtable<nsStringHashKey, nsString> mValues;
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DAndroidAlerts.h33 static nsDataHashtable<nsStringHashKey,
40 using ListenerMap = nsInterfaceHashtable<nsStringHashKey, nsIObserver>;
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DAndroidAlerts.h33 static nsTHashMap<nsStringHashKey, mozilla::java::WebNotification::GlobalRef>
39 using ListenerMap = nsInterfaceHashtable<nsStringHashKey, nsIObserver>;
/dports/www/firefox/firefox-99.0/widget/android/
H A DAndroidAlerts.h33 static nsTHashMap<nsStringHashKey, mozilla::java::WebNotification::GlobalRef>
39 using ListenerMap = nsInterfaceHashtable<nsStringHashKey, nsIObserver>;
/dports/www/firefox-esr/firefox-91.8.0/widget/android/
H A DAndroidAlerts.h33 static nsTHashMap<nsStringHashKey, mozilla::java::WebNotification::GlobalRef>
39 using ListenerMap = nsInterfaceHashtable<nsStringHashKey, nsIObserver>;
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/src/
H A DmozPersonalDictionary.h56 nsTHashtable<nsStringHashKey> mDictionaryTable;
57 nsTHashtable<nsStringHashKey> mIgnoreTable;
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AtomTable.cpp10 : nsStringHashKey(aStr) in nsHtml5AtomEntry()
16 : nsStringHashKey(aOther) in nsHtml5AtomEntry()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/hunspell/glue/
H A DmozHunspell.h118 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDictionaries;
124 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDynamicDictionaries;
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/hunspell/glue/
H A DmozHunspell.h118 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDictionaries;
124 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDynamicDictionaries;
/dports/www/firefox/firefox-99.0/extensions/spellcheck/hunspell/glue/
H A DmozHunspell.h118 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDictionaries;
124 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDynamicDictionaries;
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/hunspell/glue/
H A DmozHunspell.h118 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDictionaries;
124 nsInterfaceHashtable<nsStringHashKey, nsIURI> mDynamicDictionaries;
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/hunspell/glue/
H A DmozHunspell.h117 nsInterfaceHashtable<nsStringHashKey, nsIFile> mDictionaries;
124 nsInterfaceHashtable<nsStringHashKey, nsIFile> mDynamicDictionaries;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xslt/
H A DtxExecutionState.h25 class txLoadedDocumentEntry : public nsStringHashKey
28 explicit txLoadedDocumentEntry(KeyTypePointer aStr) : nsStringHashKey(aStr), in txLoadedDocumentEntry()
33 : nsStringHashKey(aToCopy) in txLoadedDocumentEntry()
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AtomTable.cpp9 : nsStringHashKey(aStr), in nsHtml5AtomEntry()
13 : nsStringHashKey(aOther), mAtom(nullptr) { in nsHtml5AtomEntry()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xslt/
H A DtxExecutionState.h25 class txLoadedDocumentEntry : public nsStringHashKey {
28 : nsStringHashKey(aStr), mLoadResult(NS_OK) {} in txLoadedDocumentEntry()
30 : nsStringHashKey(aToCopy) { in txLoadedDocumentEntry()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatformFontList.h387 typedef nsRefPtrHashtable<nsStringHashKey, gfxFontFamily> FontFamilyTable;
388 typedef nsRefPtrHashtable<nsStringHashKey, gfxFontEntry> FontEntryTable;
426 mozilla::UniquePtr<nsTHashtable<nsStringHashKey> > mFaceNamesMissed;
429 mozilla::UniquePtr<nsTHashtable<nsStringHashKey> > mOtherNamesMissed;
446 nsTHashtable<nsStringHashKey> mBadUnderlineFamilyNames;
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xslt/
H A DtxExecutionState.h25 class txLoadedDocumentEntry : public nsStringHashKey {
28 : nsStringHashKey(aStr), mLoadResult(NS_OK) {} in txLoadedDocumentEntry()
30 : nsStringHashKey(std::move(aOther)), in txLoadedDocumentEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xslt/
H A DtxExecutionState.h25 class txLoadedDocumentEntry : public nsStringHashKey {
28 : nsStringHashKey(aStr), mLoadResult(NS_OK) {} in txLoadedDocumentEntry()
30 : nsStringHashKey(std::move(aOther)), in txLoadedDocumentEntry()
/dports/www/firefox/firefox-99.0/dom/xslt/xslt/
H A DtxExecutionState.h26 class txLoadedDocumentEntry : public nsStringHashKey {
29 : nsStringHashKey(aStr), mLoadResult(NS_OK) {} in txLoadedDocumentEntry()
31 : nsStringHashKey(std::move(aOther)), in txLoadedDocumentEntry()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xslt/
H A DtxExecutionState.h25 class txLoadedDocumentEntry : public nsStringHashKey {
28 : nsStringHashKey(aStr), mLoadResult(NS_OK) {} in txLoadedDocumentEntry()
30 : nsStringHashKey(std::move(aOther)), in txLoadedDocumentEntry()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsHashKeys.h71 class nsStringHashKey : public PLDHashEntryHdr {
76 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey() function
77 nsStringHashKey(const nsStringHashKey&) = delete;
78 nsStringHashKey(nsStringHashKey&& aToMove) in nsStringHashKey() function
80 ~nsStringHashKey() = default;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsHashKeys.h71 class nsStringHashKey : public PLDHashEntryHdr {
76 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey() function
77 nsStringHashKey(const nsStringHashKey&) = delete;
78 nsStringHashKey(nsStringHashKey&& aToMove) in nsStringHashKey() function
80 ~nsStringHashKey() = default;
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsHashKeys.h72 class nsStringHashKey : public PLDHashEntryHdr {
77 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey() function
78 nsStringHashKey(const nsStringHashKey&) = delete;
79 nsStringHashKey(nsStringHashKey&& aToMove) in nsStringHashKey() function
81 ~nsStringHashKey() = default;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsHashKeys.h71 class nsStringHashKey : public PLDHashEntryHdr {
76 explicit nsStringHashKey(KeyTypePointer aStr) : mStr(*aStr) {} in nsStringHashKey() function
77 nsStringHashKey(const nsStringHashKey&) = delete;
78 nsStringHashKey(nsStringHashKey&& aToMove) in nsStringHashKey() function
80 ~nsStringHashKey() = default;

12345678910>>...19