Home
last modified time | relevance | path

Searched refs:ResizeObserverEntry (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/resize-observer/
H A Didlharness.window.js.ini2 …[ResizeObserverEntry interface: entry must inherit property "devicePixelContentBoxSize" with the p…
5 [ResizeObserverEntry interface: attribute devicePixelContentBoxSize]
8 [ResizeObserverEntry interface: entry must inherit property "contentBoxSize" with the proper type]
11 [ResizeObserverEntry interface: entry must inherit property "borderBoxSize" with the proper type]
14 [ResizeObserverEntry must be primary interface of entry]
22 [ResizeObserverEntry interface: entry must inherit property "target" with the proper type]
26 [ResizeObserverEntry creator]
30 [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/resize-observer/
H A Didlharness.window.js.ini2 …[ResizeObserverEntry interface: entry must inherit property "devicePixelContentBoxSize" with the p…
5 [ResizeObserverEntry interface: attribute devicePixelContentBoxSize]
8 [ResizeObserverEntry interface: entry must inherit property "contentBoxSize" with the proper type]
11 [ResizeObserverEntry interface: entry must inherit property "borderBoxSize" with the proper type]
14 [ResizeObserverEntry must be primary interface of entry]
22 [ResizeObserverEntry interface: entry must inherit property "target" with the proper type]
26 [ResizeObserverEntry creator]
30 [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/src/features/
H A Dgen_ResizeObserverEntry.rs7 …# [wasm_bindgen (extends = :: js_sys :: Object , js_name = ResizeObserverEntry , typescript_type =…
17 pub type ResizeObserverEntry; typedef
29 pub fn target(this: &ResizeObserverEntry) -> Element; in target()
41 pub fn content_rect(this: &ResizeObserverEntry) -> DomRectReadOnly; in content_rect()
52 pub fn border_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array; in border_box_size()
63 pub fn content_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array; in content_box_size()
74 pub fn device_pixel_content_box_size(this: &ResizeObserverEntry) -> ::js_sys::Array; in device_pixel_content_box_size()
/dports/www/firefox/firefox-99.0/dom/base/
H A DResizeObserver.cpp328 Sequence<OwningNonNull<ResizeObserverEntry>> entries; in BroadcastActiveObservations()
339 RefPtr<ResizeObserverEntry> entry = in BroadcastActiveObservations()
378 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(ResizeObserverEntry, mOwner, mTarget, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
382 NS_IMPL_CYCLE_COLLECTING_ADDREF(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
383 NS_IMPL_CYCLE_COLLECTING_RELEASE(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
384 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
389 void ResizeObserverEntry::GetBorderBoxSize( in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
401 void ResizeObserverEntry::GetContentBoxSize( in GetContentBoxSize()
413 void ResizeObserverEntry::GetDevicePixelContentBoxSize( in GetDevicePixelContentBoxSize()
425 void ResizeObserverEntry::SetBorderBoxSize(const gfx::Size& aSize) { in SetBorderBoxSize()
[all …]
H A DResizeObserver.h208 class ResizeObserverEntry final : public nsISupports, public nsWrapperCache {
211 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(ResizeObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
213 ResizeObserverEntry(nsISupports* aOwner, Element& aTarget, in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
251 ~ResizeObserverEntry() = default;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DResizeObserver.cpp239 Sequence<OwningNonNull<ResizeObserverEntry>> entries; in BroadcastActiveObservations()
248 RefPtr<ResizeObserverEntry> entry = in BroadcastActiveObservations()
249 new ResizeObserverEntry(this, *target, borderBoxSize, contentBoxSize); in BroadcastActiveObservations()
283 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(ResizeObserverEntry, mOwner, mTarget, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
286 NS_IMPL_CYCLE_COLLECTING_ADDREF(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
287 NS_IMPL_CYCLE_COLLECTING_RELEASE(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
288 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
293 void ResizeObserverEntry::SetBorderBoxSize(const nsSize& aSize) { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
299 void ResizeObserverEntry::SetContentRectAndSize(const nsSize& aSize) { in SetContentRectAndSize()
H A DResizeObserver.h177 class ResizeObserverEntry final : public nsISupports, public nsWrapperCache {
180 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(ResizeObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
182 ResizeObserverEntry(nsISupports* aOwner, Element& aTarget, in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
216 ~ResizeObserverEntry() = default;
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/resize-observer/
H A Didlharness.window.js.ini2 [ResizeObserverEntry must be primary interface of entry]
10 [ResizeObserverEntry interface: entry must inherit property "target" with the proper type]
14 [ResizeObserverEntry creator]
18 [ResizeObserverEntry interface: entry must inherit property "contentRect" with the proper type]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DResizeObserver.cpp291 Sequence<OwningNonNull<ResizeObserverEntry>> entries; in BroadcastActiveObservations()
300 RefPtr<ResizeObserverEntry> entry = in BroadcastActiveObservations()
301 new ResizeObserverEntry(this, *target, borderBoxSize, contentBoxSize); in BroadcastActiveObservations()
335 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(ResizeObserverEntry, mOwner, mTarget, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
338 NS_IMPL_CYCLE_COLLECTING_ADDREF(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
339 NS_IMPL_CYCLE_COLLECTING_RELEASE(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
340 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
345 void ResizeObserverEntry::SetBorderBoxSize(const nsSize& aSize) { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
351 void ResizeObserverEntry::SetContentRectAndSize(const nsSize& aSize) { in SetContentRectAndSize()
H A DResizeObserver.h175 class ResizeObserverEntry final : public nsISupports, public nsWrapperCache {
178 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(ResizeObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
180 ResizeObserverEntry(nsISupports* aOwner, Element& aTarget, in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
214 ~ResizeObserverEntry() = default;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DResizeObserver.cpp291 Sequence<OwningNonNull<ResizeObserverEntry>> entries; in BroadcastActiveObservations()
300 RefPtr<ResizeObserverEntry> entry = in BroadcastActiveObservations()
301 new ResizeObserverEntry(this, *target, borderBoxSize, contentBoxSize); in BroadcastActiveObservations()
335 NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE(ResizeObserverEntry, mOwner, mTarget, in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE() argument
338 NS_IMPL_CYCLE_COLLECTING_ADDREF(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
339 NS_IMPL_CYCLE_COLLECTING_RELEASE(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
340 NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION(ResizeObserverEntry) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
345 void ResizeObserverEntry::SetBorderBoxSize(const nsSize& aSize) { in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
351 void ResizeObserverEntry::SetContentRectAndSize(const nsSize& aSize) { in SetContentRectAndSize()
H A DResizeObserver.h175 class ResizeObserverEntry final : public nsISupports, public nsWrapperCache {
178 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(ResizeObserverEntry) in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS() argument
180 ResizeObserverEntry(nsISupports* aOwner, Element& aTarget, in NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS()
214 ~ResizeObserverEntry() = default;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/resize-observer/
H A Didlharness.window.js.ini14 …[ResizeObserverEntry interface: entry must inherit property "devicePixelContentBoxSize" with the p…
20 [ResizeObserverEntry interface: attribute devicePixelContentBoxSize]
29 [ResizeObserverEntry interface: entry must inherit property "contentBoxSize" with the proper type]
38 [ResizeObserverEntry interface: entry must inherit property "borderBoxSize" with the proper type]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/resize_observer/
H A Dresize_observer_entry.cc21 DOMRectReadOnly* ResizeObserverEntry::ZoomAdjustedLayoutRect( in ZoomAdjustedLayoutRect()
37 ResizeObserverSize* ResizeObserverEntry::ZoomAdjustedSize( in ZoomAdjustedSize()
45 ResizeObserverEntry::ResizeObserverEntry(Element* target) : target_(target) { in ResizeObserverEntry() function in blink::ResizeObserverEntry
109 void ResizeObserverEntry::Trace(Visitor* visitor) { in Trace()
H A DREADME.md14 [`ResizeObserverEntry.idl`](ResizeObserverEntry.idl) represents an observation to be delivered, wit…
65 ResizeObserver => ResizeObserverEntry
67 ResizeObserverEntry => Element
H A Dresize_observer_entry.h22 class CORE_EXPORT ResizeObserverEntry final : public ScriptWrappable {
26 ResizeObserverEntry(Element* target);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/global_typings/
H A Dresize_observer.d.ts180 entries: ResizeObserverEntry[],
193 interface ResizeObserverEntry { interface
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/resize_observer/
H A DREADME.md14 [`ResizeObserverEntry.idl`](ResizeObserverEntry.idl) represents an observation to be delivered, wit…
65 ResizeObserver => ResizeObserverEntry
67 ResizeObserverEntry => Element
H A Dresize_observer_entry.cc24 ResizeObserverEntry::ResizeObserverEntry(Element* target) : target_(target) { in ResizeObserverEntry() function in blink::ResizeObserverEntry
95 void ResizeObserverEntry::Trace(Visitor* visitor) const { in Trace()
H A Dresize_observer_entry.h19 class CORE_EXPORT ResizeObserverEntry final : public ScriptWrappable {
23 ResizeObserverEntry(Element* target);
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/resize-observer-polyfill/src/
H A Dindex.d.ts14 (entries: ResizeObserverEntry[], observer: ResizeObserver): void
17 interface ResizeObserverEntry { interface
H A Dindex.js.flow14 class ResizeObserverEntry {
19 type Entries = $ReadOnlyArray<ResizeObserverEntry>;
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/resize-observer-polyfill/dist/
H A DResizeObserver.js.flow14 class ResizeObserverEntry {
19 type Entries = $ReadOnlyArray<ResizeObserverEntry>;
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/web-sys/webidls/unstable/
H A DResizeObserver.webidl19 callback ResizeObserverCallback = undefined (sequence<ResizeObserverEntry> entries, ResizeObserver …
22 interface ResizeObserverEntry {
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dresize-observer.idl22 callback ResizeObserverCallback = undefined (sequence<ResizeObserverEntry> entries, ResizeObserver …
25 interface ResizeObserverEntry {

123