Home
last modified time | relevance | path

Searched refs:rtcFrame (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsLineLayout.cpp2920 nsIFrame* rtcFrame = annotation->mFrame; in ExpandRubyBoxWithAnnotations() local
2921 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in ExpandRubyBoxWithAnnotations()
2926 MOZ_ASSERT(rtcFrame->GetLogicalSize(lineWM) == in ExpandRubyBoxWithAnnotations()
2928 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM), in ExpandRubyBoxWithAnnotations()
3147 nsIFrame* rtcFrame = rtc->mFrame; in RelativePositionAnnotations() local
3148 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in RelativePositionAnnotations()
3152 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition()); in RelativePositionAnnotations()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsLineLayout.cpp3001 nsIFrame* rtcFrame = annotation->mFrame; in ExpandRubyBoxWithAnnotations() local
3002 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in ExpandRubyBoxWithAnnotations()
3007 MOZ_ASSERT(rtcFrame->GetLogicalSize(lineWM) == in ExpandRubyBoxWithAnnotations()
3009 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM), in ExpandRubyBoxWithAnnotations()
3230 nsIFrame* rtcFrame = rtc->mFrame; in RelativePositionAnnotations() local
3231 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in RelativePositionAnnotations()
3235 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition()); in RelativePositionAnnotations()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsLineLayout.cpp2996 nsIFrame* rtcFrame = annotation->mFrame; in ExpandRubyBoxWithAnnotations() local
2997 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in ExpandRubyBoxWithAnnotations()
3002 MOZ_ASSERT(rtcFrame->GetLogicalSize(lineWM) == in ExpandRubyBoxWithAnnotations()
3004 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM), in ExpandRubyBoxWithAnnotations()
3225 nsIFrame* rtcFrame = rtc->mFrame; in RelativePositionAnnotations() local
3226 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in RelativePositionAnnotations()
3230 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition()); in RelativePositionAnnotations()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsLineLayout.cpp3041 nsIFrame* rtcFrame = annotation->mFrame; local
3042 MOZ_ASSERT(rtcFrame->GetType() == nsGkAtoms::rubyTextContainerFrame);
3048 rtcFrame->GetLogicalSize(lineWM) == annotation->mBounds.Size(lineWM));
3049 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM),
3278 nsIFrame* rtcFrame = rtc->mFrame; local
3279 MOZ_ASSERT(rtcFrame->GetType() == nsGkAtoms::rubyTextContainerFrame);
3283 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition());
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsLineLayout.cpp3001 nsIFrame* rtcFrame = annotation->mFrame; in ExpandRubyBoxWithAnnotations() local
3002 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in ExpandRubyBoxWithAnnotations()
3007 MOZ_ASSERT(rtcFrame->GetLogicalSize(lineWM) == in ExpandRubyBoxWithAnnotations()
3009 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM), in ExpandRubyBoxWithAnnotations()
3230 nsIFrame* rtcFrame = rtc->mFrame; in RelativePositionAnnotations() local
3231 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in RelativePositionAnnotations()
3235 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition()); in RelativePositionAnnotations()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsLineLayout.cpp3003 nsIFrame* rtcFrame = annotation->mFrame; in ExpandRubyBoxWithAnnotations() local
3004 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in ExpandRubyBoxWithAnnotations()
3009 MOZ_ASSERT(rtcFrame->GetLogicalSize(lineWM) == in ExpandRubyBoxWithAnnotations()
3011 rtcFrame->SetPosition(lineWM, annotation->mBounds.Origin(lineWM), in ExpandRubyBoxWithAnnotations()
3224 nsIFrame* rtcFrame = rtc->mFrame; in RelativePositionAnnotations() local
3225 MOZ_ASSERT(rtcFrame->IsRubyTextContainerFrame()); in RelativePositionAnnotations()
3229 aOverflowAreas.UnionWith(rtcOverflowAreas + rtcFrame->GetPosition()); in RelativePositionAnnotations()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsCSSRendering.cpp386 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
387 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
393 for (nsIFrame* frame = rtcFrame->FirstContinuation(); frame; in AreOnSameLine()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsCSSRendering.cpp402 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
403 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
409 for (nsIFrame* frame = rtcFrame->FirstContinuation(); frame; in AreOnSameLine()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsCSSRendering.cpp403 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
404 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
410 for (nsIFrame* frame = rtcFrame->FirstContinuation(); frame; in AreOnSameLine()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsCSSRendering.cpp402 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
403 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
409 for (nsIFrame* frame = rtcFrame->FirstContinuation(); frame; in AreOnSameLine()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsCSSRendering.cpp404 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
405 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
411 for (nsIFrame* frame = rtcFrame->FirstContinuation(); frame; in AreOnSameLine()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp393 if (nsRubyTextContainerFrame* rtcFrame = do_QueryFrame(mLineContainer)) { in AreOnSameLine() local
394 nsBlockFrame* block = nsLayoutUtils::FindNearestBlockAncestor(rtcFrame); in AreOnSameLine()
400 for (nsIFrame* frame = rtcFrame->FirstContinuation(); in AreOnSameLine()