Implemented a number of the Positioning / Sizing routines.

This commit is contained in:
tbogard@aol.net
1999-11-13 08:09:16 +00:00
parent 85f7dda1c7
commit acb48beafb
2 changed files with 119 additions and 195 deletions

View File

@@ -106,6 +106,7 @@ protected:
nsDocShell();
virtual ~nsDocShell();
nsDocShellInitInfo* InitInfo();
nsresult GetChildOffset(nsIDOMNode* aChild, nsIDOMNode* aParent,
PRInt32* aOffset);
nsresult GetRootScrollableView(nsIScrollableView** aOutScrollView);
@@ -137,7 +138,7 @@ protected:
nsString mName;
nsVoidArray mChildren;
nsDSURIContentListener* mContentListener;
nsDocShellInitInfo* mBaseInitInfo;
nsDocShellInitInfo* mInitInfo;
nsCOMPtr<nsIContentViewer> mContentViewer;
nsCOMPtr<nsIDocumentLoader>mDocLoader;
nsCOMPtr<nsIDocumentLoaderObserver> mDocLoaderObserver;