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.
From nsIDOMWindowInternal
From nsISearchContext
From nsIXPIInstallInfo
The original window that initiated the install.
Returns
From nsIWindowDataSource
for the given resource name, return the window
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
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
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)