Home
last modified time | relevance | path

Searched refs:GetVisualOverflowRect (Results 1 – 25 of 65) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableRowFrame.cpp326 nsRect cellVisualOverflow = cellFrame->GetVisualOverflowRect(); in DidResize()
780 nsRect kidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
1062 nsRect cellVisualOverflow = aCellFrame->GetVisualOverflowRect(); in ReflowCellFrame()
1125 nsRect oldVisualOverflow = GetVisualOverflowRect(); in CollapseRowIfNecessary()
1232 nsRect oldCellVisualOverflow = cellFrame->GetVisualOverflowRect(); in CollapseRowIfNecessary()
1373 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
H A DnsTableColFrame.cpp188 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
H A DnsTableRowGroupFrame.cpp362 nsRect oldKidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
817 nsRect rowVisualOverflow = rowFrame->GetVisualOverflowRect(); in CalculateRowBSizes()
880 nsRect oldGroupVisualOverflow = GetVisualOverflowRect(); in CollapseRowGroupIfNecessary()
1143 nsRect oldRowVisualOverflow = rowFrame->GetVisualOverflowRect(); in SplitRowGroup()
1924 nsRect positionedOverflowRect = aFrame->GetVisualOverflowRect(); in AppendFrame()
1942 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
H A DnsTableCellFrame.cpp402 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
853 nsRect origVisualOverflow = firstKid->GetVisualOverflowRect(); in Reflow()
H A DnsTableColGroupFrame.cpp433 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in NS_IMPL_FRAMEARENA_HELPERS()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableRowFrame.cpp348 nsRect cellVisualOverflow = cellFrame->GetVisualOverflowRect(); in DidResize()
880 nsRect kidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
1150 nsRect cellVisualOverflow = aCellFrame->GetVisualOverflowRect(); in ReflowCellFrame()
1216 nsRect oldVisualOverflow = GetVisualOverflowRect(); in CollapseRowIfNecessary()
1328 nsRect oldCellVisualOverflow = cellFrame->GetVisualOverflowRect(); in CollapseRowIfNecessary()
1488 GetParent()->InvalidateFrameWithRect(GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
H A DnsTableColFrame.cpp200 GetParent()->InvalidateFrameWithRect(GetVisualOverflowRect() + GetPosition(), aDisplayItemKey);
H A DnsTableRowGroupFrame.cpp399 nsRect oldKidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
835 nsRect rowVisualOverflow = rowFrame->GetVisualOverflowRect(); in CalculateRowBSizes()
900 nsRect oldGroupVisualOverflow = GetVisualOverflowRect(); in CollapseRowGroupIfNecessary()
1167 nsRect oldRowVisualOverflow = rowFrame->GetVisualOverflowRect(); in SplitRowGroup()
1990 nsRect positionedOverflowRect = aFrame->GetVisualOverflowRect(); in AppendFrame()
2008 GetParent()->InvalidateFrameWithRect(GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
H A DnsTableColGroupFrame.cpp467 GetParent()->InvalidateFrameWithRect(GetVisualOverflowRect() + GetPosition(), aDisplayItemKey);
H A DnsTableCellFrame.cpp461 GetParent()->InvalidateFrameWithRect(GetVisualOverflowRect() + GetPosition(), aDisplayItemKey); in InvalidateFrame()
955 nsRect origVisualOverflow = firstKid->GetVisualOverflowRect(); in Reflow()
H A DnsTableWrapperFrame.cpp870 nsRect origInnerVisualOverflow = InnerTableFrame()->GetVisualOverflowRect(); in Reflow()
879 mCaptionFrames.FirstChild()->GetVisualOverflowRect(); in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DnsTableRowFrame.cpp325 nsRect cellVisualOverflow = cellFrame->GetVisualOverflowRect(); in DidResize()
774 nsRect kidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
1060 nsRect cellVisualOverflow = aCellFrame->GetVisualOverflowRect(); in ReflowCellFrame()
1123 nsRect oldVisualOverflow = GetVisualOverflowRect(); in CollapseRowIfNecessary()
1229 nsRect oldCellVisualOverflow = cellFrame->GetVisualOverflowRect(); in CollapseRowIfNecessary()
1371 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey, false); in InvalidateFrame()
H A DnsTableRowGroupFrame.cpp245 if (!aBuilder->GetDirtyRect().Intersects(row->GetVisualOverflowRect() + in BuildDisplayList()
379 nsRect oldKidVisualOverflow = kidFrame->GetVisualOverflowRect(); in ReflowChildren()
831 nsRect rowVisualOverflow = rowFrame->GetVisualOverflowRect(); in CalculateRowBSizes()
894 nsRect oldGroupVisualOverflow = GetVisualOverflowRect(); in CollapseRowGroupIfNecessary()
1153 nsRect oldRowVisualOverflow = rowFrame->GetVisualOverflowRect(); in SplitRowGroup()
1937 nsRect positionedOverflowRect = aFrame->GetVisualOverflowRect(); in AppendFrame()
1959 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey, false); in InvalidateFrame()
H A DnsTableColFrame.cpp192 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey, false); in InvalidateFrame()
H A DnsTableColGroupFrame.cpp428 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey, false); in NS_IMPL_FRAMEARENA_HELPERS()
H A DnsTableCellFrame.cpp396 GetVisualOverflowRect() + GetPosition(), aDisplayItemKey, false); in InvalidateFrame()
907 nsRect origVisualOverflow = firstKid->GetVisualOverflowRect(); in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGForeignObjectFrame.cpp214 nsRect kidDirtyRect = kid->GetVisualOverflowRect(); in PaintSVG()
363 nsRect overflow = anonKid->GetVisualOverflowRect(); in ReflowSVG()
H A DnsSVGOuterSVGFrame.cpp506 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in Reflow()
536 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in UnionChildOverflow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGOuterSVGFrame.cpp481 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in Reflow()
510 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in UnionChildOverflow()
H A DnsSVGIntegrationUtils.cpp106 return aFrame->GetVisualOverflowRect(); in GetPreEffectsVisualOverflowRect()
316 nsRect overflow = aFrame->GetVisualOverflowRect() + aToReferenceFrame; in AdjustInvalidAreaForSVGEffects()
H A DnsSVGForeignObjectFrame.cpp205 nsRect kidDirtyRect = kid->GetVisualOverflowRect(); in PaintSVG()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGOuterSVGFrame.cpp493 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in Reflow()
526 anonKid->GetVisualOverflowRect() + anonKid->GetPosition()); in UnionChildOverflow()
H A DnsSVGIntegrationUtils.cpp119 return aFrame->GetVisualOverflowRect(); in GetPreEffectsVisualOverflowRect()
318 nsRect overflow = aFrame->GetVisualOverflowRect() + aToReferenceFrame; in AdjustInvalidAreaForSVGEffects()
H A DnsSVGForeignObjectFrame.cpp227 nsRect kidDirtyRect = kid->GetVisualOverflowRect(); in PaintSVG()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.cpp337 intersectionRect = Some(targetFrame->GetVisualOverflowRect()); in Update()

123