[not part of default build] Header that should have gone with the other files
git-svn-id: svn://10.0.0.236/trunk@70047 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
67e8886800
commit
7221d01a37
@ -93,7 +93,7 @@ public:
|
||||
NS_IMETHOD
|
||||
GetDesiredStretchSize(nsIPresContext* aPresContext,
|
||||
nsIRenderingContext& aRenderingContext,
|
||||
nsStretchMetrics& aDesiredStretchSize);
|
||||
nsBoundingMetrics& aDesiredStretchSize);
|
||||
#endif
|
||||
NS_IMETHOD
|
||||
Place(nsIPresContext* aPresContext,
|
||||
@ -141,6 +141,10 @@ public:
|
||||
nsIAtom* aListName,
|
||||
nsIFrame* aChildList);
|
||||
|
||||
NS_IMETHODIMP
|
||||
ReflowDirtyChild(nsIPresShell* aPresShell,
|
||||
nsIFrame* aChild);
|
||||
|
||||
NS_IMETHOD
|
||||
Reflow(nsIPresContext* aPresContext,
|
||||
nsHTMLReflowMetrics& aDesiredSize,
|
||||
@ -259,7 +263,7 @@ public:
|
||||
nsBoundingMetrics& aBoundingMetrics);
|
||||
|
||||
// helper to check if a content has an attribute. If content is nsnull or if
|
||||
// the attribute is not there, check if the attribute is on the mstyle frame.
|
||||
// the attribute is not there, check if the attribute is on the mstyle hierarchy
|
||||
// @return NS_CONTENT_ATTR_HAS_VALUE --if attribute has non-empty value, attr="value"
|
||||
// NS_CONTENT_ATTR_NO_VALUE --if attribute has empty value, attr=""
|
||||
// NS_CONTENT_ATTR_NOT_THERE --if attribute is not there
|
||||
@ -278,7 +282,12 @@ public:
|
||||
static nscoord
|
||||
CalcLength(nsIPresContext* aPresContext,
|
||||
nsIStyleContext* aStyleContext,
|
||||
const nsCSSValue& aValue);
|
||||
const nsCSSValue& aCSSValue);
|
||||
|
||||
static PRBool
|
||||
ParseNamedSpaceValue(nsIFrame* aMathMLmstyleFrame,
|
||||
nsString& aString,
|
||||
nsCSSValue& aCSSValue);
|
||||
|
||||
// helper methods for getting sup/subdrop's from a child
|
||||
static void
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user