Struct xpcom::interfaces::nsILoadGroupChild [] [src]

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

interface nsILoadGroupChild : nsISupports

/**
 * nsILoadGroupChild provides a hierarchy of load groups so that the
 * root load group can be used to conceptually tie a series of loading
 * operations into a logical whole while still leaving them separate
 * for the purposes of cancellation and status events.
 */

Methods

impl nsILoadGroupChild
[src]

[src]

Cast this nsILoadGroupChild to one of its base interfaces.

impl nsILoadGroupChild
[src]

[src]

/**
     * The parent of this load group. It is stored with
     * a nsIWeakReference/nsWeakPtr so there is no requirement for the
     * parentLoadGroup to out live the child, nor will the child keep a
     * reference count on the parent.
     */

attribute nsILoadGroup parentLoadGroup;

[src]

/**
     * The parent of this load group. It is stored with
     * a nsIWeakReference/nsWeakPtr so there is no requirement for the
     * parentLoadGroup to out live the child, nor will the child keep a
     * reference count on the parent.
     */

attribute nsILoadGroup parentLoadGroup;

[src]

/**
     * The nsILoadGroup associated with this nsILoadGroupChild
     */

readonly attribute nsILoadGroup childLoadGroup;

[src]

/**
     * The rootLoadGroup is the recursive parent of this
     * load group where parent is defined as parentlLoadGroup if set
     * or childLoadGroup.loadGroup as a backup. (i.e. parentLoadGroup takes
     * precedence.) The nsILoadGroup child is the root if neither parent
     * nor loadgroup attribute is specified.
     */

readonly attribute nsILoadGroup rootLoadGroup;

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

IID: nsIID = nsID(49277154, 64444, 18200, [162, 153, 184, 160, 156, 96, 191, 107])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsILoadGroupChild
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.