Method | Description | |
---|---|---|
Alert ( Skybound.Gecko.nsAString text ) : void | ||
Atob ( Skybound.Gecko.nsAString aAsciiString, Skybound.Gecko.nsAString retval ) : void | ||
Back ( ) : void | ||
Blur ( ) : void | ||
Btoa ( Skybound.Gecko.nsAString aBase64Data, Skybound.Gecko.nsAString retval ) : void | ||
Close ( ) : void | ||
Confirm ( Skybound.Gecko.nsAString text ) : bool | ||
Find ( Skybound.Gecko.nsAString str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool | ||
Focus ( ) : void | ||
Forward ( ) : void | ||
GetApplicationCacheAttribute ( ) : nsIDOMOfflineResourceList | ||
GetClosedAttribute ( ) : bool | ||
GetComputedStyle ( nsIDOMElement elt, Skybound.Gecko.nsAString pseudoElt ) : nsIDOMCSSStyleDeclaration | ||
GetContentAttribute ( ) : nsIDOMWindow | ||
GetControllersAttribute ( ) : nsIControllers | ||
GetCryptoAttribute ( ) : nsIDOMCrypto | ||
GetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void | ||
GetDocumentAttribute ( ) : nsIDOMDocument | ||
GetFrameElementAttribute ( ) : nsIDOMElement | ||
GetFramesAttribute ( ) : nsIDOMWindowCollection | ||
GetFullScreenAttribute ( ) : bool | ||
GetGlobalStorageAttribute ( ) : nsIDOMStorageList | ||
GetHistoryAttribute ( ) : nsIDOMHistory | ||
GetInnerHeightAttribute ( ) : int | ||
GetInnerWidthAttribute ( ) : int | ||
GetLengthAttribute ( ) : uint | ||
GetLocalStorageAttribute ( ) : nsIDOMStorage | ||
GetLocationAttribute ( ) : nsIDOMLocation | ||
GetLocationbarAttribute ( ) : nsIDOMBarProp | ||
GetMenubarAttribute ( ) : nsIDOMBarProp | ||
GetMozAnimationStartTimeAttribute ( ) : int | ||
GetMozInnerScreenXAttribute ( ) : float | ||
GetMozInnerScreenYAttribute ( ) : float | ||
GetMozPaintCountAttribute ( ) : uint | ||
GetNameAttribute ( Skybound.Gecko.nsAString aName ) : void | ||
GetNavigatorAttribute ( ) : nsIDOMNavigator | ||
GetOpenerAttribute ( ) : nsIDOMWindow | ||
GetOuterHeightAttribute ( ) : int | ||
GetOuterWidthAttribute ( ) : int | ||
GetPageXOffsetAttribute ( ) : int | ||
GetPageYOffsetAttribute ( ) : int | ||
GetParentAttribute ( ) : nsIDOMWindow | ||
GetPersonalbarAttribute ( ) : nsIDOMBarProp | ||
GetPkcs11Attribute ( ) : nsIDOMPkcs11 | ||
GetPrompterAttribute ( ) : nsIPrompt | ||
GetScreenAttribute ( ) : nsIDOMScreen | ||
GetScreenXAttribute ( ) : int | ||
GetScreenYAttribute ( ) : int | ||
GetScrollMaxXAttribute ( ) : int | ||
GetScrollMaxYAttribute ( ) : int | ||
GetScrollXAttribute ( ) : int | ||
GetScrollYAttribute ( ) : int | ||
GetScrollbarsAttribute ( ) : nsIDOMBarProp | ||
GetSelection ( ) : nsISelection | ||
GetSelfAttribute ( ) : nsIDOMWindow | ||
GetSessionStorageAttribute ( ) : nsIDOMStorage | ||
GetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void | ||
GetStatusbarAttribute ( ) : nsIDOMBarProp | ||
GetTextZoomAttribute ( ) : float | ||
GetToolbarAttribute ( ) : nsIDOMBarProp | ||
GetTopAttribute ( ) : nsIDOMWindow | ||
GetURLAttribute ( ) : nsIDOMMozURLProperty | ||
GetWindowAttribute ( ) : nsIDOMWindow | ||
GetWindowRootAttribute ( ) : nsIDOMEventTarget | ||
Home ( ) : void | ||
MatchMedia ( Skybound.Gecko.nsAString media_query_list ) : nsIDOMMediaQueryList | ||
MoveBy ( int xDif, int yDif ) : void | ||
MoveTo ( int xPos, int yPos ) : void | ||
MozRequestAnimationFrame ( nsIAnimationFrameListener aListener ) : void | ||
Open ( Skybound.Gecko.nsAString url, Skybound.Gecko.nsAString name, Skybound.Gecko.nsAString options ) : nsIDOMWindow | ||
OpenDialog ( Skybound.Gecko.nsAString url, Skybound.Gecko.nsAString name, Skybound.Gecko.nsAString options, nsISupports aExtraArgument ) : nsIDOMWindow | ||
PostMessage ( |
||
Print ( ) : void | ||
Prompt ( Skybound.Gecko.nsAString aMessage, Skybound.Gecko.nsAString aInitial, Skybound.Gecko.nsAString retval ) : void | ||
ResizeBy ( int widthDif, int heightDif ) : void | ||
ResizeTo ( int width, int height ) : void | ||
Scroll ( int xScroll, int yScroll ) : void | ||
ScrollBy ( int xScrollDif, int yScrollDif ) : void | ||
ScrollByLines ( int numLines ) : void | ||
ScrollByPages ( int numPages ) : void | ||
ScrollTo ( int xScroll, int yScroll ) : void | ||
SetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void | ||
SetFullScreenAttribute ( bool aFullScreen ) : void | ||
SetInnerHeightAttribute ( int aInnerHeight ) : void | ||
SetInnerWidthAttribute ( int aInnerWidth ) : void | ||
SetNameAttribute ( Skybound.Gecko.nsAString aName ) : void | ||
SetOpenerAttribute ( nsIDOMWindow aOpener ) : void | ||
SetOuterHeightAttribute ( int aOuterHeight ) : void | ||
SetOuterWidthAttribute ( int aOuterWidth ) : void | ||
SetScreenXAttribute ( int aScreenX ) : void | ||
SetScreenYAttribute ( int aScreenY ) : void | ||
SetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void | ||
SetTextZoomAttribute ( float aTextZoom ) : void | ||
ShowModalDialog ( Skybound.Gecko.nsAString aURI, nsIVariant aArgs, Skybound.Gecko.nsAString aOptions ) : nsIVariant | ||
SizeToContent ( ) : void | ||
Stop ( ) : void | ||
UpdateCommands ( Skybound.Gecko.nsAString action ) : void |
public Alert ( Skybound.Gecko.nsAString text ) : void | ||
text | Skybound.Gecko.nsAString | |
return | void |
public Atob ( Skybound.Gecko.nsAString aAsciiString, Skybound.Gecko.nsAString retval ) : void | ||
aAsciiString | Skybound.Gecko.nsAString | |
retval | Skybound.Gecko.nsAString | |
return | void |
public Btoa ( Skybound.Gecko.nsAString aBase64Data, Skybound.Gecko.nsAString retval ) : void | ||
aBase64Data | Skybound.Gecko.nsAString | |
retval | Skybound.Gecko.nsAString | |
return | void |
public Confirm ( Skybound.Gecko.nsAString text ) : bool | ||
text | Skybound.Gecko.nsAString | |
return | bool |
public Find ( Skybound.Gecko.nsAString str, bool caseSensitive, bool backwards, bool wrapAround, bool wholeWord, bool searchInFrames, bool showDialog ) : bool | ||
str | Skybound.Gecko.nsAString | |
caseSensitive | bool | |
backwards | bool | |
wrapAround | bool | |
wholeWord | bool | |
searchInFrames | bool | |
showDialog | bool | |
return | bool |
public GetApplicationCacheAttribute ( ) : nsIDOMOfflineResourceList | ||
return | nsIDOMOfflineResourceList |
public GetComputedStyle ( nsIDOMElement elt, Skybound.Gecko.nsAString pseudoElt ) : nsIDOMCSSStyleDeclaration | ||
elt | nsIDOMElement | |
pseudoElt | Skybound.Gecko.nsAString | |
return | nsIDOMCSSStyleDeclaration |
public GetContentAttribute ( ) : nsIDOMWindow | ||
return | nsIDOMWindow |
public GetControllersAttribute ( ) : nsIControllers | ||
return | nsIControllers |
public GetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void | ||
aDefaultStatus | Skybound.Gecko.nsAString | |
return | void |
public GetDocumentAttribute ( ) : nsIDOMDocument | ||
return | nsIDOMDocument |
public GetFrameElementAttribute ( ) : nsIDOMElement | ||
return | nsIDOMElement |
public GetFramesAttribute ( ) : nsIDOMWindowCollection | ||
return | nsIDOMWindowCollection |
public GetGlobalStorageAttribute ( ) : nsIDOMStorageList | ||
return | nsIDOMStorageList |
public GetHistoryAttribute ( ) : nsIDOMHistory | ||
return | nsIDOMHistory |
public GetLocalStorageAttribute ( ) : nsIDOMStorage | ||
return | nsIDOMStorage |
public GetLocationAttribute ( ) : nsIDOMLocation | ||
return | nsIDOMLocation |
public GetLocationbarAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetMenubarAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetMozAnimationStartTimeAttribute ( ) : int | ||
return | int |
public GetMozInnerScreenXAttribute ( ) : float | ||
return | float |
public GetMozInnerScreenYAttribute ( ) : float | ||
return | float |
public GetNameAttribute ( Skybound.Gecko.nsAString aName ) : void | ||
aName | Skybound.Gecko.nsAString | |
return | void |
public GetNavigatorAttribute ( ) : nsIDOMNavigator | ||
return | nsIDOMNavigator |
public GetPersonalbarAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetScrollbarsAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetSessionStorageAttribute ( ) : nsIDOMStorage | ||
return | nsIDOMStorage |
public GetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void | ||
aStatus | Skybound.Gecko.nsAString | |
return | void |
public GetStatusbarAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetToolbarAttribute ( ) : nsIDOMBarProp | ||
return | nsIDOMBarProp |
public GetURLAttribute ( ) : nsIDOMMozURLProperty | ||
return | nsIDOMMozURLProperty |
public GetWindowRootAttribute ( ) : nsIDOMEventTarget | ||
return | nsIDOMEventTarget |
public MatchMedia ( Skybound.Gecko.nsAString media_query_list ) : nsIDOMMediaQueryList | ||
media_query_list | Skybound.Gecko.nsAString | |
return | nsIDOMMediaQueryList |
public MozRequestAnimationFrame ( nsIAnimationFrameListener aListener ) : void | ||
aListener | nsIAnimationFrameListener | |
return | void |
public Open ( Skybound.Gecko.nsAString url, Skybound.Gecko.nsAString name, Skybound.Gecko.nsAString options ) : nsIDOMWindow | ||
url | Skybound.Gecko.nsAString | |
name | Skybound.Gecko.nsAString | |
options | Skybound.Gecko.nsAString | |
return | nsIDOMWindow |
public OpenDialog ( Skybound.Gecko.nsAString url, Skybound.Gecko.nsAString name, Skybound.Gecko.nsAString options, nsISupports aExtraArgument ) : nsIDOMWindow | ||
url | Skybound.Gecko.nsAString | |
name | Skybound.Gecko.nsAString | |
options | Skybound.Gecko.nsAString | |
aExtraArgument | nsISupports | |
return | nsIDOMWindow |
public PostMessage ( |
||
message | ||
targetOrigin | Skybound.Gecko.nsAString | |
return | void |
public Prompt ( Skybound.Gecko.nsAString aMessage, Skybound.Gecko.nsAString aInitial, Skybound.Gecko.nsAString retval ) : void | ||
aMessage | Skybound.Gecko.nsAString | |
aInitial | Skybound.Gecko.nsAString | |
retval | Skybound.Gecko.nsAString | |
return | void |
public ResizeBy ( int widthDif, int heightDif ) : void | ||
widthDif | int | |
heightDif | int | |
return | void |
public ResizeTo ( int width, int height ) : void | ||
width | int | |
height | int | |
return | void |
public Scroll ( int xScroll, int yScroll ) : void | ||
xScroll | int | |
yScroll | int | |
return | void |
public ScrollBy ( int xScrollDif, int yScrollDif ) : void | ||
xScrollDif | int | |
yScrollDif | int | |
return | void |
public ScrollTo ( int xScroll, int yScroll ) : void | ||
xScroll | int | |
yScroll | int | |
return | void |
public SetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void | ||
aDefaultStatus | Skybound.Gecko.nsAString | |
return | void |
public SetFullScreenAttribute ( bool aFullScreen ) : void | ||
aFullScreen | bool | |
return | void |
public SetInnerHeightAttribute ( int aInnerHeight ) : void | ||
aInnerHeight | int | |
return | void |
public SetInnerWidthAttribute ( int aInnerWidth ) : void | ||
aInnerWidth | int | |
return | void |
public SetNameAttribute ( Skybound.Gecko.nsAString aName ) : void | ||
aName | Skybound.Gecko.nsAString | |
return | void |
public SetOpenerAttribute ( nsIDOMWindow aOpener ) : void | ||
aOpener | nsIDOMWindow | |
return | void |
public SetOuterHeightAttribute ( int aOuterHeight ) : void | ||
aOuterHeight | int | |
return | void |
public SetOuterWidthAttribute ( int aOuterWidth ) : void | ||
aOuterWidth | int | |
return | void |
public SetScreenXAttribute ( int aScreenX ) : void | ||
aScreenX | int | |
return | void |
public SetScreenYAttribute ( int aScreenY ) : void | ||
aScreenY | int | |
return | void |
public SetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void | ||
aStatus | Skybound.Gecko.nsAString | |
return | void |
public SetTextZoomAttribute ( float aTextZoom ) : void | ||
aTextZoom | float | |
return | void |
public ShowModalDialog ( Skybound.Gecko.nsAString aURI, nsIVariant aArgs, Skybound.Gecko.nsAString aOptions ) : nsIVariant | ||
aURI | Skybound.Gecko.nsAString | |
aArgs | nsIVariant | |
aOptions | Skybound.Gecko.nsAString | |
return | nsIVariant |
public UpdateCommands ( Skybound.Gecko.nsAString action ) : void | ||
action | Skybound.Gecko.nsAString | |
return | void |