|
| nsresult | GetWindow (nsIDOMWindow **aWindow) |
| |
| nsresult | GetSelf (nsIDOMWindow **aSelf) |
| |
| nsresult | GetDocument (nsIDOMDocument **aDocument) |
| |
| nsresult | GetName (nsAString *aName) |
| |
| nsresult | SetName (const nsAString *aName) |
| |
| nsresult | GetLocation (nsIDOMLocation **aLocation) |
| |
| nsresult | GetHistory (nsISupports **aHistory) |
| |
| nsresult | GetLocationbar (nsISupports **aLocationbar) |
| |
| nsresult | GetMenubar (nsISupports **aMenubar) |
| |
| nsresult | GetPersonalbar (nsISupports **aPersonalbar) |
| |
| nsresult | GetScrollbars (nsISupports **aScrollbars) |
| |
| nsresult | GetStatusbar (nsISupports **aStatusbar) |
| |
| nsresult | GetToolbar (nsISupports **aToolbar) |
| |
| nsresult | GetStatus (nsAString *aStatus) |
| |
| nsresult | SetStatus (const nsAString *aStatus) |
| |
| nsresult | Close () |
| |
| nsresult | Stop () |
| |
| nsresult | Focus () |
| |
| nsresult | Blur () |
| |
| nsresult | GetLength (uint32_t *aLength) |
| |
| nsresult | GetScriptableTop (nsIDOMWindow **aTop) |
| |
| nsresult | GetRealTop (nsIDOMWindow **aTop) |
| |
| nsresult | GetScriptableParent (nsIDOMWindow **aParent) |
| |
| nsresult | GetRealParent (nsIDOMWindow **aParent) |
| |
| nsresult | GetScriptableOpener (JSContext *cx, int aOpener) |
| |
| nsresult | SetScriptableOpener (JSContext *cx, int aOpener) |
| |
| nsresult | GetOpener (nsIDOMWindow **aOpenerWindow) |
| |
| nsresult | SetOpener (nsIDOMWindow *aOpenerWindow) |
| |
| nsresult | GetScriptableFrameElement (nsIDOMElement **aFrameElement) |
| |
| nsresult | GetRealFrameElement (nsIDOMElement **aFrameElement) |
| |
| nsresult | GetNavigator (nsIDOMNavigator **aNavigator) |
| |
| nsresult | GetApplicationCache (nsIDOMOfflineResourceList **aApplicationCache) |
| |
| nsresult | Alert (const nsAString *text) |
| |
| nsresult | Confirm (const nsAString *text, bool *_retval) |
| |
| nsresult | Prompt (const nsAString *aMessage, const nsAString *aInitial, nsAString *_retval) |
| |
| nsresult | Print () |
| |
| nsresult | ShowModalDialog (const nsAString *aURI, nsIVariant *aArgs, const nsAString *aOptions, uint8_t _argc, nsIVariant **_retval) |
| |
| nsresult | PostMessageMoz (const long *message, const nsAString *targetOrigin, const void *transfer, JSContext *cx) |
| |
| nsresult | Atob (const nsAString *aAsciiString, nsAString *_retval) |
| |
| nsresult | Btoa (const nsAString *aBase64Data, nsAString *_retval) |
| |
| nsresult | GetSessionStorage (nsISupports **aSessionStorage) |
| |
| nsresult | GetLocalStorage (nsISupports **aLocalStorage) |
| |
| nsresult | GetIndexedDB (nsISupports **aIndexedDB) |
| |
| nsresult | GetSelection (nsISelection **_retval) |
| |
| nsresult | MatchMedia (const nsAString *media_query_list, nsISupports **_retval) |
| |
| nsresult | GetScreen (nsIDOMScreen **aScreen) |
| |
| nsresult | GetInnerWidth (int32_t *aInnerWidth) |
| |
| nsresult | SetInnerWidth (int32_t aInnerWidth) |
| |
| nsresult | GetInnerHeight (int32_t *aInnerHeight) |
| |
| nsresult | SetInnerHeight (int32_t aInnerHeight) |
| |
| nsresult | GetScrollX (int32_t *aScrollX) |
| |
| nsresult | GetPageXOffset (int32_t *aPageXOffset) |
| |
| nsresult | GetScrollY (int32_t *aScrollY) |
| |
| nsresult | GetPageYOffset (int32_t *aPageYOffset) |
| |
| nsresult | Scroll (int32_t xScroll, int32_t yScroll) |
| |
| nsresult | ScrollTo (int32_t xScroll, int32_t yScroll) |
| |
| nsresult | ScrollBy (int32_t xScrollDif, int32_t yScrollDif) |
| |
| nsresult | GetScreenX (int32_t *aScreenX) |
| |
| nsresult | SetScreenX (int32_t aScreenX) |
| |
| nsresult | GetScreenY (int32_t *aScreenY) |
| |
| nsresult | SetScreenY (int32_t aScreenY) |
| |
| nsresult | GetOuterWidth (int32_t *aOuterWidth) |
| |
| nsresult | SetOuterWidth (int32_t aOuterWidth) |
| |
| nsresult | GetOuterHeight (int32_t *aOuterHeight) |
| |
| nsresult | SetOuterHeight (int32_t aOuterHeight) |
| |
| nsresult | GetComputedStyle (nsIDOMElement *elt, const nsAString *pseudoElt, nsIDOMCSSStyleDeclaration **_retval) |
| |
| nsresult | GetDefaultComputedStyle (nsIDOMElement *elt, const nsAString *pseudoElt, nsIDOMCSSStyleDeclaration **_retval) |
| |
| nsresult | GetWindowRoot (nsIDOMEventTarget **aWindowRoot) |
| |
| nsresult | GetFrames (nsIDOMWindowCollection **aFrames) |
| |
| nsresult | GetTextZoom (float *aTextZoom) |
| |
| nsresult | SetTextZoom (float aTextZoom) |
| |
| nsresult | ScrollByLines (int32_t numLines) |
| |
| nsresult | ScrollByPages (int32_t numPages) |
| |
| nsresult | SizeToContent () |
| |
| nsresult | GetContent (nsIDOMWindow **aContent) |
| |
| nsresult | GetPrompter (nsIPrompt **aPrompter) |
| |
| nsresult | GetClosed (bool *aClosed) |
| |
| nsresult | GetCrypto (nsIDOMCrypto **aCrypto) |
| |
| nsresult | GetControllers (nsIControllers **aControllers) |
| |
| nsresult | GetMozInnerScreenX (float *aMozInnerScreenX) |
| |
| nsresult | GetMozInnerScreenY (float *aMozInnerScreenY) |
| |
| nsresult | GetDevicePixelRatio (float *aDevicePixelRatio) |
| |
| nsresult | GetScrollMaxX (int32_t *aScrollMaxX) |
| |
| nsresult | GetScrollMaxY (int32_t *aScrollMaxY) |
| |
| nsresult | GetFullScreen (bool *aFullScreen) |
| |
| nsresult | SetFullScreen (bool aFullScreen) |
| |
| nsresult | Back () |
| |
| nsresult | Forward () |
| |
| nsresult | Home () |
| |
| nsresult | MoveTo (int32_t xPos, int32_t yPos) |
| |
| nsresult | MoveBy (int32_t xDif, int32_t yDif) |
| |
| nsresult | ResizeTo (int32_t width, int32_t height) |
| |
| nsresult | ResizeBy (int32_t widthDif, int32_t heightDif) |
| |
| nsresult | Open (const nsAString *url, const nsAString *name, const nsAString *options, nsIDOMWindow **_retval) |
| |
| nsresult | OpenDialog (const nsAString *url, const nsAString *name, const nsAString *options, nsISupports *aExtraArgument, nsIDOMWindow **_retval) |
| |
| nsresult | UpdateCommands (const nsAString *action, nsISelection *sel, int16_t reason) |
| |
| nsresult | Find (const nsAString *str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog, bool *_retval) |
| |
| nsresult | GetMozPaintCount (uint64_t *aMozPaintCount) |
| |
| nsresult | MozRequestAnimationFrame (nsIFrameRequestCallback *aCallback, int32_t *_retval) |
| |
| nsresult | RequestAnimationFrame (void *aCallback, JSContext *cx, int32_t *_retval) |
| |
| nsresult | MozCancelAnimationFrame (int32_t aHandle) |
| |
| nsresult | MozCancelRequestAnimationFrame (int32_t aHandle) |
| |
| nsresult | CancelAnimationFrame (int32_t aHandle) |
| |
| nsresult | GetMozAnimationStartTime (int64_t *aMozAnimationStartTime) |
| |
| nsresult | GetConsole (JSContext *cx, jsval *aConsole) |
| |
| nsresult | SetConsole (JSContext *cx, const jsval *aConsole) |
| |
| nsresult | QueryInterface (nsIIDRef riid, void **result) |
| |
| nsrefcnt | AddRef () |
| |
| nsrefcnt | Release () |
| |
Definition at line 1396 of file nsiface.idl.