mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Add factory methods for applets and objects
This commit is contained in:
parent
cbc1a1cdea
commit
ca16578186
@ -158,6 +158,14 @@ extern nsresult
|
||||
NS_NewTableCaptionPart(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLApplet(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLObject(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLImage(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
@ -158,6 +158,14 @@ extern nsresult
|
||||
NS_NewTableCaptionPart(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLApplet(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLObject(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLImage(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag);
|
||||
|
Loading…
Reference in New Issue
Block a user