mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-01 20:13:00 +00:00
Added GetDocumentLoader(...).
This commit is contained in:
parent
986a48710a
commit
515e809a04
@ -27,6 +27,7 @@
|
||||
class nsIFactory;
|
||||
class nsIPostData;
|
||||
class nsIStreamObserver;
|
||||
class nsIDocumentLoader;
|
||||
class nsIWebShell;
|
||||
class nsIWebShellContainer;
|
||||
|
||||
@ -104,6 +105,8 @@ public:
|
||||
NS_IMETHOD SetObserver(nsIStreamObserver* anObserver) = 0;
|
||||
NS_IMETHOD GetObserver(nsIStreamObserver*& aResult) = 0;
|
||||
|
||||
NS_IMETHOD GetDocumentLoader(nsIDocumentLoader*& aResult) = 0;
|
||||
|
||||
NS_IMETHOD GetRootWebShell(nsIWebShell*& aResult) = 0;
|
||||
NS_IMETHOD SetParent(nsIWebShell* aParent) = 0;
|
||||
NS_IMETHOD GetParent(nsIWebShell*& aParent) = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user