Home
last modified time | relevance | path

Searched refs:GetAdditionalComputedStyle (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLmrootFrame.h31 virtual ComputedStyle* GetAdditionalComputedStyle(
H A DnsMathMLmoFrame.h33 virtual ComputedStyle* GetAdditionalComputedStyle(
H A DnsMathMLmencloseFrame.h68 virtual ComputedStyle* GetAdditionalComputedStyle(
H A DnsMathMLmfencedFrame.h35 virtual ComputedStyle* GetAdditionalComputedStyle(
H A DnsMathMLmrootFrame.cpp379 ComputedStyle* nsMathMLmrootFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmrootFrame
H A DnsMathMLmfencedFrame.cpp636 ComputedStyle* nsMathMLmfencedFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmfencedFrame
H A DnsMathMLmencloseFrame.cpp700 ComputedStyle* nsMathMLmencloseFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmencloseFrame
H A DnsMathMLmoFrame.cpp1059 ComputedStyle* nsMathMLmoFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsMathMLmoFrame
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsHTMLButtonControlFrame.h55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
H A DnsHTMLButtonControlFrame.cpp368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsHTMLButtonControlFrame.h55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
H A DnsHTMLButtonControlFrame.cpp368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsHTMLButtonControlFrame.h55 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
H A DnsHTMLButtonControlFrame.cpp368 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsHTMLButtonControlFrame.h58 ComputedStyle* GetAdditionalComputedStyle(int32_t aIndex) const override;
H A DnsHTMLButtonControlFrame.cpp374 ComputedStyle* nsHTMLButtonControlFrame::GetAdditionalComputedStyle( in GetAdditionalComputedStyle() function in nsHTMLButtonControlFrame
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsFontFaceUtils.cpp77 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsFontFaceUtils.cpp113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsFontFaceUtils.cpp113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsFontFaceUtils.cpp113 (extraContext = aFrame->GetAdditionalComputedStyle(contextIndex)); in FrameFontUsage()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DRestyleManager.cpp2502 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 DRestyleManager.cpp2552 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 DRestyleManager.cpp2502 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 DRestyleManager.cpp2487 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 DnsIFrame.cpp2042 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()

12