Home
last modified time | relevance | path

Searched refs:nsSVGSwitchFrame (Results 1 – 11 of 11) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGSwitchFrame.cpp22 class nsSVGSwitchFrame final : public nsSVGGFrame { class
27 explicit nsSVGSwitchFrame(ComputedStyle* aStyle, nsPresContext* aPresContext) in nsSVGSwitchFrame() function in nsSVGSwitchFrame
31 NS_DECL_FRAMEARENA_HELPERS(nsSVGSwitchFrame)
67 nsSVGSwitchFrame(aStyle, aPresShell->GetPresContext()); in NS_NewSVGSwitchFrame()
70 NS_IMPL_FRAMEARENA_HELPERS(nsSVGSwitchFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
82 void nsSVGSwitchFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, in BuildDisplayList()
90 void nsSVGSwitchFrame::PaintSVG(gfxContext& aContext, in PaintSVG()
114 nsIFrame* nsSVGSwitchFrame::GetFrameForPoint(const gfxPoint& aPoint) { in GetFrameForPoint()
175 void nsSVGSwitchFrame::ReflowAllSVGTextFramesInsideNonActiveChildren( in ReflowAllSVGTextFramesInsideNonActiveChildren()
186 void nsSVGSwitchFrame::ReflowSVG() { in ReflowSVG()
[all …]
H A Dmoz.build60 'nsSVGSwitchFrame.cpp',
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGSwitchFrame.cpp15 class nsSVGSwitchFrame : public nsSVGGFrame class
20 explicit nsSVGSwitchFrame(nsStyleContext* aContext) in nsSVGSwitchFrame() function in nsSVGSwitchFrame
70 return new (aPresShell) nsSVGSwitchFrame(aContext); in NS_NewSVGSwitchFrame()
73 NS_IMPL_FRAMEARENA_HELPERS(nsSVGSwitchFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
77 nsSVGSwitchFrame::Init(nsIContent* aContent, in NS_IMPL_FRAMEARENA_HELPERS()
89 nsSVGSwitchFrame::GetType() const in GetType()
106 nsSVGSwitchFrame::PaintSVG(gfxContext& aContext, in PaintSVG()
133 nsSVGSwitchFrame::GetFrameForPoint(const gfxPoint& aPoint) in GetFrameForPoint()
163 nsSVGSwitchFrame::GetCoveredRegion() in GetCoveredRegion()
176 nsSVGSwitchFrame::ReflowSVG() in ReflowSVG()
[all …]
H A Dmoz.build47 'nsSVGSwitchFrame.cpp',
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGSwitchFrame.cpp17 class nsSVGSwitchFrame final : public nsSVGGFrame { class
22 explicit nsSVGSwitchFrame(nsStyleContext* aContext) in nsSVGSwitchFrame() function in nsSVGSwitchFrame
26 NS_DECL_FRAMEARENA_HELPERS(nsSVGSwitchFrame)
60 return new (aPresShell) nsSVGSwitchFrame(aContext); in NS_NewSVGSwitchFrame()
63 NS_IMPL_FRAMEARENA_HELPERS(nsSVGSwitchFrame) in NS_IMPL_FRAMEARENA_HELPERS() argument
66 void nsSVGSwitchFrame::Init(nsIContent* aContent, nsContainerFrame* aParent, in NS_IMPL_FRAMEARENA_HELPERS()
75 void nsSVGSwitchFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, in BuildDisplayList()
83 void nsSVGSwitchFrame::PaintSVG(gfxContext& aContext, in PaintSVG()
108 nsIFrame* nsSVGSwitchFrame::GetFrameForPoint(const gfxPoint& aPoint) { in GetFrameForPoint()
136 void nsSVGSwitchFrame::ReflowSVG() { in ReflowSVG()
[all …]
H A Dmoz.build55 'nsSVGSwitchFrame.cpp',
/dports/lang/spidermonkey78/firefox-78.9.0/dom/svg/
H A DSVGSwitchElement.h13 class nsSVGSwitchFrame; variable
24 friend class ::nsSVGSwitchFrame;
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGSwitchElement.h12 class nsSVGSwitchFrame; variable
24 friend class ::nsSVGSwitchFrame;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/svg/
H A DSVGSwitchElement.h12 class nsSVGSwitchFrame; variable
23 friend class ::nsSVGSwitchFrame;
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFrameIdList.h160 FRAME_ID(nsSVGSwitchFrame)
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsFrameIdList.h127 FRAME_ID(nsSVGSwitchFrame, SVGSwitch, NotLeaf)