Home
last modified time | relevance | path

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

12

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsInlineFrame.cpp1025 nsFirstLineFrame*
1028 return new (aPresShell) nsFirstLineFrame(aContext);
1031 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame)
1034 nsFirstLineFrame::Init(nsIContent* aContent,
1065 nsFirstLineFrame::GetFrameName(nsAString& aResult) const
1072 nsFirstLineFrame::GetType() const
1093 nsFirstLineFrame::Reflow(nsPresContext* aPresContext,
1106 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow();
1173 nsFirstLineFrame::PullOverflowsFromPrevInFlow()
1175 nsFirstLineFrame* prevInFlow = static_cast<nsFirstLineFrame*>(GetPrevInFlow());
[all …]
H A DnsInlineFrame.h200 class nsFirstLineFrame final : public nsInlineFrame {
204 friend nsFirstLineFrame* NS_NewFirstLineFrame(nsIPresShell* aPresShell,
223 explicit nsFirstLineFrame(nsStyleContext* aContext) : nsInlineFrame(aContext) {}
H A DnsHTMLParts.h125 class nsFirstLineFrame; variable
126 nsFirstLineFrame*
H A DnsFrameIdList.h28 FRAME_ID(nsFirstLineFrame)
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsInlineFrame.cpp930 nsFirstLineFrame* NS_NewFirstLineFrame(PresShell* aPresShell, in NS_NewFirstLineFrame()
933 nsFirstLineFrame(aStyle, aPresShell->GetPresContext()); in NS_NewFirstLineFrame()
936 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
967 nsresult nsFirstLineFrame::GetFrameName(nsAString& aResult) const { in GetFrameName()
972 nsIFrame* nsFirstLineFrame::PullOneFrame(nsPresContext* aPresContext, in PullOneFrame()
985 void nsFirstLineFrame::Reflow(nsPresContext* aPresContext, in Reflow()
997 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow(); in Reflow()
1056 void nsFirstLineFrame::PullOverflowsFromPrevInFlow() { in PullOverflowsFromPrevInFlow()
1057 nsFirstLineFrame* prevInFlow = in PullOverflowsFromPrevInFlow()
1058 static_cast<nsFirstLineFrame*>(GetPrevInFlow()); in PullOverflowsFromPrevInFlow()
[all …]
H A DnsInlineFrame.h192 class nsFirstLineFrame final : public nsInlineFrame {
194 NS_DECL_FRAMEARENA_HELPERS(nsFirstLineFrame)
196 friend nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
212 explicit nsFirstLineFrame(ComputedStyle* aStyle, nsPresContext* aPresContext) in nsFirstLineFrame() function
H A DnsHTMLParts.h122 class nsFirstLineFrame; variable
123 nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsInlineFrame.cpp930 nsFirstLineFrame* NS_NewFirstLineFrame(PresShell* aPresShell, in NS_NewFirstLineFrame()
933 nsFirstLineFrame(aStyle, aPresShell->GetPresContext()); in NS_NewFirstLineFrame()
936 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
967 nsresult nsFirstLineFrame::GetFrameName(nsAString& aResult) const { in GetFrameName()
972 nsIFrame* nsFirstLineFrame::PullOneFrame(nsPresContext* aPresContext, in PullOneFrame()
985 void nsFirstLineFrame::Reflow(nsPresContext* aPresContext, in Reflow()
997 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow(); in Reflow()
1056 void nsFirstLineFrame::PullOverflowsFromPrevInFlow() { in PullOverflowsFromPrevInFlow()
1057 nsFirstLineFrame* prevInFlow = in PullOverflowsFromPrevInFlow()
1058 static_cast<nsFirstLineFrame*>(GetPrevInFlow()); in PullOverflowsFromPrevInFlow()
[all …]
H A DnsInlineFrame.h192 class nsFirstLineFrame final : public nsInlineFrame {
194 NS_DECL_FRAMEARENA_HELPERS(nsFirstLineFrame)
196 friend nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
212 explicit nsFirstLineFrame(ComputedStyle* aStyle, nsPresContext* aPresContext) in nsFirstLineFrame() function
H A DnsHTMLParts.h122 class nsFirstLineFrame; variable
123 nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsInlineFrame.cpp936 nsFirstLineFrame* NS_NewFirstLineFrame(nsIPresShell* aPresShell, in NS_NewFirstLineFrame()
938 return new (aPresShell) nsFirstLineFrame(aContext); in NS_NewFirstLineFrame()
941 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
973 nsresult nsFirstLineFrame::GetFrameName(nsAString& aResult) const { in GetFrameName()
978 nsIFrame* nsFirstLineFrame::PullOneFrame(nsPresContext* aPresContext, in PullOneFrame()
992 void nsFirstLineFrame::Reflow(nsPresContext* aPresContext, in Reflow()
1004 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow(); in Reflow()
1064 /* virtual */ void nsFirstLineFrame::PullOverflowsFromPrevInFlow() { in PullOverflowsFromPrevInFlow()
1065 nsFirstLineFrame* prevInFlow = in PullOverflowsFromPrevInFlow()
1066 static_cast<nsFirstLineFrame*>(GetPrevInFlow()); in PullOverflowsFromPrevInFlow()
[all …]
H A DnsInlineFrame.h188 class nsFirstLineFrame final : public nsInlineFrame {
190 NS_DECL_FRAMEARENA_HELPERS(nsFirstLineFrame)
192 friend nsFirstLineFrame* NS_NewFirstLineFrame(nsIPresShell* aPresShell,
208 explicit nsFirstLineFrame(nsStyleContext* aContext) in nsFirstLineFrame() function
H A DnsHTMLParts.h122 class nsFirstLineFrame; variable
123 nsFirstLineFrame* NS_NewFirstLineFrame(nsIPresShell* aPresShell,
H A DnsFrameIdList.h30 FRAME_ID(nsFirstLineFrame, Line, NotLeaf)
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsInlineFrame.cpp930 nsFirstLineFrame* NS_NewFirstLineFrame(PresShell* aPresShell, in NS_NewFirstLineFrame()
933 nsFirstLineFrame(aStyle, aPresShell->GetPresContext()); in NS_NewFirstLineFrame()
936 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
967 nsresult nsFirstLineFrame::GetFrameName(nsAString& aResult) const { in GetFrameName()
972 nsIFrame* nsFirstLineFrame::PullOneFrame(nsPresContext* aPresContext, in PullOneFrame()
985 void nsFirstLineFrame::Reflow(nsPresContext* aPresContext, in Reflow()
997 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow(); in Reflow()
1056 void nsFirstLineFrame::PullOverflowsFromPrevInFlow() { in PullOverflowsFromPrevInFlow()
1057 nsFirstLineFrame* prevInFlow = in PullOverflowsFromPrevInFlow()
1058 static_cast<nsFirstLineFrame*>(GetPrevInFlow()); in PullOverflowsFromPrevInFlow()
[all …]
H A DnsInlineFrame.h192 class nsFirstLineFrame final : public nsInlineFrame {
194 NS_DECL_FRAMEARENA_HELPERS(nsFirstLineFrame)
196 friend nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
212 explicit nsFirstLineFrame(ComputedStyle* aStyle, nsPresContext* aPresContext) in nsFirstLineFrame() function
H A DnsHTMLParts.h122 class nsFirstLineFrame; variable
123 nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsInlineFrame.cpp934 nsFirstLineFrame* NS_NewFirstLineFrame(PresShell* aPresShell, in NS_NewFirstLineFrame()
937 nsFirstLineFrame(aStyle, aPresShell->GetPresContext()); in NS_NewFirstLineFrame()
940 NS_IMPL_FRAMEARENA_HELPERS(nsFirstLineFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
971 nsresult nsFirstLineFrame::GetFrameName(nsAString& aResult) const { in GetFrameName()
976 nsIFrame* nsFirstLineFrame::PullOneFrame(nsPresContext* aPresContext, in PullOneFrame()
989 void nsFirstLineFrame::Reflow(nsPresContext* aPresContext, in Reflow()
1001 nsFirstLineFrame* prevInFlow = (nsFirstLineFrame*)GetPrevInFlow(); in Reflow()
1060 void nsFirstLineFrame::PullOverflowsFromPrevInFlow() { in PullOverflowsFromPrevInFlow()
1061 nsFirstLineFrame* prevInFlow = in PullOverflowsFromPrevInFlow()
1062 static_cast<nsFirstLineFrame*>(GetPrevInFlow()); in PullOverflowsFromPrevInFlow()
[all …]
H A DnsInlineFrame.h190 class nsFirstLineFrame final : public nsInlineFrame {
192 NS_DECL_FRAMEARENA_HELPERS(nsFirstLineFrame)
194 friend nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
210 explicit nsFirstLineFrame(ComputedStyle* aStyle, nsPresContext* aPresContext) in nsFirstLineFrame() function
H A DnsHTMLParts.h112 class nsFirstLineFrame; variable
113 nsFirstLineFrame* NS_NewFirstLineFrame(mozilla::PresShell* aPresShell,
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCSSFrameConstructor.h36 class nsFirstLineFrame; variable
1960 nsFirstLineFrame* aLineFrame,
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCSSFrameConstructor.h36 class nsFirstLineFrame; variable
1980 nsFirstLineFrame* aLineFrame,
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsCSSFrameConstructor.h36 class nsFirstLineFrame; variable
1960 nsFirstLineFrame* aLineFrame,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSFrameConstructor.h33 class nsFirstLineFrame; variable
1960 nsFirstLineFrame* aLineFrame,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DnsCSSFrameConstructor.h34 class nsFirstLineFrame; variable
2006 nsFirstLineFrame* aLineFrame,

12