Home
last modified time | relevance | path

Searched refs:box_option (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/resize_observer/
H A Dresize_observer.cc71 ResizeObserverBoxOptions box_option) { in observeInternal() argument
76 if ((*observation).value->observedBox() == box_option) in observeInternal()
92 MakeGarbageCollected<ResizeObservation>(target, this, box_option); in observeInternal()
102 ResizeObserverBoxOptions box_option = ParseBoxOptions(options->box()); in observe() local
103 observeInternal(target, box_option); in observe()
H A Dresize_observer_utilities.cc38 ResizeObserverBoxOptions box_option, in ComputeZoomAdjustedBox() argument
42 switch (box_option) { in ComputeZoomAdjustedBox()
H A Dresize_observer_utilities.h26 static FloatSize ComputeZoomAdjustedBox(ResizeObserverBoxOptions box_option,
H A Dresize_observer.h71 void observeInternal(Element* target, ResizeObserverBoxOptions box_option);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/resize_observer/
H A Dresize_observer.cc64 ResizeObserverBoxOptions box_option) { in observeInternal() argument
69 if ((*observation).value->observedBox() == box_option) in observeInternal()
85 MakeGarbageCollected<ResizeObservation>(target, this, box_option); in observeInternal()
95 ResizeObserverBoxOptions box_option = ParseBoxOptions(options->box()); in observe() local
96 observeInternal(target, box_option); in observe()
H A Dresize_observer.h71 void observeInternal(Element* target, ResizeObserverBoxOptions box_option);