|
nsresult | Init (nsIWidget *aParentWidget, const void *aBounds) |
|
nsresult | GetContainer (nsIDocShell **aContainer) |
|
nsresult | SetContainer (nsIDocShell *aContainer) |
|
void | LoadStart (nsIDocument *aDoc) |
|
nsresult | LoadComplete (nsresult aStatus) |
|
nsresult | PermitUnload (bool aCallerClosesWindow, bool *_retval) |
|
nsresult | GetInPermitUnload (bool *aInPermitUnload) |
|
nsresult | PermitUnloadInternal (bool aCallerClosesWindow, bool *aShouldPrompt, bool *_retval) |
|
nsresult | GetBeforeUnloadFiring (bool *aBeforeUnloadFiring) |
|
nsresult | ResetCloseWindow () |
|
nsresult | PageHide (bool isUnload) |
|
nsresult | Close (nsISHEntry *historyEntry) |
|
nsresult | Destroy () |
|
nsresult | Stop () |
|
nsresult | GetDOMDocument (nsIDOMDocument **aDOMDocument) |
|
nsresult | SetDOMDocument (nsIDOMDocument *aDOMDocument) |
|
void | GetDocument () |
|
nsresult | GetBounds (void *aBounds) |
|
nsresult | SetBounds (const void *aBounds) |
|
nsresult | GetPreviousViewer (nsIContentViewer **aPreviousViewer) |
|
nsresult | SetPreviousViewer (nsIContentViewer *aPreviousViewer) |
|
nsresult | Move (int32_t aX, int32_t aY) |
|
nsresult | Show () |
|
nsresult | Hide () |
|
nsresult | GetSticky (bool *aSticky) |
|
nsresult | SetSticky (bool aSticky) |
|
nsresult | RequestWindowClose (bool *_retval) |
|
nsresult | Open (nsISupports *aState, nsISHEntry *aSHEntry) |
|
nsresult | ClearHistoryEntry () |
|
nsresult | SetPageMode (bool aPageMode, nsIPrintSettings *aPrintSettings) |
|
nsresult | GetHistoryEntry (nsISHEntry **aHistoryEntry) |
|
nsresult | GetIsTabModalPromptAllowed (bool *aIsTabModalPromptAllowed) |
|
nsresult | GetIsHidden (bool *aIsHidden) |
|
nsresult | SetIsHidden (bool aIsHidden) |
|
nsresult | GetPresShell (nsIPresShell **aPresShell) |
|
nsresult | GetPresContext (void **aPresContext) |
|
nsresult | SetDocumentInternal (nsIDocument *aDocument, bool aForceReuseInnerWindow) |
|
void * | FindContainerView (void) |
|
void | SetNavigationTiming (void *aTiming) |
|
nsresult | ScrollToNode (nsIDOMNode *node) |
|
nsresult | GetTextZoom (float *aTextZoom) |
|
nsresult | SetTextZoom (float aTextZoom) |
|
nsresult | GetFullZoom (float *aFullZoom) |
|
nsresult | SetFullZoom (float aFullZoom) |
|
nsresult | GetAuthorStyleDisabled (bool *aAuthorStyleDisabled) |
|
nsresult | SetAuthorStyleDisabled (bool aAuthorStyleDisabled) |
|
nsresult | GetForceCharacterSet (nsACString *aForceCharacterSet) |
|
nsresult | SetForceCharacterSet (const nsACString *aForceCharacterSet) |
|
nsresult | GetHintCharacterSet (nsACString *aHintCharacterSet) |
|
nsresult | SetHintCharacterSet (const nsACString *aHintCharacterSet) |
|
nsresult | GetHintCharacterSetSource (int32_t *aHintCharacterSetSource) |
|
nsresult | SetHintCharacterSetSource (int32_t aHintCharacterSetSource) |
|
nsresult | GetContentSize (int32_t *width, int32_t *height) |
|
nsresult | GetMinFontSize (int32_t *aMinFontSize) |
|
nsresult | SetMinFontSize (int32_t aMinFontSize) |
|
nsresult | AppendSubtree (void *array) |
|
nsresult | ChangeMaxLineBoxWidth (int32_t maxLineBoxWidth) |
|
nsresult | PausePainting () |
|
nsresult | ResumePainting () |
|
nsresult | EmulateMedium (const nsAString *aMediaType) |
|
nsresult | StopEmulatingMedium () |
|
nsresult | QueryInterface (nsIIDRef riid, void **result) |
|
nsrefcnt | AddRef () |
|
nsrefcnt | Release () |
|
Definition at line 3673 of file nsiface.idl.