/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/ |
H A D | nsMathMLmrootFrame.h | 31 virtual ComputedStyle* GetAdditionalComputedStyle(
|
H A D | nsMathMLmoFrame.h | 33 virtual ComputedStyle* GetAdditionalComputedStyle(
|
H A D | nsMathMLmencloseFrame.h | 68 virtual ComputedStyle* GetAdditionalComputedStyle(
|
H A D | nsMathMLmfencedFrame.h | 35 virtual ComputedStyle* GetAdditionalComputedStyle(
|
H A D | nsMathMLmrootFrame.cpp | 379 ComputedStyle* nsMathMLmrootFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmrootFrame
|
H A D | nsMathMLmfencedFrame.cpp | 636 ComputedStyle* nsMathMLmfencedFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmfencedFrame
|
H A D | nsMathMLmencloseFrame.cpp | 700 ComputedStyle* nsMathMLmencloseFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmencloseFrame
|
H A D | nsMathMLmoFrame.cpp | 1059 ComputedStyle* nsMathMLmoFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmoFrame
|
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/ |
H A D | nsHTMLButtonControlFrame.h | 55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
|
H A D | nsHTMLButtonControlFrame.cpp | 368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
|
/dports/www/firefox/firefox-99.0/layout/forms/ |
H A D | nsHTMLButtonControlFrame.h | 55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
|
H A D | nsHTMLButtonControlFrame.cpp | 368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/ |
H A D | nsHTMLButtonControlFrame.h | 55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
|
H A D | nsHTMLButtonControlFrame.cpp | 368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/ |
H A D | nsHTMLButtonControlFrame.h | 58 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
|
H A D | nsHTMLButtonControlFrame.cpp | 374 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/ |
H A D | nsFontFaceUtils.cpp | 77 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/style/ |
H A D | nsFontFaceUtils.cpp | 113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
|
/dports/www/firefox/firefox-99.0/layout/style/ |
H A D | nsFontFaceUtils.cpp | 113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/ |
H A D | nsFontFaceUtils.cpp | 113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/base/ |
H A D | RestyleManager.cpp | 2502 while (auto* oldStyle = aFrame->GetAdditionalComputedStyle(index)) { in UpdateAdditionalComputedStyles() 2769 MOZ_ASSERT_IF(f != styleFrame, !f->GetAdditionalComputedStyle(0)); in ProcessPostTraversal() 3551 aFrame->GetAdditionalComputedStyle(index)) { in DoReparentComputedStyleForFirstLine()
|
/dports/www/firefox/firefox-99.0/layout/base/ |
H A D | RestyleManager.cpp | 2552 while (auto* oldStyle = aFrame->GetAdditionalComputedStyle(index)) { in UpdateAdditionalComputedStyles() 2819 MOZ_ASSERT_IF(f != styleFrame, !f->GetAdditionalComputedStyle(0)); in ProcessPostTraversal() 3602 aFrame->GetAdditionalComputedStyle(index)) { in DoReparentComputedStyleForFirstLine()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/ |
H A D | RestyleManager.cpp | 2502 while (auto* oldStyle = aFrame->GetAdditionalComputedStyle(index)) { in UpdateAdditionalComputedStyles() 2769 MOZ_ASSERT_IF(f != styleFrame, !f->GetAdditionalComputedStyle(0)); in ProcessPostTraversal() 3551 aFrame->GetAdditionalComputedStyle(index)) { in DoReparentComputedStyleForFirstLine()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/ |
H A D | RestyleManager.cpp | 2487 while (auto* oldStyle = aFrame->GetAdditionalComputedStyle(index)) { in UpdateAdditionalComputedStyles() 2754 MOZ_ASSERT_IF(f != styleFrame, !f->GetAdditionalComputedStyle(0)); in ProcessPostTraversal() 3531 aFrame->GetAdditionalComputedStyle(index)) { in DoReparentComputedStyleForFirstLine()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsIFrame.cpp | 2042 ComputedStyle* nsIFrame::GetAdditionalComputedStyle(int32_t aIndex) const { in GetAdditionalComputedStyle() function in nsIFrame 10894 MOZ_ASSERT(!aChildFrame->GetAdditionalComputedStyle(0), in UpdateStyleOfOwnedChildFrame() 10935 MOZ_ASSERT(!kid->GetAdditionalComputedStyle(0)); in UpdateStyleOfOwnedChildFrame() 11292 while (auto* extra = GetAdditionalComputedStyle(index++)) { in AddSizeOfExcludingThisForTree()
|