Struct xpcom::interfaces::nsIDOMMozBrowserFrame [] [src]

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

interface nsIDOMMozBrowserFrame : nsISupports

Methods

impl nsIDOMMozBrowserFrame
[src]

[src]

Cast this nsIDOMMozBrowserFrame to one of its base interfaces.

impl nsIDOMMozBrowserFrame
[src]

[src]

/**
   * <iframe> element may have the mozbrowser attribute.
   *
   * The mozbrowser attribute has no effect unless the <iframe> element is
   * contained in a document privileged to create browser frames.
   *
   * An <iframe> element in a privileged document with the mozbrowser attribute
   * emits a variety of events when various things happen inside the frame.
   *
   * This will be documented eventually, but for more information at the moment,
   * see dom/browser-element/BrowserElement{Child,Parent}.js.
   *
   */

attribute boolean mozbrowser;

[src]

/**
   * <iframe> element may have the mozbrowser attribute.
   *
   * The mozbrowser attribute has no effect unless the <iframe> element is
   * contained in a document privileged to create browser frames.
   *
   * An <iframe> element in a privileged document with the mozbrowser attribute
   * emits a variety of events when various things happen inside the frame.
   *
   * This will be documented eventually, but for more information at the moment,
   * see dom/browser-element/BrowserElement{Child,Parent}.js.
   *
   */

attribute boolean mozbrowser;

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 nsIDOMMozBrowserFrame
[src]

IID: nsIID = nsID(1286594838, 22555, 16788, [176, 222, 127, 2, 55, 143, 197, 29])

[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 nsIDOMMozBrowserFrame
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMMozBrowserFrame
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.