зеркало из https://github.com/mozilla/pjs.git
Added decls for framesets
This commit is contained in:
Родитель
eced09e947
Коммит
046006426a
|
@ -186,4 +186,16 @@ extern nsresult
|
|||
NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent,
|
||||
nsIFrame* aParentFrame);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLIFrame(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLFrame(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
#endif /* nsHTMLParts_h___ */
|
||||
|
|
|
@ -186,4 +186,16 @@ extern nsresult
|
|||
NS_NewObjectFrame(nsIFrame*& aFrameResult, nsIContent* aContent,
|
||||
nsIFrame* aParentFrame);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLIFrame(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLFrame(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
extern nsresult
|
||||
NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
|
||||
nsIAtom* aTag, nsIWebShell* aWebShell);
|
||||
|
||||
#endif /* nsHTMLParts_h___ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче