Home
last modified time | relevance | path

Searched refs:DisplayItemHashEntry (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DRetainedDisplayListHelpers.h22 class DisplayItemHashEntry : public PLDHashEntryHdr {
27 explicit DisplayItemHashEntry(KeyTypePointer aKey) : mKey(*aKey) {} in DisplayItemHashEntry() function
28 DisplayItemHashEntry(DisplayItemHashEntry&&) = default;
30 ~DisplayItemHashEntry() = default;
/dports/www/firefox/firefox-99.0/layout/painting/
H A DRetainedDisplayListHelpers.h26 class DisplayItemHashEntry : public PLDHashEntryHdr {
31 explicit DisplayItemHashEntry(KeyTypePointer aKey) : mKey(*aKey) {} in DisplayItemHashEntry() function
32 DisplayItemHashEntry(DisplayItemHashEntry&&) = default;
34 ~DisplayItemHashEntry() = default;
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DRetainedDisplayListHelpers.h22 class DisplayItemHashEntry : public PLDHashEntryHdr {
27 explicit DisplayItemHashEntry(KeyTypePointer aKey) : mKey(*aKey) {} in DisplayItemHashEntry() function
28 DisplayItemHashEntry(DisplayItemHashEntry&&) = default;
30 ~DisplayItemHashEntry() = default;
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DRetainedDisplayListHelpers.h21 class DisplayItemHashEntry : public PLDHashEntryHdr {
26 explicit DisplayItemHashEntry(KeyTypePointer aKey) : mKey(*aKey) {} in DisplayItemHashEntry() function
27 DisplayItemHashEntry(DisplayItemHashEntry&&) = default;
29 ~DisplayItemHashEntry() = default;
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp152 class DisplayItemHashEntry : public PLDHashEntryHdr { class
157 explicit DisplayItemHashEntry(KeyTypePointer aKey) : mKey(*aKey) {} in DisplayItemHashEntry() function in DisplayItemHashEntry
158 explicit DisplayItemHashEntry(const DisplayItemHashEntry& aCopy) = default;
160 ~DisplayItemHashEntry() = default;
430 nsDataHashtable<DisplayItemHashEntry, nsDisplayItem*> oldListLookup( in MergeDisplayLists()
439 nsDataHashtable<DisplayItemHashEntry, nsDisplayItem*> newListLookup( in MergeDisplayLists()