C# 클래스 GeckofxUnitTests.MockDOMWindow

상속: nsIDOMWindow
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
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 ( IntPtr message, Skybound.Gecko.nsAString targetOrigin ) : void
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

메소드 상세

Alert() 공개 메소드

public Alert ( Skybound.Gecko.nsAString text ) : void
text Skybound.Gecko.nsAString
리턴 void

Atob() 공개 메소드

public Atob ( Skybound.Gecko.nsAString aAsciiString, Skybound.Gecko.nsAString retval ) : void
aAsciiString Skybound.Gecko.nsAString
retval Skybound.Gecko.nsAString
리턴 void

Back() 공개 메소드

public Back ( ) : void
리턴 void

Blur() 공개 메소드

public Blur ( ) : void
리턴 void

Btoa() 공개 메소드

public Btoa ( Skybound.Gecko.nsAString aBase64Data, Skybound.Gecko.nsAString retval ) : void
aBase64Data Skybound.Gecko.nsAString
retval Skybound.Gecko.nsAString
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Confirm() 공개 메소드

public Confirm ( Skybound.Gecko.nsAString text ) : bool
text Skybound.Gecko.nsAString
리턴 bool

Find() 공개 메소드

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
리턴 bool

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

Forward() 공개 메소드

public Forward ( ) : void
리턴 void

GetApplicationCacheAttribute() 공개 메소드

public GetApplicationCacheAttribute ( ) : nsIDOMOfflineResourceList
리턴 nsIDOMOfflineResourceList

GetClosedAttribute() 공개 메소드

public GetClosedAttribute ( ) : bool
리턴 bool

GetComputedStyle() 공개 메소드

public GetComputedStyle ( nsIDOMElement elt, Skybound.Gecko.nsAString pseudoElt ) : nsIDOMCSSStyleDeclaration
elt nsIDOMElement
pseudoElt Skybound.Gecko.nsAString
리턴 nsIDOMCSSStyleDeclaration

GetContentAttribute() 공개 메소드

public GetContentAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetControllersAttribute() 공개 메소드

public GetControllersAttribute ( ) : nsIControllers
리턴 nsIControllers

GetCryptoAttribute() 공개 메소드

public GetCryptoAttribute ( ) : nsIDOMCrypto
리턴 nsIDOMCrypto

GetDefaultStatusAttribute() 공개 메소드

public GetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void
aDefaultStatus Skybound.Gecko.nsAString
리턴 void

GetDocumentAttribute() 공개 메소드

public GetDocumentAttribute ( ) : nsIDOMDocument
리턴 nsIDOMDocument

GetFrameElementAttribute() 공개 메소드

public GetFrameElementAttribute ( ) : nsIDOMElement
리턴 nsIDOMElement

GetFramesAttribute() 공개 메소드

public GetFramesAttribute ( ) : nsIDOMWindowCollection
리턴 nsIDOMWindowCollection

GetFullScreenAttribute() 공개 메소드

public GetFullScreenAttribute ( ) : bool
리턴 bool

GetGlobalStorageAttribute() 공개 메소드

public GetGlobalStorageAttribute ( ) : nsIDOMStorageList
리턴 nsIDOMStorageList

GetHistoryAttribute() 공개 메소드

public GetHistoryAttribute ( ) : nsIDOMHistory
리턴 nsIDOMHistory

GetInnerHeightAttribute() 공개 메소드

public GetInnerHeightAttribute ( ) : int
리턴 int

GetInnerWidthAttribute() 공개 메소드

public GetInnerWidthAttribute ( ) : int
리턴 int

GetLengthAttribute() 공개 메소드

public GetLengthAttribute ( ) : uint
리턴 uint

GetLocalStorageAttribute() 공개 메소드

public GetLocalStorageAttribute ( ) : nsIDOMStorage
리턴 nsIDOMStorage

GetLocationAttribute() 공개 메소드

public GetLocationAttribute ( ) : nsIDOMLocation
리턴 nsIDOMLocation

GetLocationbarAttribute() 공개 메소드

public GetLocationbarAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetMenubarAttribute() 공개 메소드

public GetMenubarAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetMozAnimationStartTimeAttribute() 공개 메소드

public GetMozAnimationStartTimeAttribute ( ) : int
리턴 int

GetMozInnerScreenXAttribute() 공개 메소드

public GetMozInnerScreenXAttribute ( ) : float
리턴 float

GetMozInnerScreenYAttribute() 공개 메소드

public GetMozInnerScreenYAttribute ( ) : float
리턴 float

GetMozPaintCountAttribute() 공개 메소드

public GetMozPaintCountAttribute ( ) : uint
리턴 uint

GetNameAttribute() 공개 메소드

public GetNameAttribute ( Skybound.Gecko.nsAString aName ) : void
aName Skybound.Gecko.nsAString
리턴 void

GetNavigatorAttribute() 공개 메소드

public GetNavigatorAttribute ( ) : nsIDOMNavigator
리턴 nsIDOMNavigator

GetOpenerAttribute() 공개 메소드

public GetOpenerAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetOuterHeightAttribute() 공개 메소드

public GetOuterHeightAttribute ( ) : int
리턴 int

GetOuterWidthAttribute() 공개 메소드

public GetOuterWidthAttribute ( ) : int
리턴 int

GetPageXOffsetAttribute() 공개 메소드

public GetPageXOffsetAttribute ( ) : int
리턴 int

GetPageYOffsetAttribute() 공개 메소드

public GetPageYOffsetAttribute ( ) : int
리턴 int

GetParentAttribute() 공개 메소드

public GetParentAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetPersonalbarAttribute() 공개 메소드

public GetPersonalbarAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetPkcs11Attribute() 공개 메소드

public GetPkcs11Attribute ( ) : nsIDOMPkcs11
리턴 nsIDOMPkcs11

GetPrompterAttribute() 공개 메소드

public GetPrompterAttribute ( ) : nsIPrompt
리턴 nsIPrompt

GetScreenAttribute() 공개 메소드

public GetScreenAttribute ( ) : nsIDOMScreen
리턴 nsIDOMScreen

GetScreenXAttribute() 공개 메소드

public GetScreenXAttribute ( ) : int
리턴 int

GetScreenYAttribute() 공개 메소드

public GetScreenYAttribute ( ) : int
리턴 int

GetScrollMaxXAttribute() 공개 메소드

public GetScrollMaxXAttribute ( ) : int
리턴 int

GetScrollMaxYAttribute() 공개 메소드

public GetScrollMaxYAttribute ( ) : int
리턴 int

GetScrollXAttribute() 공개 메소드

public GetScrollXAttribute ( ) : int
리턴 int

GetScrollYAttribute() 공개 메소드

public GetScrollYAttribute ( ) : int
리턴 int

GetScrollbarsAttribute() 공개 메소드

public GetScrollbarsAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetSelection() 공개 메소드

public GetSelection ( ) : nsISelection
리턴 nsISelection

GetSelfAttribute() 공개 메소드

public GetSelfAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetSessionStorageAttribute() 공개 메소드

public GetSessionStorageAttribute ( ) : nsIDOMStorage
리턴 nsIDOMStorage

GetStatusAttribute() 공개 메소드

public GetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void
aStatus Skybound.Gecko.nsAString
리턴 void

GetStatusbarAttribute() 공개 메소드

public GetStatusbarAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetTextZoomAttribute() 공개 메소드

public GetTextZoomAttribute ( ) : float
리턴 float

GetToolbarAttribute() 공개 메소드

public GetToolbarAttribute ( ) : nsIDOMBarProp
리턴 nsIDOMBarProp

GetTopAttribute() 공개 메소드

public GetTopAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetURLAttribute() 공개 메소드

public GetURLAttribute ( ) : nsIDOMMozURLProperty
리턴 nsIDOMMozURLProperty

GetWindowAttribute() 공개 메소드

public GetWindowAttribute ( ) : nsIDOMWindow
리턴 nsIDOMWindow

GetWindowRootAttribute() 공개 메소드

public GetWindowRootAttribute ( ) : nsIDOMEventTarget
리턴 nsIDOMEventTarget

Home() 공개 메소드

public Home ( ) : void
리턴 void

MatchMedia() 공개 메소드

public MatchMedia ( Skybound.Gecko.nsAString media_query_list ) : nsIDOMMediaQueryList
media_query_list Skybound.Gecko.nsAString
리턴 nsIDOMMediaQueryList

MoveBy() 공개 메소드

public MoveBy ( int xDif, int yDif ) : void
xDif int
yDif int
리턴 void

MoveTo() 공개 메소드

public MoveTo ( int xPos, int yPos ) : void
xPos int
yPos int
리턴 void

MozRequestAnimationFrame() 공개 메소드

public MozRequestAnimationFrame ( nsIAnimationFrameListener aListener ) : void
aListener nsIAnimationFrameListener
리턴 void

Open() 공개 메소드

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
리턴 nsIDOMWindow

OpenDialog() 공개 메소드

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
리턴 nsIDOMWindow

PostMessage() 공개 메소드

public PostMessage ( IntPtr message, Skybound.Gecko.nsAString targetOrigin ) : void
message System.IntPtr
targetOrigin Skybound.Gecko.nsAString
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

Prompt() 공개 메소드

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
리턴 void

ResizeBy() 공개 메소드

public ResizeBy ( int widthDif, int heightDif ) : void
widthDif int
heightDif int
리턴 void

ResizeTo() 공개 메소드

public ResizeTo ( int width, int height ) : void
width int
height int
리턴 void

Scroll() 공개 메소드

public Scroll ( int xScroll, int yScroll ) : void
xScroll int
yScroll int
리턴 void

ScrollBy() 공개 메소드

public ScrollBy ( int xScrollDif, int yScrollDif ) : void
xScrollDif int
yScrollDif int
리턴 void

ScrollByLines() 공개 메소드

public ScrollByLines ( int numLines ) : void
numLines int
리턴 void

ScrollByPages() 공개 메소드

public ScrollByPages ( int numPages ) : void
numPages int
리턴 void

ScrollTo() 공개 메소드

public ScrollTo ( int xScroll, int yScroll ) : void
xScroll int
yScroll int
리턴 void

SetDefaultStatusAttribute() 공개 메소드

public SetDefaultStatusAttribute ( Skybound.Gecko.nsAString aDefaultStatus ) : void
aDefaultStatus Skybound.Gecko.nsAString
리턴 void

SetFullScreenAttribute() 공개 메소드

public SetFullScreenAttribute ( bool aFullScreen ) : void
aFullScreen bool
리턴 void

SetInnerHeightAttribute() 공개 메소드

public SetInnerHeightAttribute ( int aInnerHeight ) : void
aInnerHeight int
리턴 void

SetInnerWidthAttribute() 공개 메소드

public SetInnerWidthAttribute ( int aInnerWidth ) : void
aInnerWidth int
리턴 void

SetNameAttribute() 공개 메소드

public SetNameAttribute ( Skybound.Gecko.nsAString aName ) : void
aName Skybound.Gecko.nsAString
리턴 void

SetOpenerAttribute() 공개 메소드

public SetOpenerAttribute ( nsIDOMWindow aOpener ) : void
aOpener nsIDOMWindow
리턴 void

SetOuterHeightAttribute() 공개 메소드

public SetOuterHeightAttribute ( int aOuterHeight ) : void
aOuterHeight int
리턴 void

SetOuterWidthAttribute() 공개 메소드

public SetOuterWidthAttribute ( int aOuterWidth ) : void
aOuterWidth int
리턴 void

SetScreenXAttribute() 공개 메소드

public SetScreenXAttribute ( int aScreenX ) : void
aScreenX int
리턴 void

SetScreenYAttribute() 공개 메소드

public SetScreenYAttribute ( int aScreenY ) : void
aScreenY int
리턴 void

SetStatusAttribute() 공개 메소드

public SetStatusAttribute ( Skybound.Gecko.nsAString aStatus ) : void
aStatus Skybound.Gecko.nsAString
리턴 void

SetTextZoomAttribute() 공개 메소드

public SetTextZoomAttribute ( float aTextZoom ) : void
aTextZoom float
리턴 void

ShowModalDialog() 공개 메소드

public ShowModalDialog ( Skybound.Gecko.nsAString aURI, nsIVariant aArgs, Skybound.Gecko.nsAString aOptions ) : nsIVariant
aURI Skybound.Gecko.nsAString
aArgs nsIVariant
aOptions Skybound.Gecko.nsAString
리턴 nsIVariant

SizeToContent() 공개 메소드

public SizeToContent ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UpdateCommands() 공개 메소드

public UpdateCommands ( Skybound.Gecko.nsAString action ) : void
action Skybound.Gecko.nsAString
리턴 void