/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | nsFontInflationData.cpp | 116 nsIFrame *ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 117 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 122 for (nsIFrame *f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsFontInflationData.cpp | 122 nsIFrame* ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 123 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 128 for (nsIFrame* f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | nsFontInflationData.cpp | 122 nsIFrame* ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 123 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 128 for (nsIFrame* f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | nsFontInflationData.cpp | 122 nsIFrame* ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 123 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 128 for (nsIFrame* f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | nsFontInflationData.cpp | 127 nsIFrame *ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 128 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 133 for (nsIFrame *f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | nsFontInflationData.cpp | 122 nsIFrame* ancestorFrame = aAncestorReflowInput.mFrame->FirstInFlow(); in ComputeDescendantISize() local 123 if (aDescendantFrame == ancestorFrame) { in ComputeDescendantISize() 128 for (nsIFrame* f = aDescendantFrame; f != ancestorFrame; in ComputeDescendantISize()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/ |
H A D | SVGUtils.cpp | 1214 for (nsIFrame* ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1215 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1216 if (!ancestorFrame->IsSVGAFrame()) { in GetFirstNonAAncestorFrame() 1217 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/ |
H A D | nsSVGUtils.cpp | 1231 for (nsIFrame* ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1232 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1233 if (!ancestorFrame->IsSVGAFrame()) { in GetFirstNonAAncestorFrame() 1234 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/www/firefox/firefox-99.0/layout/svg/ |
H A D | SVGUtils.cpp | 1210 for (nsIFrame* ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1211 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1212 if (!ancestorFrame->IsSVGAFrame()) { in GetFirstNonAAncestorFrame() 1213 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/ |
H A D | SVGUtils.cpp | 1214 for (nsIFrame* ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1215 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1216 if (!ancestorFrame->IsSVGAFrame()) { in GetFirstNonAAncestorFrame() 1217 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/ |
H A D | SVGContentUtils.cpp | 422 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 423 if (frame && ancestorFrame) { in GetCTMInternal() 424 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/ |
H A D | SVGContentUtils.cpp | 453 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 454 if (frame && ancestorFrame) { in GetCTMInternal() 455 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/ |
H A D | nsSVGUtils.cpp | 1281 for (nsIFrame *ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1282 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1283 if (ancestorFrame->GetType() != nsGkAtoms::svgAFrame) { in GetFirstNonAAncestorFrame() 1284 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/ |
H A D | nsSVGUtils.cpp | 1225 for (nsIFrame* ancestorFrame = aStartFrame; ancestorFrame; in GetFirstNonAAncestorFrame() local 1226 ancestorFrame = ancestorFrame->GetParent()) { in GetFirstNonAAncestorFrame() 1227 if (!ancestorFrame->IsSVGAFrame()) { in GetFirstNonAAncestorFrame() 1228 return ancestorFrame; in GetFirstNonAAncestorFrame()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/ |
H A D | RestyleManagerBase.cpp | 732 nsIFrame* ancestorFrame = nullptr; in GetNearestAncestorFrame() local 734 ancestor && !ancestorFrame; in GetNearestAncestorFrame() 736 ancestorFrame = ancestor->GetPrimaryFrame(); in GetNearestAncestorFrame() 738 return ancestorFrame; in GetNearestAncestorFrame()
|
H A D | nsPresShell.cpp | 4902 nsIFrame* ancestorFrame; in CreateRangePaintInfo() local 4912 ancestorFrame = rootFrame; in CreateRangePaintInfo() 4921 ancestorFrame = ancestorContent->GetPrimaryFrame(); in CreateRangePaintInfo() 4927 while (ancestorFrame && in CreateRangePaintInfo() 4928 nsLayoutUtils::GetNextContinuationOrIBSplitSibling(ancestorFrame)) in CreateRangePaintInfo() 4929 ancestorFrame = ancestorFrame->GetParent(); in CreateRangePaintInfo() 4932 if (!ancestorFrame) { in CreateRangePaintInfo() 4937 auto info = MakeUnique<RangePaintInfo>(range, ancestorFrame); in CreateRangePaintInfo() 4942 info->mBuilder.EnterPresShell(ancestorFrame); in CreateRangePaintInfo() 4982 info->mBuilder.LeavePresShell(ancestorFrame, &info->mList); in CreateRangePaintInfo() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/ |
H A D | SVGContentUtils.cpp | 564 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 565 if (frame && ancestorFrame) { in GetCTMInternal() 566 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/ |
H A D | SVGContentUtils.cpp | 566 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 567 if (frame && ancestorFrame) { in GetCTMInternal() 568 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/www/firefox/firefox-99.0/dom/svg/ |
H A D | SVGContentUtils.cpp | 563 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 564 if (frame && ancestorFrame) { in GetCTMInternal() 565 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/ |
H A D | SVGContentUtils.cpp | 564 nsIFrame* ancestorFrame = presShell->GetRootFrame(); in GetCTMInternal() local 565 if (frame && ancestorFrame) { in GetCTMInternal() 566 nsPoint point = frame->GetOffsetTo(ancestorFrame); in GetCTMInternal()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/ |
H A D | GeckoRestyleManager.cpp | 106 nsIFrame* ancestorFrame = nullptr; in GetNearestAncestorFrame() local 107 for (nsIContent* ancestor = aContent->GetParent(); ancestor && !ancestorFrame; in GetNearestAncestorFrame() 109 ancestorFrame = ancestor->GetPrimaryFrame(); in GetNearestAncestorFrame() 111 return ancestorFrame; in GetNearestAncestorFrame()
|
H A D | PresShell.cpp | 4481 nsIFrame* ancestorFrame; in CreateRangePaintInfo() local 4491 ancestorFrame = rootFrame; in CreateRangePaintInfo() 4499 ancestorFrame = ancestor->AsContent()->GetPrimaryFrame(); in CreateRangePaintInfo() 4505 while (ancestorFrame && in CreateRangePaintInfo() 4506 nsLayoutUtils::GetNextContinuationOrIBSplitSibling(ancestorFrame)) in CreateRangePaintInfo() 4507 ancestorFrame = ancestorFrame->GetParent(); in CreateRangePaintInfo() 4510 if (!ancestorFrame) { in CreateRangePaintInfo() 4515 auto info = MakeUnique<RangePaintInfo>(range, ancestorFrame); in CreateRangePaintInfo() 4520 info->mBuilder.EnterPresShell(ancestorFrame); in CreateRangePaintInfo() 4562 info->mBuilder.LeavePresShell(ancestorFrame, &info->mList); in CreateRangePaintInfo() [all …]
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/ |
H A D | FrameLoader.cpp | 1705 …for (Frame* ancestorFrame = targetFrame; ancestorFrame; ancestorFrame = ancestorFrame->tree()->par… in canAccessAncestor() local 1706 Document* ancestorDocument = ancestorFrame->document(); in canAccessAncestor()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/ |
H A D | PresShell.cpp | 4709 nsIFrame* ancestorFrame; in CreateRangePaintInfo() local 4719 ancestorFrame = rootFrame; in CreateRangePaintInfo() 4727 ancestorFrame = ancestor->AsContent()->GetPrimaryFrame(); in CreateRangePaintInfo() 4728 if (ancestorFrame) { in CreateRangePaintInfo() 4737 while (ancestorFrame && in CreateRangePaintInfo() 4739 ancestorFrame = ancestorFrame->GetParent(); in CreateRangePaintInfo() 4742 if (!ancestorFrame) { in CreateRangePaintInfo() 4747 auto info = MakeUnique<RangePaintInfo>(aRange, ancestorFrame); in CreateRangePaintInfo() 4752 info->mBuilder.EnterPresShell(ancestorFrame); in CreateRangePaintInfo() 4794 info->mBuilder.LeavePresShell(ancestorFrame, &info->mList); in CreateRangePaintInfo() [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/layout/base/ |
H A D | PresShell.cpp | 4739 nsIFrame* ancestorFrame = nullptr; in CreateRangePaintInfo() local 4749 ancestorFrame = rootFrame; in CreateRangePaintInfo() 4757 ancestorFrame = ancestor->AsContent()->GetPrimaryFrame(); in CreateRangePaintInfo() 4758 if (ancestorFrame) { in CreateRangePaintInfo() 4767 while (ancestorFrame && in CreateRangePaintInfo() 4769 ancestorFrame = ancestorFrame->GetParent(); in CreateRangePaintInfo() 4772 if (!ancestorFrame) { in CreateRangePaintInfo() 4777 auto info = MakeUnique<RangePaintInfo>(aRange, ancestorFrame); in CreateRangePaintInfo() 4782 info->mBuilder.EnterPresShell(ancestorFrame); in CreateRangePaintInfo() 4861 info->mBuilder.LeavePresShell(ancestorFrame, &info->mList); in CreateRangePaintInfo() [all …]
|