Home
last modified time | relevance | path

Searched refs:cbFrame (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DStickyScrollContainer.cpp169 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
170 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
171 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
182 if (cbFrame != scrolledFrame && cbFrame->IsTableRowGroupFrame()) { in ComputeStickyLimits()
183 cbFrame = cbFrame->GetContainingBlock(); in ComputeStickyLimits()
189 if (cbFrame == scrolledFrame) { in ComputeStickyLimits()
193 *aContain = cbFrame->ScrollableOverflowRectRelativeToSelf(); in ComputeStickyLimits()
194 nsLayoutUtils::TransformRect(cbFrame, aFrame->GetParent(), *aContain); in ComputeStickyLimits()
197 cbFrame, aFrame->GetParent(), nsLayoutUtils::RECTS_USE_CONTENT_BOX); in ComputeStickyLimits()
232 StyleDirection direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DStickyScrollContainer.cpp169 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
170 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
171 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
182 if (cbFrame != scrolledFrame && cbFrame->IsTableRowGroupFrame()) { in ComputeStickyLimits()
183 cbFrame = cbFrame->GetContainingBlock(); in ComputeStickyLimits()
189 if (cbFrame == scrolledFrame) { in ComputeStickyLimits()
193 *aContain = cbFrame->ScrollableOverflowRectRelativeToSelf(); in ComputeStickyLimits()
194 nsLayoutUtils::TransformRect(cbFrame, aFrame->GetParent(), *aContain); in ComputeStickyLimits()
197 cbFrame, aFrame->GetParent(), nsLayoutUtils::RECTS_USE_CONTENT_BOX); in ComputeStickyLimits()
232 StyleDirection direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DStickyScrollContainer.cpp169 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
170 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
171 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
182 if (cbFrame != scrolledFrame && cbFrame->IsTableRowGroupFrame()) { in ComputeStickyLimits()
183 cbFrame = cbFrame->GetContainingBlock(); in ComputeStickyLimits()
189 if (cbFrame == scrolledFrame) { in ComputeStickyLimits()
193 *aContain = cbFrame->ScrollableOverflowRectRelativeToSelf(); in ComputeStickyLimits()
194 nsLayoutUtils::TransformRect(cbFrame, aFrame->GetParent(), *aContain); in ComputeStickyLimits()
197 cbFrame, aFrame->GetParent(), nsLayoutUtils::RECTS_USE_CONTENT_BOX); in ComputeStickyLimits()
232 StyleDirection direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DStickyScrollContainer.cpp169 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
170 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
171 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
182 if (cbFrame != scrolledFrame && cbFrame->IsTableRowGroupFrame()) { in ComputeStickyLimits()
183 cbFrame = cbFrame->GetContainingBlock(); in ComputeStickyLimits()
189 if (cbFrame == scrolledFrame) { in ComputeStickyLimits()
193 *aContain = cbFrame->GetScrollableOverflowRectRelativeToSelf(); in ComputeStickyLimits()
194 nsLayoutUtils::TransformRect(cbFrame, aFrame->GetParent(), *aContain); in ComputeStickyLimits()
197 cbFrame, aFrame->GetParent(), nsLayoutUtils::RECTS_USE_CONTENT_BOX); in ComputeStickyLimits()
232 StyleDirection direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DStickyScrollContainer.cpp166 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
167 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
168 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
179 if (cbFrame != scrolledFrame && cbFrame->IsTableRowGroupFrame()) { in ComputeStickyLimits()
180 cbFrame = cbFrame->GetContainingBlock(); in ComputeStickyLimits()
186 if (cbFrame != scrolledFrame) { in ComputeStickyLimits()
188 cbFrame, aFrame->GetParent(), nsLayoutUtils::RECTS_USE_CONTENT_BOX); in ComputeStickyLimits()
222 uint8_t direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DStickyScrollContainer.cpp173 nsIFrame* cbFrame = aFrame->GetContainingBlock(); in ComputeStickyLimits() local
174 NS_ASSERTION(cbFrame == scrolledFrame || in ComputeStickyLimits()
175 nsLayoutUtils::IsProperAncestorFrame(scrolledFrame, cbFrame), in ComputeStickyLimits()
184 if (cbFrame != scrolledFrame) { in ComputeStickyLimits()
186 GetAllInFlowRectsUnion(cbFrame, aFrame->GetParent(), in ComputeStickyLimits()
222 uint8_t direction = cbFrame->StyleVisibility()->mDirection; in ComputeStickyLimits()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DRestyleManagerBase.cpp562 nsIFrame* cbFrame = parentFrame->GetContainingBlock(); in RecomputePosition() local
563 if (cbFrame && (aFrame->GetContainingBlock() != parentFrame || in RecomputePosition()
565 LogicalSize cbSize = cbFrame->GetLogicalSize(); in RecomputePosition()
566 cbReflowInput.emplace(cbFrame->PresContext(), cbFrame, &rc, cbSize); in RecomputePosition()
567 cbReflowInput->ComputedPhysicalMargin() = cbFrame->GetUsedMargin(); in RecomputePosition()
568 cbReflowInput->ComputedPhysicalPadding() = cbFrame->GetUsedPadding(); in RecomputePosition()
570 cbFrame->GetUsedBorderAndPadding(); in RecomputePosition()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DRestyleManager.cpp936 nsIFrame* cbFrame = parentFrame->GetContainingBlock(); in RecomputePosition() local
937 if (cbFrame && (aFrame->GetContainingBlock() != parentFrame || in RecomputePosition()
939 LogicalSize cbSize = cbFrame->GetLogicalSize(); in RecomputePosition()
940 cbReflowInput.emplace(cbFrame->PresContext(), cbFrame, rc, cbSize); in RecomputePosition()
941 cbReflowInput->ComputedPhysicalMargin() = cbFrame->GetUsedMargin(); in RecomputePosition()
942 cbReflowInput->ComputedPhysicalPadding() = cbFrame->GetUsedPadding(); in RecomputePosition()
944 cbFrame->GetUsedBorderAndPadding(); in RecomputePosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/test/COFF/
H A Dpdb-debug-f.s28 # cbFrame : 2;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1593 … JInternalFrame cbFrame = new JInternalFrame("Class Browser"); in showClassBrowser()
1594 cbFrame.getContentPane().setLayout(new BorderLayout()); in showClassBrowser()
1595 cbFrame.setResizable(true); in showClassBrowser()
1596 cbFrame.setClosable(true); in showClassBrowser()
1597 cbFrame.setIconifiable(true); in showClassBrowser()
1599 cbFrame.getContentPane().add(cbPanel, BorderLayout.CENTER); in showClassBrowser()
1602 desktop.add(cbFrame); in showClassBrowser()
1603 … GraphicsUtilities.reshapeToAspectRatio(cbFrame, 1.25f, 0.85f, in showClassBrowser()
1604cbFrame.getParent().getSize()); in showClassBrowser()
1605 cbFrame.show(); in showClassBrowser()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1593 … JInternalFrame cbFrame = new JInternalFrame("Class Browser"); in showClassBrowser()
1594 cbFrame.getContentPane().setLayout(new BorderLayout()); in showClassBrowser()
1595 cbFrame.setResizable(true); in showClassBrowser()
1596 cbFrame.setClosable(true); in showClassBrowser()
1597 cbFrame.setIconifiable(true); in showClassBrowser()
1599 cbFrame.getContentPane().add(cbPanel, BorderLayout.CENTER); in showClassBrowser()
1602 desktop.add(cbFrame); in showClassBrowser()
1603 … GraphicsUtilities.reshapeToAspectRatio(cbFrame, 1.25f, 0.85f, in showClassBrowser()
1604cbFrame.getParent().getSize()); in showClassBrowser()
1605 cbFrame.show(); in showClassBrowser()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DHSDB.java1593 … JInternalFrame cbFrame = new JInternalFrame("Class Browser"); in showClassBrowser()
1594 cbFrame.getContentPane().setLayout(new BorderLayout()); in showClassBrowser()
1595 cbFrame.setResizable(true); in showClassBrowser()
1596 cbFrame.setClosable(true); in showClassBrowser()
1597 cbFrame.setIconifiable(true); in showClassBrowser()
1599 cbFrame.getContentPane().add(cbPanel, BorderLayout.CENTER); in showClassBrowser()
1602 desktop.add(cbFrame); in showClassBrowser()
1603 … GraphicsUtilities.reshapeToAspectRatio(cbFrame, 1.25f, 0.85f, in showClassBrowser()
1604cbFrame.getParent().getSize()); in showClassBrowser()
1605 cbFrame.show(); in showClassBrowser()

123456789