|
void | invalidateOwner () |
| Drop our reference to our owner.
|
|
void | getValue (in nsPluginInstancePeerVariable aVariable, in voidPtr aValue) |
| Returns the value of a variable associated with the plugin manager.
|
|
void | newStream (in nsMIMEType aType, in string aTarget, out nsIOutputStream aResult) |
| This operation is called by the plugin instance when it wishes to send a stream of data to the browser.
|
|
void | showStatus (in string aMessage) |
| This operation causes status information to be displayed on the window associated with the plugin instance.
|
|
void | setWindowSize (in unsigned long aWidth, in unsigned long aHeight) |
| Set the desired size of the window in which the plugin instance lives.
|
|
|
readonly attribute JSObjectPtr | JSWindow |
| Get the JavaScript window object corresponding to this plugin instance.
|
|
readonly attribute unsigned long | JSThread |
| Get the JavaScript execution thread corresponding to this plugin instance.
|
|
readonly attribute JSContextPtr | JSContext |
| Get the JavaScript context to this plugin instance.
|
|
readonly attribute nsMIMEType | MIMEType |
| Returns the MIME type of the plugin instance.
|
|
readonly attribute nsPluginMode | mode |
| Returns the mode of the plugin instance, i.e.
|
|
Definition at line 94 of file nsIPluginInstancePeer2.idl.
The documentation for this interface was generated from the following file: