Struct xpcom::interfaces::nsISessionStoreUtilsFrameCallback [] [src]

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

interface nsISessionStoreUtilsFrameCallback : nsISupports

/**
 * A callback passed to nsISessionStoreUtils.forEachNonDynamicChildFrame().
 */

Methods

impl nsISessionStoreUtilsFrameCallback
[src]

[src]

Cast this nsISessionStoreUtilsFrameCallback to one of its base interfaces.

impl nsISessionStoreUtilsFrameCallback
[src]

[src]

/**
   * handleFrame() will be called once for each non-dynamic child frame of the
   * given parent |frame|. The second argument is the |index| of the frame in
   * the list of all child frames.
   */

void handleFrame (in mozIDOMWindowProxy frame, in unsigned long index);

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

IID: nsIID = nsID(2174348279, 30400, 17366, [188, 190, 145, 61, 211, 222, 62, 191])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsISessionStoreUtilsFrameCallback
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.