Home
last modified time | relevance | path

Searched refs:DOMIntersectionObserverEntry (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.h22 class DOMIntersectionObserverEntry final : public nsISupports,
24 ~DOMIntersectionObserverEntry() = default;
27 DOMIntersectionObserverEntry(nsISupports* aOwner, DOMHighResTimeStamp aTime, in DOMIntersectionObserverEntry() function
42 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
88 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries);
123 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
153 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp27 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry)
32 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry)
33 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry)
35 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner,
150 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallback()
162 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallbackReachViewport()
289 nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) { in TakeRecords()
731 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
741 Sequence<OwningNonNull<DOMIntersectionObserverEntry>> entries; in Notify()
744 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.h21 class DOMIntersectionObserverEntry final : public nsISupports,
23 ~DOMIntersectionObserverEntry() = default;
26 DOMIntersectionObserverEntry(nsISupports* aOwner, DOMHighResTimeStamp aTime, in DOMIntersectionObserverEntry() function
41 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
87 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries);
124 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
154 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp25 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry)
30 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry)
31 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry)
33 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner,
140 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallback()
258 nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) { in TakeRecords()
668 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
678 Sequence<OwningNonNull<DOMIntersectionObserverEntry>> entries; in Notify()
681 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.h23 class DOMIntersectionObserverEntry final : public nsISupports,
25 ~DOMIntersectionObserverEntry() = default;
28 DOMIntersectionObserverEntry(nsISupports* aOwner, DOMHighResTimeStamp aTime, in DOMIntersectionObserverEntry() function
43 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
89 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries);
124 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
158 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp26 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry)
31 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry)
32 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry)
34 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner,
149 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallback()
161 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallbackReachViewport()
293 nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) { in TakeRecords()
735 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
745 Sequence<OwningNonNull<DOMIntersectionObserverEntry>> entries; in Notify()
748 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.h22 class DOMIntersectionObserverEntry final : public nsISupports,
24 ~DOMIntersectionObserverEntry() = default;
27 DOMIntersectionObserverEntry(nsISupports* aOwner, DOMHighResTimeStamp aTime, in DOMIntersectionObserverEntry() function
42 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
88 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries);
123 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
153 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp27 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry)
32 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry)
33 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry)
35 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner,
150 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallback()
162 const Sequence<OwningNonNull<DOMIntersectionObserverEntry>>& aEntries) { in LazyLoadCallbackReachViewport()
289 nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) { in TakeRecords()
731 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
741 Sequence<OwningNonNull<DOMIntersectionObserverEntry>> entries; in Notify()
744 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.h22 class DOMIntersectionObserverEntry final : public nsISupports,
24 ~DOMIntersectionObserverEntry() {} in ~DOMIntersectionObserverEntry()
27 DOMIntersectionObserverEntry(nsISupports* aOwner, DOMHighResTimeStamp aTime, in DOMIntersectionObserverEntry() function
42 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
126 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
156 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp18 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry)
23 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry)
24 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry)
26 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner,
213 nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) { in TakeRecords()
478 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
489 mozilla::dom::Sequence<mozilla::OwningNonNull<DOMIntersectionObserverEntry>> in Notify()
493 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.h22 class DOMIntersectionObserverEntry final : public nsISupports,
25 ~DOMIntersectionObserverEntry() {} in ~DOMIntersectionObserverEntry()
28 DOMIntersectionObserverEntry(nsISupports* aOwner, in DOMIntersectionObserverEntry() function
45 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(DOMIntersectionObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
150 void TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal);
174 nsTArray<RefPtr<DOMIntersectionObserverEntry>> mQueuedEntries;
H A DDOMIntersectionObserver.cpp17 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(DOMIntersectionObserverEntry) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION() argument
22 NS_IMPL_CYCLE_COLLECTING_ADDREF(DOMIntersectionObserverEntry) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
23 NS_IMPL_CYCLE_COLLECTING_RELEASE(DOMIntersectionObserverEntry) in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
25 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(DOMIntersectionObserverEntry, mOwner, in NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION()
211 DOMIntersectionObserver::TakeRecords(nsTArray<RefPtr<DOMIntersectionObserverEntry>>& aRetVal) in TakeRecords()
442 RefPtr<DOMIntersectionObserverEntry> entry = new DOMIntersectionObserverEntry( in QueueIntersectionObserverEntry()
458 mozilla::dom::Sequence<mozilla::OwningNonNull<DOMIntersectionObserverEntry>> entries; in Notify()
461 RefPtr<DOMIntersectionObserverEntry> next = mQueuedEntries[i]; in Notify()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DServoBindings.toml259 "DOMIntersectionObserverEntry",
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DServoBindings.toml246 "DOMIntersectionObserverEntry",
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DServoBindings.toml246 "DOMIntersectionObserverEntry",
/dports/www/firefox/firefox-99.0/layout/style/
H A DServoBindings.toml243 "DOMIntersectionObserverEntry",
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DServoBindings.toml246 "DOMIntersectionObserverEntry",