Struct xpcom::interfaces::nsIInProcessContentFrameMessageManager [] [src]

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

interface nsIInProcessContentFrameMessageManager : nsIContentFrameMessageManager

Methods

impl nsIInProcessContentFrameMessageManager
[src]

[src]

Cast this nsIInProcessContentFrameMessageManager to one of its base interfaces.

impl nsIInProcessContentFrameMessageManager
[src]

[src]

[notxpcom] nsIContent getOwnerContent ();

[src]

[notxpcom] void cacheFrameLoader (in nsIFrameLoader aFrameLoader);

Methods from Deref<Target = nsIContentFrameMessageManager>

[src]

Cast this nsIContentFrameMessageManager to one of its base interfaces.

[src]

/**
   * The current top level window in the frame or null.
   */

readonly attribute mozIDOMWindowProxy content;

[src]

/**
   * The top level docshell or null.
   */

readonly attribute nsIDocShell docShell;

[src]

/**
   * Returns the SchedulerEventTarget corresponding to the TabGroup
   * for this frame.
   */

readonly attribute nsIEventTarget tabEventTarget;

Trait Implementations

impl XpCom for nsIInProcessContentFrameMessageManager
[src]

IID: nsIID = nsID(3013227300, 46452, 20357, [140, 219, 39, 77, 4, 248, 7, 239])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIInProcessContentFrameMessageManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.