Struct xpcom::interfaces::nsIDOMChromeWindow [] [src]

#[repr(C)]
pub struct nsIDOMChromeWindow { /* fields omitted */ }

interface nsIDOMChromeWindow : nsISupports

Methods

impl nsIDOMChromeWindow
[src]

[src]

Cast this nsIDOMChromeWindow to one of its base interfaces.

impl nsIDOMChromeWindow
[src]

[src]

/**
   * browserDOMWindow provides access to yet another layer of
   * utility functions implemented by chrome script. It will be null
   * for DOMWindows not corresponding to browsers.
   */

[noscript] readonly attribute nsIBrowserDOMWindow browserDOMWindow;

[src]

[noscript] readonly attribute nsIMessageBroadcaster messageManager;

[src]

/**
   * Returns the message manager identified by the given group name that
   * manages all frame loaders belonging to that group.
   */

[noscript] nsIMessageBroadcaster getGroupMessageManager (in AString group);

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMChromeWindow
[src]

IID: nsIID = nsID(2025704257, 7930, 16543, [170, 186, 112, 132, 34, 19, 248, 15])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMChromeWindow
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMChromeWindow
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.