Attributes

From nsIAppShellService

 Return the (singleton) application hidden window, automatically created
 and maintained by this AppShellService.
 @param aResult the hidden window.  Do not unhide hidden window.
                Do not taunt hidden window.
readonly attribute nsIDOMWindowInternal hiddenDOMWindow

From nsIDOMWindowInternal


          
attribute nsIDOMWindowInternal opener

          
readonly attribute nsIDOMWindowInternal self

          
readonly attribute nsIDOMWindowInternal window

From nsISearchContext


          
attribute nsIDOMWindowInternal findDialog

          
attribute nsIDOMWindowInternal replaceDialog

          
readonly attribute nsIDOMWindowInternal targetWindow

From nsIXPIInstallInfo

 The original window that initiated the install.
readonly attribute nsIDOMWindowInternal originatingWindow

Returns

From nsIWindowDataSource

 for the given resource name, return the window
nsIDOMWindowInternal getWindowForResource(in string inResource)

From nsIWindowMediator

 This is a shortcut for simply fetching the first window in
 front to back order.
 @param  aWindowType return the topmost window of this type.
                     ("type" is the |windowtype| attribute of
                     the XML <window> element.)
                     If null, return the topmost window of any type.
 @return the topmost window
nsIDOMWindowInternal getMostRecentWindow(in wstring aWindowType)

Parameters

From nsIAppShellService

 Return the (singleton) application hidden window as an nsIDOMWindowInternal,
 and, the corresponding JavaScript context pointer.  This is useful
 if you'd like to subsequently call OpenDialog on the hidden window.
 @aHiddenDOMWindow the hidden window QI'd to type nsIDOMWindowInternal
 @aJSContext       the corresponding JavaScript context
[noscript] void getHiddenWindowAndJSContext(out nsIDOMWindowInternal aHiddenDOMWindow, out JSContext aJSContext)

From nsIBrowserInstance


          
void setWebShellWindow(in nsIDOMWindowInternal aWindow)

From nsIContentViewerFile


          
[noscript] void printWithParent(in nsIDOMWindowInternal aParentWin, in nsIPrintSettings aThePrintSettings, in nsIWebProgressListener aWPListener)

From nsIFormSubmitObserver


          
void notify(in nsIDOMHTMLFormElement formNode, in nsIDOMWindowInternal window, in nsIURI actionURL, out boolean cancelSubmit)

From nsIPrintProgress


          
void openProgressDialog(in nsIDOMWindowInternal parent, in string dialogURL, in nsISupports parameters, in nsIObserver openDialogObserver, out boolean notifyOnOpen)

From nsIPrintStatusFeedback


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