Home
last modified time | relevance | path

Searched refs:aPresShell (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsHTMLParts.h51 NS_NewBlockFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
72 NS_NewBRFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
89 NS_NewCanvasFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
91 NS_NewImageFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
94 NS_NewInlineFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
96 NS_NewObjectFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
98 NS_NewTextFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
102 NS_NewEmptyFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
104 NS_NewWBRFrame(nsIPresShell* aPresShell, nsStyleContext* aContext) { in NS_NewWBRFrame() argument
105 return NS_NewEmptyFrame(aPresShell, aContext); in NS_NewWBRFrame()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsHTMLParts.h52 nsBlockFrame* NS_NewBlockFrame(nsIPresShell* aPresShell,
75 nsIFrame* NS_NewCommentFrame(nsIPresShell* aPresShell,
79 nsIFrame* NS_NewSubDocumentFrame(nsIPresShell* aPresShell,
88 nsCanvasFrame* NS_NewCanvasFrame(nsIPresShell* aPresShell,
99 inline nsIFrame* NS_NewWBRFrame(nsIPresShell* aPresShell, in NS_NewWBRFrame() argument
101 return NS_NewEmptyFrame(aPresShell, aContext); in NS_NewWBRFrame()
110 nsIPresShell* aPresShell, nsStyleContext* aContext);
112 nsPageFrame* NS_NewPageFrame(nsIPresShell* aPresShell,
117 nsIFrame* NS_NewPageBreakFrame(nsIPresShell* aPresShell,
149 nsIFrame* NS_NewProgressFrame(nsIPresShell* aPresShell,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsHTMLParts.h36 nsBlockFrame* NS_NewBlockFrame(mozilla::PresShell* aPresShell,
57 nsIFrame* NS_NewBRFrame(mozilla::PresShell* aPresShell,
60 nsIFrame* NS_NewCommentFrame(mozilla::PresShell* aPresShell,
75 nsIFrame* NS_NewImageFrame(mozilla::PresShell* aPresShell,
80 nsIFrame* NS_NewObjectFrame(mozilla::PresShell* aPresShell,
82 nsIFrame* NS_NewTextFrame(mozilla::PresShell* aPresShell,
86 nsIFrame* NS_NewEmptyFrame(mozilla::PresShell* aPresShell,
88 nsIFrame* NS_NewWBRFrame(mozilla::PresShell* aPresShell,
131 nsIFrame* NS_NewLegendFrame(mozilla::PresShell* aPresShell,
142 nsIFrame* NS_NewMeterFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsHTMLParts.h44 nsBlockFrame* NS_NewBlockFrame(mozilla::PresShell* aPresShell,
65 nsIFrame* NS_NewBRFrame(mozilla::PresShell* aPresShell,
68 nsIFrame* NS_NewCommentFrame(mozilla::PresShell* aPresShell,
83 nsIFrame* NS_NewImageFrame(mozilla::PresShell* aPresShell,
88 nsIFrame* NS_NewTextFrame(mozilla::PresShell* aPresShell,
92 nsIFrame* NS_NewEmptyFrame(mozilla::PresShell* aPresShell,
94 nsIFrame* NS_NewWBRFrame(mozilla::PresShell* aPresShell,
112 nsPageFrame* NS_NewPageFrame(mozilla::PresShell* aPresShell,
148 nsIFrame* NS_NewProgressFrame(mozilla::PresShell* aPresShell,
150 nsIFrame* NS_NewMeterFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsHTMLParts.h44 nsBlockFrame* NS_NewBlockFrame(mozilla::PresShell* aPresShell,
65 nsIFrame* NS_NewBRFrame(mozilla::PresShell* aPresShell,
68 nsIFrame* NS_NewCommentFrame(mozilla::PresShell* aPresShell,
83 nsIFrame* NS_NewImageFrame(mozilla::PresShell* aPresShell,
88 nsIFrame* NS_NewTextFrame(mozilla::PresShell* aPresShell,
92 nsIFrame* NS_NewEmptyFrame(mozilla::PresShell* aPresShell,
94 nsIFrame* NS_NewWBRFrame(mozilla::PresShell* aPresShell,
112 nsPageFrame* NS_NewPageFrame(mozilla::PresShell* aPresShell,
148 nsIFrame* NS_NewProgressFrame(mozilla::PresShell* aPresShell,
150 nsIFrame* NS_NewMeterFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsHTMLParts.h44 nsBlockFrame* NS_NewBlockFrame(mozilla::PresShell* aPresShell,
65 nsIFrame* NS_NewBRFrame(mozilla::PresShell* aPresShell,
68 nsIFrame* NS_NewCommentFrame(mozilla::PresShell* aPresShell,
83 nsIFrame* NS_NewImageFrame(mozilla::PresShell* aPresShell,
88 nsIFrame* NS_NewTextFrame(mozilla::PresShell* aPresShell,
92 nsIFrame* NS_NewEmptyFrame(mozilla::PresShell* aPresShell,
94 nsIFrame* NS_NewWBRFrame(mozilla::PresShell* aPresShell,
112 nsPageFrame* NS_NewPageFrame(mozilla::PresShell* aPresShell,
148 nsIFrame* NS_NewProgressFrame(mozilla::PresShell* aPresShell,
150 nsIFrame* NS_NewMeterFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLParts.h15 nsIFrame* NS_NewMathMLTokenFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
16 nsIFrame* NS_NewMathMLmoFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
17 nsIFrame* NS_NewMathMLmrowFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
18 nsIFrame* NS_NewMathMLmpaddedFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
19 nsIFrame* NS_NewMathMLmspaceFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
20 nsIFrame* NS_NewMathMLmsFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
21 nsIFrame* NS_NewMathMLmfencedFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
22 nsIFrame* NS_NewMathMLmfracFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
23 nsIFrame* NS_NewMathMLmsubFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
24 nsIFrame* NS_NewMathMLmsupFrame(nsIPresShell* aPresShell, nsStyleContext* aContext);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLParts.h16 nsIFrame* NS_NewMathMLTokenFrame(nsIPresShell* aPresShell,
18 nsIFrame* NS_NewMathMLmoFrame(nsIPresShell* aPresShell,
20 nsIFrame* NS_NewMathMLmrowFrame(nsIPresShell* aPresShell,
22 nsIFrame* NS_NewMathMLmpaddedFrame(nsIPresShell* aPresShell,
24 nsIFrame* NS_NewMathMLmspaceFrame(nsIPresShell* aPresShell,
26 nsIFrame* NS_NewMathMLmsFrame(nsIPresShell* aPresShell,
28 nsIFrame* NS_NewMathMLmfencedFrame(nsIPresShell* aPresShell,
30 nsIFrame* NS_NewMathMLmfracFrame(nsIPresShell* aPresShell,
32 nsIFrame* NS_NewMathMLmsubFrame(nsIPresShell* aPresShell,
34 nsIFrame* NS_NewMathMLmsupFrame(nsIPresShell* aPresShell,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLParts.h20 nsIFrame* NS_NewMathMLTokenFrame(mozilla::PresShell* aPresShell,
22 nsIFrame* NS_NewMathMLmoFrame(mozilla::PresShell* aPresShell,
24 nsIFrame* NS_NewMathMLmrowFrame(mozilla::PresShell* aPresShell,
26 nsIFrame* NS_NewMathMLmpaddedFrame(mozilla::PresShell* aPresShell,
28 nsIFrame* NS_NewMathMLmspaceFrame(mozilla::PresShell* aPresShell,
30 nsIFrame* NS_NewMathMLmsFrame(mozilla::PresShell* aPresShell,
32 nsIFrame* NS_NewMathMLmfencedFrame(mozilla::PresShell* aPresShell,
34 nsIFrame* NS_NewMathMLmfracFrame(mozilla::PresShell* aPresShell,
36 nsIFrame* NS_NewMathMLmsubFrame(mozilla::PresShell* aPresShell,
38 nsIFrame* NS_NewMathMLmsupFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLParts.h20 nsIFrame* NS_NewMathMLTokenFrame(mozilla::PresShell* aPresShell,
22 nsIFrame* NS_NewMathMLmoFrame(mozilla::PresShell* aPresShell,
24 nsIFrame* NS_NewMathMLmrowFrame(mozilla::PresShell* aPresShell,
26 nsIFrame* NS_NewMathMLmpaddedFrame(mozilla::PresShell* aPresShell,
28 nsIFrame* NS_NewMathMLmspaceFrame(mozilla::PresShell* aPresShell,
30 nsIFrame* NS_NewMathMLmsFrame(mozilla::PresShell* aPresShell,
32 nsIFrame* NS_NewMathMLmfracFrame(mozilla::PresShell* aPresShell,
34 nsIFrame* NS_NewMathMLmsubFrame(mozilla::PresShell* aPresShell,
36 nsIFrame* NS_NewMathMLmsupFrame(mozilla::PresShell* aPresShell,
55 nsIFrame* NS_NewMathMLmsqrtFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLParts.h20 nsIFrame* NS_NewMathMLTokenFrame(mozilla::PresShell* aPresShell,
22 nsIFrame* NS_NewMathMLmoFrame(mozilla::PresShell* aPresShell,
24 nsIFrame* NS_NewMathMLmrowFrame(mozilla::PresShell* aPresShell,
26 nsIFrame* NS_NewMathMLmpaddedFrame(mozilla::PresShell* aPresShell,
28 nsIFrame* NS_NewMathMLmspaceFrame(mozilla::PresShell* aPresShell,
30 nsIFrame* NS_NewMathMLmsFrame(mozilla::PresShell* aPresShell,
32 nsIFrame* NS_NewMathMLmfracFrame(mozilla::PresShell* aPresShell,
34 nsIFrame* NS_NewMathMLmsubFrame(mozilla::PresShell* aPresShell,
36 nsIFrame* NS_NewMathMLmsupFrame(mozilla::PresShell* aPresShell,
55 nsIFrame* NS_NewMathMLmsqrtFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLParts.h20 nsIFrame* NS_NewMathMLTokenFrame(mozilla::PresShell* aPresShell,
22 nsIFrame* NS_NewMathMLmoFrame(mozilla::PresShell* aPresShell,
24 nsIFrame* NS_NewMathMLmrowFrame(mozilla::PresShell* aPresShell,
26 nsIFrame* NS_NewMathMLmpaddedFrame(mozilla::PresShell* aPresShell,
28 nsIFrame* NS_NewMathMLmspaceFrame(mozilla::PresShell* aPresShell,
30 nsIFrame* NS_NewMathMLmsFrame(mozilla::PresShell* aPresShell,
32 nsIFrame* NS_NewMathMLmfracFrame(mozilla::PresShell* aPresShell,
34 nsIFrame* NS_NewMathMLmsubFrame(mozilla::PresShell* aPresShell,
36 nsIFrame* NS_NewMathMLmsupFrame(mozilla::PresShell* aPresShell,
55 nsIFrame* NS_NewMathMLmsqrtFrame(mozilla::PresShell* aPresShell,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsRefreshDriver.h195 !mResizeEventFlushObservers.Contains(aPresShell) &&
201 mResizeEventFlushObservers.AppendElement(aPresShell);
207 mResizeEventFlushObservers.RemoveElement(aPresShell); in RemoveResizeEventFlushObserver()
214 void AddStyleFlushObserver(mozilla::PresShell* aPresShell) { in AddStyleFlushObserver() argument
217 mStyleFlushObservers.AppendElement(aPresShell); in AddStyleFlushObserver()
222 mStyleFlushObservers.RemoveElement(aPresShell); in RemoveStyleFlushObserver()
225 MOZ_DIAGNOSTIC_ASSERT(!IsLayoutFlushObserver(aPresShell), in AddLayoutFlushObserver()
227 mLayoutFlushObservers.AppendElement(aPresShell); in AddLayoutFlushObserver()
231 mLayoutFlushObservers.RemoveElement(aPresShell); in RemoveLayoutFlushObserver()
234 bool IsLayoutFlushObserver(mozilla::PresShell* aPresShell) { in IsLayoutFlushObserver() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsRefreshDriver.h165 !mResizeEventFlushObservers.Contains(aPresShell) &&
171 mResizeEventFlushObservers.AppendElement(aPresShell);
177 mResizeEventFlushObservers.RemoveElement(aPresShell); in RemoveResizeEventFlushObserver()
187 LogPresShellObserver::LogDispatch(aPresShell, this); in AddStyleFlushObserver()
188 mStyleFlushObservers.AppendElement(aPresShell); in AddStyleFlushObserver()
193 mStyleFlushObservers.RemoveElement(aPresShell); in RemoveStyleFlushObserver()
196 MOZ_DIAGNOSTIC_ASSERT(!IsLayoutFlushObserver(aPresShell), in AddLayoutFlushObserver()
198 LogPresShellObserver::LogDispatch(aPresShell, this); in AddLayoutFlushObserver()
199 mLayoutFlushObservers.AppendElement(aPresShell); in AddLayoutFlushObserver()
203 mLayoutFlushObservers.RemoveElement(aPresShell); in RemoveLayoutFlushObserver()
[all …]
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsRefreshDriver.h163 !mResizeEventFlushObservers.Contains(aPresShell) &&
169 mResizeEventFlushObservers.AppendElement(aPresShell);
175 mResizeEventFlushObservers.RemoveElement(aPresShell); in RemoveResizeEventFlushObserver()
185 LogPresShellObserver::LogDispatch(aPresShell, this); in AddStyleFlushObserver()
186 mStyleFlushObservers.AppendElement(aPresShell); in AddStyleFlushObserver()
191 mStyleFlushObservers.RemoveElement(aPresShell); in RemoveStyleFlushObserver()
194 MOZ_DIAGNOSTIC_ASSERT(!IsLayoutFlushObserver(aPresShell), in AddLayoutFlushObserver()
196 LogPresShellObserver::LogDispatch(aPresShell, this); in AddLayoutFlushObserver()
197 mLayoutFlushObservers.AppendElement(aPresShell); in AddLayoutFlushObserver()
201 mLayoutFlushObservers.RemoveElement(aPresShell); in RemoveLayoutFlushObserver()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsRefreshDriver.h165 !mResizeEventFlushObservers.Contains(aPresShell) &&
171 mResizeEventFlushObservers.AppendElement(aPresShell);
177 mResizeEventFlushObservers.RemoveElement(aPresShell); in RemoveResizeEventFlushObserver()
187 LogPresShellObserver::LogDispatch(aPresShell, this); in AddStyleFlushObserver()
188 mStyleFlushObservers.AppendElement(aPresShell); in AddStyleFlushObserver()
193 mStyleFlushObservers.RemoveElement(aPresShell); in RemoveStyleFlushObserver()
196 MOZ_DIAGNOSTIC_ASSERT(!IsLayoutFlushObserver(aPresShell), in AddLayoutFlushObserver()
198 LogPresShellObserver::LogDispatch(aPresShell, this); in AddLayoutFlushObserver()
199 mLayoutFlushObservers.AppendElement(aPresShell); in AddLayoutFlushObserver()
203 mLayoutFlushObservers.RemoveElement(aPresShell); in RemoveLayoutFlushObserver()
[all …]
/dports/www/firefox/firefox-99.0/accessible/base/
H A DnsAccessibilityService.h114 LocalAccessible* GetRootDocumentAccessible(mozilla::PresShell* aPresShell,
166 void ContentRangeInserted(mozilla::PresShell* aPresShell,
174 void ScheduleAccessibilitySubtreeUpdate(mozilla::PresShell* aPresShell,
180 void ContentRemoved(mozilla::PresShell* aPresShell, nsIContent* aChild);
185 void TableLayoutGuessMaybeChanged(mozilla::PresShell* aPresShell,
194 void UpdateText(mozilla::PresShell* aPresShell, nsIContent* aContent);
199 void TreeViewChanged(mozilla::PresShell* aPresShell, nsIContent* aContent,
227 void PresShellActivated(mozilla::PresShell* aPresShell);
236 void NotifyOfPossibleBoundsChange(mozilla::PresShell* aPresShell,
239 void NotifyOfComputedStyleChange(mozilla::PresShell* aPresShell,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DnsAccessibilityService.h88 Accessible* GetRootDocumentAccessible(nsIPresShell* aPresShell,
129 void DeckPanelSwitched(nsIPresShell* aPresShell, nsIContent* aDeckNode,
136 void ContentRangeInserted(nsIPresShell* aPresShell, nsIContent* aContainer,
142 void ContentRemoved(nsIPresShell* aPresShell, nsIContent* aChild);
144 void UpdateText(nsIPresShell* aPresShell, nsIContent* aContent);
149 void TreeViewChanged(nsIPresShell* aPresShell, nsIContent* aContent,
155 void RangeValueChanged(nsIPresShell* aPresShell, nsIContent* aContent);
160 void UpdateListBullet(nsIPresShell* aPresShell,
172 void UpdateLabelValue(nsIPresShell* aPresShell, nsIContent* aLabelElm,
184 void PresShellActivated(nsIPresShell* aPresShell);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DnsAccessibilityService.h110 Accessible* GetRootDocumentAccessible(nsIPresShell* aPresShell,
158 void DeckPanelSwitched(nsIPresShell* aPresShell, nsIContent* aDeckNode,
165 void ContentRangeInserted(nsIPresShell* aPresShell, nsIContent* aContainer,
171 void ContentRemoved(nsIPresShell* aPresShell, nsIContent* aChild);
173 void UpdateText(nsIPresShell* aPresShell, nsIContent* aContent);
178 void TreeViewChanged(nsIPresShell* aPresShell, nsIContent* aContent,
184 void RangeValueChanged(nsIPresShell* aPresShell, nsIContent* aContent);
189 void UpdateListBullet(nsIPresShell* aPresShell,
200 void UpdateLabelValue(nsIPresShell* aPresShell, nsIContent* aLabelElm,
212 void PresShellActivated(nsIPresShell* aPresShell);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DnsAccessibilityService.h115 Accessible* GetRootDocumentAccessible(mozilla::PresShell* aPresShell,
163 void DeckPanelSwitched(mozilla::PresShell* aPresShell, nsIContent* aDeckNode,
170 void ContentRangeInserted(mozilla::PresShell* aPresShell,
176 void ContentRemoved(mozilla::PresShell* aPresShell, nsIContent* aChild);
178 void UpdateText(mozilla::PresShell* aPresShell, nsIContent* aContent);
183 void TreeViewChanged(mozilla::PresShell* aPresShell, nsIContent* aContent,
189 void RangeValueChanged(mozilla::PresShell* aPresShell, nsIContent* aContent);
194 void UpdateListBullet(mozilla::PresShell* aPresShell,
205 void UpdateLabelValue(mozilla::PresShell* aPresShell, nsIContent* aLabelElm,
217 void PresShellActivated(mozilla::PresShell* aPresShell);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DnsAccessibilityService.h116 LocalAccessible* GetRootDocumentAccessible(mozilla::PresShell* aPresShell,
161 void DeckPanelSwitched(mozilla::PresShell* aPresShell, nsIContent* aDeckNode,
168 void ContentRangeInserted(mozilla::PresShell* aPresShell,
174 void ContentRemoved(mozilla::PresShell* aPresShell, nsIContent* aChild);
179 void TableLayoutGuessMaybeChanged(mozilla::PresShell* aPresShell,
182 void UpdateText(mozilla::PresShell* aPresShell, nsIContent* aContent);
187 void TreeViewChanged(mozilla::PresShell* aPresShell, nsIContent* aContent,
193 void RangeValueChanged(mozilla::PresShell* aPresShell, nsIContent* aContent);
203 void UpdateLabelValue(mozilla::PresShell* aPresShell, nsIContent* aLabelElm,
215 void PresShellActivated(mozilla::PresShell* aPresShell);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DnsAccessibilityService.h116 LocalAccessible* GetRootDocumentAccessible(mozilla::PresShell* aPresShell,
161 void DeckPanelSwitched(mozilla::PresShell* aPresShell, nsIContent* aDeckNode,
168 void ContentRangeInserted(mozilla::PresShell* aPresShell,
174 void ContentRemoved(mozilla::PresShell* aPresShell, nsIContent* aChild);
179 void TableLayoutGuessMaybeChanged(mozilla::PresShell* aPresShell,
182 void UpdateText(mozilla::PresShell* aPresShell, nsIContent* aContent);
187 void TreeViewChanged(mozilla::PresShell* aPresShell, nsIContent* aContent,
193 void RangeValueChanged(mozilla::PresShell* aPresShell, nsIContent* aContent);
203 void UpdateLabelValue(mozilla::PresShell* aPresShell, nsIContent* aLabelElm,
215 void PresShellActivated(mozilla::PresShell* aPresShell);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/typeaheadfind/
H A DnsTypeAheadFind.h51 void RangeStartsInsideLink(nsRange *aRange, nsIPresShell *aPresShell,
54 void GetSelection(nsIPresShell *aPresShell, nsISelectionController **aSelCon,
58 bool IsRangeVisible(nsIPresShell *aPresShell, nsPresContext *aPresContext,
62 bool IsRangeRendered(nsIPresShell *aPresShell, nsPresContext *aPresContext,
64 nsresult FindItNow(nsIPresShell *aPresShell, bool aIsLinksOnly,
70 nsIPresShell **aPresShell,
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGFEUnstyledLeafFrame.cpp14 nsIFrame* NS_NewSVGFEUnstyledLeafFrame(mozilla::PresShell* aPresShell,
21 mozilla::PresShell* aPresShell, ComputedStyle* aStyle);
61 nsIFrame* NS_NewSVGFEUnstyledLeafFrame(mozilla::PresShell* aPresShell, in NS_NewSVGFEUnstyledLeafFrame() argument
63 return new (aPresShell) in NS_NewSVGFEUnstyledLeafFrame()
64 mozilla::SVGFEUnstyledLeafFrame(aStyle, aPresShell->GetPresContext()); in NS_NewSVGFEUnstyledLeafFrame()
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGFEUnstyledLeafFrame.cpp15 nsIFrame* NS_NewSVGFEUnstyledLeafFrame(mozilla::PresShell* aPresShell,
22 mozilla::PresShell* aPresShell, ComputedStyle* aStyle);
62 nsIFrame* NS_NewSVGFEUnstyledLeafFrame(mozilla::PresShell* aPresShell, in NS_NewSVGFEUnstyledLeafFrame() argument
64 return new (aPresShell) in NS_NewSVGFEUnstyledLeafFrame()
65 mozilla::SVGFEUnstyledLeafFrame(aStyle, aPresShell->GetPresContext()); in NS_NewSVGFEUnstyledLeafFrame()

12345678910>>...73