Struct xpcom::interfaces::nsIContentFrameMessageManager [] [src]

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

interface nsIContentFrameMessageManager : nsIMessageManagerGlobal

Methods

impl nsIContentFrameMessageManager
[src]

[src]

Cast this nsIContentFrameMessageManager to one of its base interfaces.

impl nsIContentFrameMessageManager
[src]

[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;

Methods from Deref<Target = nsIMessageManagerGlobal>

[src]

Cast this nsIMessageManagerGlobal to one of its base interfaces.

[src]

/**
   * Print a string to stdout.
   */

void dump (in DOMString aStr);

[src]

/**
   * If leak detection is enabled, print a note to the leak log that this
   * process will intentionally crash.
   */

void privateNoteIntentionalCrash ();

[src]

/**
   * Ascii base64 data to binary data and vice versa
   */

DOMString atob (in DOMString aAsciiString);

[src]

DOMString btoa (in DOMString aBase64Data);

Trait Implementations

impl XpCom for nsIContentFrameMessageManager
[src]

IID: nsIID = nsID(1766733436, 43557, 17478, [132, 153, 44, 82, 124, 75, 216, 56])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentFrameMessageManager
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.