Home
last modified time | relevance | path

Searched refs:nsUint32HashKey (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/base/
H A DNetworkActivityMonitor.h25 typedef nsDataHashtable<nsUint32HashKey, uint32_t> SocketBytes;
26 typedef nsDataHashtable<nsUint32HashKey, uint32_t> SocketPort;
27 typedef nsDataHashtable<nsUint32HashKey, nsString> SocketHost;
28 typedef nsDataHashtable<nsUint32HashKey, bool> SocketActive;
H A DRedirectChannelRegistrar.h29 typedef nsInterfaceHashtable<nsUint32HashKey, nsIChannel> ChannelHashtable;
30 typedef nsInterfaceHashtable<nsUint32HashKey, nsIParentChannel>
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DRedirectChannelRegistrar.h30 typedef nsInterfaceHashtable<nsUint32HashKey, nsIChannel>
32 typedef nsInterfaceHashtable<nsUint32HashKey, nsIParentChannel>
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DRedirectChannelRegistrar.h36 typedef nsInterfaceHashtable<nsUint32HashKey, nsIChannel> ChannelHashtable;
37 typedef nsInterfaceHashtable<nsUint32HashKey, nsIParentChannel>
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/eme/
H A DMediaKeys.h35 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
36 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession> PendingKeySessionsHashMap;
37 typedef nsDataHashtable<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxGlyphExtents.h85 class HashEntry : public nsUint32HashKey {
90 : nsUint32HashKey(aPtr), x(0.0), y(0.0), width(0.0), height(0.0) {} in HashEntry()
92 : nsUint32HashKey(std::move(aOther)), in HashEntry()
H A DgfxSVGGlyphs.h69 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
138 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
139 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxGlyphExtents.h85 class HashEntry : public nsUint32HashKey {
90 : nsUint32HashKey(aPtr), x(0.0), y(0.0), width(0.0), height(0.0) {} in HashEntry()
92 : nsUint32HashKey(std::move(aOther)), in HashEntry()
H A DgfxSVGGlyphs.h69 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
138 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
139 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGlyphExtents.h85 class HashEntry : public nsUint32HashKey {
90 : nsUint32HashKey(aPtr), x(0.0), y(0.0), width(0.0), height(0.0) {} in HashEntry()
92 : nsUint32HashKey(std::move(aOther)), in HashEntry()
H A DgfxSVGGlyphs.h69 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
140 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
141 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxGlyphExtents.h85 class HashEntry : public nsUint32HashKey {
90 : nsUint32HashKey(aPtr), x(0.0), y(0.0), width(0.0), height(0.0) {} in HashEntry()
92 : nsUint32HashKey(std::move(aOther)), in HashEntry()
H A DgfxSVGGlyphs.h69 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
138 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
139 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DAudioManager.h100 nsDataHashtable<nsUint32HashKey, uint32_t> mVolumeIndexes;
113 nsDataHashtable<nsUint32HashKey, nsCString> mConnectedDevices;
115 nsDataHashtable<nsUint32HashKey, uint32_t> mAudioDeviceTableIdMaps;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxGlyphExtents.h87 class HashEntry : public nsUint32HashKey {
91 explicit HashEntry(KeyTypePointer aPtr) : nsUint32HashKey(aPtr) {} in HashEntry()
92 HashEntry(const HashEntry& toCopy) : nsUint32HashKey(toCopy) { in HashEntry()
H A DgfxSVGGlyphs.h70 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
139 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
140 nsBaseHashtable<nsUint32HashKey, Element*, Element*> mGlyphIdMap;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/eme/
H A DMediaKeys.h43 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
44 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession>
46 typedef nsDataHashtable<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxGlyphExtents.h85 class HashEntry : public nsUint32HashKey {
89 explicit HashEntry(KeyTypePointer aPtr) : nsUint32HashKey(aPtr) {} in HashEntry()
90 HashEntry(const HashEntry& toCopy) : nsUint32HashKey(toCopy) { in HashEntry()
H A DgfxSVGGlyphs.h69 nsBaseHashtable<nsUint32HashKey, Element *, Element *> mGlyphIdMap;
138 nsClassHashtable<nsUint32HashKey, gfxSVGGlyphsDocument> mGlyphDocs;
139 nsBaseHashtable<nsUint32HashKey, Element *, Element *> mGlyphIdMap;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/eme/
H A DMediaKeys.h42 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
43 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession>
45 typedef nsTHashMap<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/eme/
H A DMediaKeys.h43 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
44 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession>
46 typedef nsDataHashtable<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/www/firefox/firefox-99.0/dom/media/eme/
H A DMediaKeys.h43 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
44 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession>
46 typedef nsTHashMap<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/eme/
H A DMediaKeys.h42 typedef nsRefPtrHashtable<nsUint32HashKey, dom::DetailedPromise> PromiseHashMap;
43 typedef nsRefPtrHashtable<nsUint32HashKey, MediaKeySession>
45 typedef nsTHashMap<nsUint32HashKey, uint32_t> PendingPromiseIdTokenHashMap;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaCache.h399 struct Entry : public nsUint32HashKey {
400 explicit Entry(KeyTypePointer aKey) : nsUint32HashKey(aKey) { } in Entry()
401 Entry(const Entry& toCopy) : nsUint32HashKey(&toCopy.GetKey()), in Entry()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/vr/
H A DVRManager.h74 typedef nsRefPtrHashtable<nsUint32HashKey, gfx::VRDisplayHost> VRDisplayHostHashMap;
77 typedef nsRefPtrHashtable<nsUint32HashKey, gfx::VRControllerHost> VRControllerHostHashMap;

12345678910>>...21