Added placeholderFrame atom

git-svn-id: svn://10.0.0.236/trunk@28836 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
troy%netscape.com 1999-04-23 14:32:12 +00:00
parent 4a0db33040
commit 31b1217fca
6 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public:
static nsIAtom* blockFrame;
static nsIAtom* inlineFrame;
static nsIAtom* pageFrame;
static nsIAtom* placeholderFrame;
static nsIAtom* positionedInlineFrame;
static nsIAtom* rootFrame;
static nsIAtom* scrollFrame;

View File

@ -55,6 +55,7 @@ nsIAtom* nsLayoutAtoms::areaFrame;
nsIAtom* nsLayoutAtoms::blockFrame;
nsIAtom* nsLayoutAtoms::inlineFrame;
nsIAtom* nsLayoutAtoms::pageFrame;
nsIAtom* nsLayoutAtoms::placeholderFrame;
nsIAtom* nsLayoutAtoms::positionedInlineFrame;
nsIAtom* nsLayoutAtoms::rootFrame;
nsIAtom* nsLayoutAtoms::scrollFrame;
@ -102,6 +103,7 @@ void nsLayoutAtoms::AddrefAtoms()
blockFrame = NS_NewAtom("BlockFrame");
inlineFrame = NS_NewAtom("InlineFrame");
pageFrame = NS_NewAtom("PageFrame");
placeholderFrame = NS_NewAtom("PlaceholderFrame");
positionedInlineFrame = NS_NewAtom("PositionedInlineFrame");
rootFrame = NS_NewAtom("RootFrame");
scrollFrame = NS_NewAtom("ScrollFrame");
@ -151,6 +153,7 @@ void nsLayoutAtoms::ReleaseAtoms()
NS_RELEASE(blockFrame);
NS_RELEASE(inlineFrame);
NS_RELEASE(pageFrame);
NS_RELEASE(placeholderFrame);
NS_RELEASE(positionedInlineFrame);
NS_RELEASE(rootFrame);
NS_RELEASE(scrollFrame);

View File

@ -55,6 +55,7 @@ nsIAtom* nsLayoutAtoms::areaFrame;
nsIAtom* nsLayoutAtoms::blockFrame;
nsIAtom* nsLayoutAtoms::inlineFrame;
nsIAtom* nsLayoutAtoms::pageFrame;
nsIAtom* nsLayoutAtoms::placeholderFrame;
nsIAtom* nsLayoutAtoms::positionedInlineFrame;
nsIAtom* nsLayoutAtoms::rootFrame;
nsIAtom* nsLayoutAtoms::scrollFrame;
@ -102,6 +103,7 @@ void nsLayoutAtoms::AddrefAtoms()
blockFrame = NS_NewAtom("BlockFrame");
inlineFrame = NS_NewAtom("InlineFrame");
pageFrame = NS_NewAtom("PageFrame");
placeholderFrame = NS_NewAtom("PlaceholderFrame");
positionedInlineFrame = NS_NewAtom("PositionedInlineFrame");
rootFrame = NS_NewAtom("RootFrame");
scrollFrame = NS_NewAtom("ScrollFrame");
@ -151,6 +153,7 @@ void nsLayoutAtoms::ReleaseAtoms()
NS_RELEASE(blockFrame);
NS_RELEASE(inlineFrame);
NS_RELEASE(pageFrame);
NS_RELEASE(placeholderFrame);
NS_RELEASE(positionedInlineFrame);
NS_RELEASE(rootFrame);
NS_RELEASE(scrollFrame);

View File

@ -69,6 +69,7 @@ public:
static nsIAtom* blockFrame;
static nsIAtom* inlineFrame;
static nsIAtom* pageFrame;
static nsIAtom* placeholderFrame;
static nsIAtom* positionedInlineFrame;
static nsIAtom* rootFrame;
static nsIAtom* scrollFrame;

View File

@ -69,6 +69,7 @@ public:
static nsIAtom* blockFrame;
static nsIAtom* inlineFrame;
static nsIAtom* pageFrame;
static nsIAtom* placeholderFrame;
static nsIAtom* positionedInlineFrame;
static nsIAtom* rootFrame;
static nsIAtom* scrollFrame;

View File

@ -55,6 +55,7 @@ nsIAtom* nsLayoutAtoms::areaFrame;
nsIAtom* nsLayoutAtoms::blockFrame;
nsIAtom* nsLayoutAtoms::inlineFrame;
nsIAtom* nsLayoutAtoms::pageFrame;
nsIAtom* nsLayoutAtoms::placeholderFrame;
nsIAtom* nsLayoutAtoms::positionedInlineFrame;
nsIAtom* nsLayoutAtoms::rootFrame;
nsIAtom* nsLayoutAtoms::scrollFrame;
@ -102,6 +103,7 @@ void nsLayoutAtoms::AddrefAtoms()
blockFrame = NS_NewAtom("BlockFrame");
inlineFrame = NS_NewAtom("InlineFrame");
pageFrame = NS_NewAtom("PageFrame");
placeholderFrame = NS_NewAtom("PlaceholderFrame");
positionedInlineFrame = NS_NewAtom("PositionedInlineFrame");
rootFrame = NS_NewAtom("RootFrame");
scrollFrame = NS_NewAtom("ScrollFrame");
@ -151,6 +153,7 @@ void nsLayoutAtoms::ReleaseAtoms()
NS_RELEASE(blockFrame);
NS_RELEASE(inlineFrame);
NS_RELEASE(pageFrame);
NS_RELEASE(placeholderFrame);
NS_RELEASE(positionedInlineFrame);
NS_RELEASE(rootFrame);
NS_RELEASE(scrollFrame);