Attributes

From nsIContainerBoxObject


          
readonly attribute nsIDocShell docShell

From nsIFrameLoader

 Get the docshell from the frame loader.
readonly attribute nsIDocShell docShell

From nsISHistoryInternal

 The toplevel docshell object to which this SHistory object belongs to.
attribute nsIDocShell rootDocShell

From nsIXULWindow

 The docshell owning the XUL for this window.
readonly attribute nsIDocShell docShell

Parameters

From nsIDocShell

 Loads the given URI.  This method is identical to loadURI(...) except
 that its parameter list is broken out instead of being packaged inside
 of an nsIDocShellLoadInfo object...

 @param aURI            - The URI to load.
 @param aReferrer       - Referring URI
 @param aOwner          - Owner (security principal) 
 @param aInheritOwner   - Flag indicating whether the owner of the current
                          document should be inherited if aOwner is null.
 @param aStopActiveDoc  - Flag indicating whether loading the current
                          document should be stopped.
 @param aWindowTarget   - Window target for the load.
 @param aTypeHint       - A hint as to the content-type of the resulting
                          data.  May be null or empty if no hint.
 @param aPostDataStream - Post data stream (if POSTing)
 @param aHeadersStream  - Stream containing "extra" request headers...
 @param aLoadFlags      - Flags to modify load behaviour. Flags are defined
                          in nsIWebNavigation.
 @param aSHEntry        - Active Session History entry (if loading from SH)
[noscript] void internalLoad(in nsIURI aURI, in nsIURI aReferrer, in nsISupports aOwner, in PRUint32 aFlags, in wstring aWindowTarget, in string aTypeHint, in nsIInputStream aPostDataStream, in nsIInputStream aHeadersStream, in unsigned long aLoadFlags, in nsISHEntry aSHEntry, in boolean firstParty, out nsIDocShell aDocShell, out nsIRequest aRequest)

From nsIFormFillController


          
void attachToBrowser(in nsIDocShell docShell, in nsIAutoCompletePopup popup)

          
void detachFromBrowser(in nsIDocShell docShell)

From nsIPrintStatusFeedback


          
[noscript] void setDocShell(in nsIDocShell shell, in nsIDOMWindowInternal window)

From nsITypeAheadFind

 Initializer ******************************/
void init(in nsIDocShell aDocShell)
 Helper functions ***************************/
void setDocShell(in nsIDocShell aDocShell)