Added NS_NewAttributeContent method
git-svn-id: svn://10.0.0.236/trunk@43615 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -32,6 +32,7 @@ class nsITextContent;
|
||||
class nsIURI;
|
||||
class nsString;
|
||||
class nsIWebShell;
|
||||
class nsIAttributeContent;
|
||||
|
||||
// Factory methods for creating html content objects
|
||||
// XXX argument order is wrong (out parameter should be last)
|
||||
@@ -247,6 +248,11 @@ NS_CreateHTMLElement(nsIHTMLContent** aResult,
|
||||
#define NS_AREA_NO_SPACE_MGR 0x10
|
||||
#define NS_AREA_WRAP_SIZE 0x20
|
||||
|
||||
// Special Generated Content Frame
|
||||
extern nsresult
|
||||
NS_NewAttributeContent(nsIContent ** aResult);
|
||||
|
||||
|
||||
// Create a basic area frame. By default, area frames will extend
|
||||
// their height to cover any children that "stick out".
|
||||
extern nsresult NS_NewAreaFrame(nsIFrame** aNewFrame,
|
||||
|
||||
@@ -32,6 +32,7 @@ class nsITextContent;
|
||||
class nsIURI;
|
||||
class nsString;
|
||||
class nsIWebShell;
|
||||
class nsIAttributeContent;
|
||||
|
||||
// Factory methods for creating html content objects
|
||||
// XXX argument order is wrong (out parameter should be last)
|
||||
@@ -247,6 +248,11 @@ NS_CreateHTMLElement(nsIHTMLContent** aResult,
|
||||
#define NS_AREA_NO_SPACE_MGR 0x10
|
||||
#define NS_AREA_WRAP_SIZE 0x20
|
||||
|
||||
// Special Generated Content Frame
|
||||
extern nsresult
|
||||
NS_NewAttributeContent(nsIContent ** aResult);
|
||||
|
||||
|
||||
// Create a basic area frame. By default, area frames will extend
|
||||
// their height to cover any children that "stick out".
|
||||
extern nsresult NS_NewAreaFrame(nsIFrame** aNewFrame,
|
||||
|
||||
Reference in New Issue
Block a user