Home
last modified time | relevance | path

Searched refs:scrollFrame (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsListBoxBodyFrame.cpp178 nsIScrollableFrame* scrollFrame = do_QueryFrame(aParent); in NS_QUERYFRAME_ENTRY() local
179 if (scrollFrame) { in NS_QUERYFRAME_ENTRY()
270 nsIScrollableFrame* scrollFrame = in GetXULMinSizeForScrollArea() local
272 if (scrollFrame && in GetXULMinSizeForScrollArea()
289 if (scrollFrame && in GetXULPrefSize()
406 return scrollFrame ? scrollFrame->GetScrollbarBox(true) : nullptr; in GetScrollbarBox()
598 if (scrollFrame) { in GetAvailableHeight()
599 return scrollFrame->GetScrollPortRect().height; in GetAvailableHeight()
854 if (!scrollFrame) { in VerticalScroll()
858 nsPoint scrollPosition = scrollFrame->GetScrollPosition(); in VerticalScroll()
[all …]
H A DnsScrollbarFrame.cpp128 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
131 if (scrollFrame) { in GetScrollbarMediator()
132 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
175 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
176 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
H A DListBoxObject.cpp176 nsIScrollableFrame* scrollFrame = do_QueryFrame(frame); in GetListBoxBody() local
177 if (!scrollFrame) { in GetListBoxBody()
182 nsIFrame* yeahBaby = scrollFrame->GetScrolledFrame(); in GetListBoxBody()
/dports/www/firefox/firefox-99.0/dom/animation/
H A DScrollTimeline.cpp97 const nsIScrollableFrame* scrollFrame = GetScrollFrame(); in GetCurrentTimeAsDuration() local
98 if (!frame || !scrollFrame) { in GetCurrentTimeAsDuration()
105 if (!scrollFrame->GetAvailableScrollingDirections().contains(orientation)) { in GetCurrentTimeAsDuration()
109 const nsPoint& scrollOffset = scrollFrame->GetScrollPosition(); in GetCurrentTimeAsDuration()
110 const nsRect& scrollRange = scrollFrame->GetScrollRange(); in GetCurrentTimeAsDuration()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/
H A DnsListBoxBodyFrame.cpp191 nsIScrollableFrame* scrollFrame = do_QueryFrame(aParent); in NS_QUERYFRAME_ENTRY() local
192 if (scrollFrame) { in NS_QUERYFRAME_ENTRY()
298 if (scrollFrame && in GetXULMinSizeForScrollArea()
318 if (scrollFrame && in GetXULPrefSize()
451 return scrollFrame ? scrollFrame->GetScrollbarBox(true) : nullptr; in GetScrollbarBox()
674 nsIScrollableFrame* scrollFrame = in GetAvailableHeight() local
676 if (scrollFrame) { in GetAvailableHeight()
677 return scrollFrame->GetScrollPortRect().height; in GetAvailableHeight()
964 nsIScrollableFrame* scrollFrame in VerticalScroll() local
966 if (!scrollFrame) { in VerticalScroll()
[all …]
H A DnsScrollbarFrame.cpp149 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
152 if (scrollFrame) { in GetScrollbarMediator()
153 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
198 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
199 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
H A DListBoxObject.cpp195 nsIScrollableFrame* scrollFrame = do_QueryFrame(frame);
196 if (!scrollFrame) {
201 nsIFrame* yeahBaby = scrollFrame->GetScrolledFrame();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.cpp262 if (rootFrame->GetType() == nsGkAtoms::scrollFrame) { in Update()
263 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
267 scrollFrame->GetScrolledFrame()); in Update()
285 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
286 rootRect = scrollFrame->GetScrollPortRect(); in Update()
341 if (containerFrame->GetType() == nsGkAtoms::scrollFrame) { in Update()
342 nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame); in Update() local
343 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/textproc/kompare/kompare-21.12.3/src/komparepart/
H A Dkomparesplitter.cpp43 QFrame* scrollFrame = static_cast<QFrame*>(parent); in KompareSplitter() local
46 scrollFrame->setFrameStyle(QFrame::NoFrame | QFrame::Plain); in KompareSplitter()
47 scrollFrame->setLineWidth(scrollFrame->style()->pixelMetric(QStyle::PM_DefaultFrameWidth)); in KompareSplitter()
48 QGridLayout* pairlayout = new QGridLayout(scrollFrame); in KompareSplitter()
51 m_vScroll = new QScrollBar(Qt::Vertical, scrollFrame); in KompareSplitter()
53 m_hScroll = new QScrollBar(Qt::Horizontal, scrollFrame); in KompareSplitter()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.cpp269 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
270 rootRectRelativeToRootFrame = scrollFrame->GetScrollPortRect(); in Update()
300 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
303 if (scrollFrame) { in Update()
304 rootRect = scrollFrame->GetScrollPortRect(); in Update()
363 nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame); in Update() local
364 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp364 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame)) { in ComputeTheIntersection() local
372 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in ComputeTheIntersection()
490 if (nsIScrollableFrame* scrollFrame = in GetOopIframeMetrics() local
492 inProcessRootRect = scrollFrame->GetScrollPortRect(); in GetOopIframeMetrics()
527 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame)) { in Update() local
530 rootRectRelativeToRootFrame = scrollFrame->GetScrollPortRect(); in Update()
562 if (nsIScrollableFrame* scrollFrame = in Update() local
564 rootRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.cpp359 nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame); in ComputeTheIntersection() local
361 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in ComputeTheIntersection()
460 if (nsIScrollableFrame* scrollFrame = in GetOopIframeMetrics() local
462 inProcessRootRect = scrollFrame->GetScrollPortRect(); in GetOopIframeMetrics()
500 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
501 rootRectRelativeToRootFrame = scrollFrame->GetScrollPortRect(); in Update()
520 nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame); in Update() local
521 rootRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.cpp368 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame)) { in ComputeTheIntersection() local
376 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in ComputeTheIntersection()
494 if (nsIScrollableFrame* scrollFrame = in GetOopIframeMetrics() local
496 inProcessRootRect = scrollFrame->GetScrollPortRect(); in GetOopIframeMetrics()
531 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame)) { in Update() local
534 rootRectRelativeToRootFrame = scrollFrame->GetScrollPortRect(); in Update()
566 if (nsIScrollableFrame* scrollFrame = in Update() local
568 rootRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp364 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(containerFrame)) { in ComputeTheIntersection() local
372 nsRect subFrameRect = scrollFrame->GetScrollPortRect(); in ComputeTheIntersection()
490 if (nsIScrollableFrame* scrollFrame = in GetOopIframeMetrics() local
492 inProcessRootRect = scrollFrame->GetScrollPortRect(); in GetOopIframeMetrics()
527 if (nsIScrollableFrame* scrollFrame = do_QueryFrame(rootFrame)) { in Update() local
530 rootRectRelativeToRootFrame = scrollFrame->GetScrollPortRect(); in Update()
562 if (nsIScrollableFrame* scrollFrame = in Update() local
564 rootRect = scrollFrame->GetScrollPortRect(); in Update()
/dports/www/firefox/firefox-99.0/layout/base/
H A DDisplayPortUtils.cpp81 nsIFrame* scrollFrame = do_QueryFrame(aScrollFrame); in ForScrollFrame() local
82 PresShell* presShell = scrollFrame->PresShell(); in ForScrollFrame()
163 nsIFrame* scrollFrame = do_QueryFrame(aScrollableFrame); in ComputeAsyncTranslation() local
164 if (!scrollFrame->PresShell()->IsVisualViewportSizeSet()) { in ComputeAsyncTranslation()
179 CSSSize::FromAppUnits(scrollFrame->PresShell()->GetVisualViewportSize())}; in ComputeAsyncTranslation()
181 nsLayoutUtils::CalculateExpandedScrollableRect(scrollFrame)); in ComputeAsyncTranslation()
650 nsIFrame* scrollFrame = nsLayoutUtils::GetScrollFrameFromContent(aContent); in SetDisplayPortMargins() local
655 if (scrollFrame) { in SetDisplayPortMargins()
685 scrollFrame ? scrollFrame->GetScrollTargetFrame() : nullptr; in SetDisplayPortMargins()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/scroll/
H A DPanner.java306 JFrame scrollFrame = new JFrame("Scroll"); in main() local
307 scrollFrame.setContentPane(scroll); in main()
308 scrollFrame.setSize(new Dimension(100, 100)); in main()
309 scrollFrame.setLocationRelativeTo(null); in main()
310 scrollFrame.setVisible(true); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsScrollbarFrame.cpp145 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
148 if (scrollFrame) { in GetScrollbarMediator()
149 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
200 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
201 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsScrollbarFrame.cpp147 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
150 if (scrollFrame) { in GetScrollbarMediator()
151 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
202 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
203 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
H A DnsSliderFrame.cpp374 if (nsIScrollableFrame* scrollFrame = in BuildDisplayList() local
376 if (scrollFrame->IsRootScrollFrameOfDocument()) { in BuildDisplayList()
396 nsIScrollableFrame* scrollFrame = do_QueryFrame(mediator); in UsesCustomScrollbarMediator() local
399 if (!scrollFrame) { in UsesCustomScrollbarMediator()
451 if (nsIScrollableFrame* scrollFrame = in BuildDisplayListForChildren() local
1067 nsContainerFrame* scrollFrame = scrollbarBox->GetParent(); in GetScrollFrame() local
1068 if (!scrollFrame) { in GetScrollFrame()
1086 nsContainerFrame* scrollFrame = scrollbarBox->GetParent(); in StartAPZDrag() local
1087 if (!scrollFrame) { in StartAPZDrag()
1091 nsIContent* scrollableContent = scrollFrame->GetContent(); in StartAPZDrag()
[all …]
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsScrollbarFrame.cpp147 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
150 if (scrollFrame) { in GetScrollbarMediator()
151 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
201 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
202 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
H A DnsSliderFrame.cpp388 if (nsIScrollableFrame* scrollFrame = in BuildDisplayList() local
390 if (scrollFrame->IsRootScrollFrameOfDocument()) { in BuildDisplayList()
412 nsIScrollableFrame* scrollFrame = do_QueryFrame(mediator); in UsesCustomScrollbarMediator() local
415 if (!scrollFrame) { in UsesCustomScrollbarMediator()
467 if (nsIScrollableFrame* scrollFrame = in BuildDisplayListForChildren() local
1083 nsContainerFrame* scrollFrame = scrollbarBox->GetParent(); in GetScrollFrame() local
1084 if (!scrollFrame) { in GetScrollFrame()
1102 nsContainerFrame* scrollFrame = scrollbarBox->GetParent(); in StartAPZDrag() local
1103 if (!scrollFrame) { in StartAPZDrag()
1107 nsIContent* scrollableContent = scrollFrame->GetContent(); in StartAPZDrag()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsScrollbarFrame.cpp147 nsIScrollableFrame* scrollFrame = do_QueryFrame(f); in GetScrollbarMediator() local
150 if (scrollFrame) { in GetScrollbarMediator()
151 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrollbarMediator()
202 nsIScrollbarMediator* scrollFrame = GetScrollbarMediator(); in GetXULMargin() local
203 if (scrollFrame && !scrollFrame->IsScrollbarOnRight()) { in GetXULMargin()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/grid/
H A DnsGrid.cpp241 nsIScrollableFrame* scrollFrame = do_QueryFrame(child); in FindRowsAndColumns() local
242 if (scrollFrame) { in FindRowsAndColumns()
243 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in FindRowsAndColumns()
262 if (scrollFrame) { in FindRowsAndColumns()
1089 nsIScrollableFrame* scrollFrame = do_QueryFrame(aChild); in GetScrolledBox() local
1090 if (scrollFrame) { in GetScrolledBox()
1091 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrolledBox()
1115 nsIScrollableFrame* scrollFrame = do_QueryFrame(parent); in GetScrollBox() local
1117 if (scrollFrame) return parent; in GetScrollBox()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/grid/
H A DnsGrid.cpp253 nsIScrollableFrame *scrollFrame = do_QueryFrame(child);
254 if (scrollFrame) {
255 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame();
276 if (scrollFrame) {
1207 nsIScrollableFrame *scrollFrame = do_QueryFrame(aChild);
1208 if (scrollFrame) {
1209 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame();
1235 nsIScrollableFrame *scrollFrame = do_QueryFrame(parent);
1237 if (scrollFrame)
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/grid/
H A DnsGrid.cpp242 nsIScrollableFrame* scrollFrame = do_QueryFrame(child); in FindRowsAndColumns() local
243 if (scrollFrame) { in FindRowsAndColumns()
244 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in FindRowsAndColumns()
263 if (scrollFrame) { in FindRowsAndColumns()
1090 nsIScrollableFrame* scrollFrame = do_QueryFrame(aChild); in GetScrolledBox() local
1091 if (scrollFrame) { in GetScrolledBox()
1092 nsIFrame* scrolledFrame = scrollFrame->GetScrolledFrame(); in GetScrolledBox()
1116 nsIScrollableFrame* scrollFrame = do_QueryFrame(parent); in GetScrollBox() local
1118 if (scrollFrame) return parent; in GetScrollBox()

123456789